Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Releases: slackapi/deno-slack-builder

0.2.2

16 Feb 23:58
61ca425
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

03 Feb 00:19
1f79e7a
Compare
Choose a tag to compare

What's Changed

  • Error out earlier if the function module doesn't export a function by default by @WilliamBergamin in #27

New Contributors

Full Changelog: 0.2.0...0.2.1

0.2.0

19 Jan 01:23
daf2b41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

04 Aug 18:39
Compare
Choose a tag to compare

This is just a version change, no new commits included!

Full Changelog: 0.0.14...0.1.0

0.0.14

19 Jul 19:17
2ebc2cf
Compare
Choose a tag to compare

What's Changed

  • Remove --unstable from docs and vscode settings by @shapirone in #22
  • Add uploading of codecov reports by @filmaj in #23
  • Import from deep_merge directly instead of the entire collections module's mod.ts to avoid warning - also should slim down the package by ~800kb uncompressed by @filmaj in #24

Full Changelog: 0.0.13...0.0.14

0.0.13

10 Jun 15:52
70a8606
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.12...0.0.13

0.0.12

19 May 15:47
f1852d2
Compare
Choose a tag to compare

What's Changed

  • Replace Deno.emit() with a call to deno bundle via Deno.run() by @selfcontained in #20

Full Changelog: 0.0.11...0.0.12

0.0.11

18 May 21:26
4de3c01
Compare
Choose a tag to compare

What's Changed

  • Add error message to catch if Deno.emit isn't a valid function by @shapirone in #19

Full Changelog: 0.0.10...0.0.11

0.0.10

28 Apr 22:34
fd641aa
Compare
Choose a tag to compare

What's Changed

  • Make sure builder always validates function file locations by @shapirone in #18

Full Changelog: 0.0.9...0.0.10

0.0.9

16 Apr 00:24
6841c6c
Compare
Choose a tag to compare

Changelog

  • Provide additional error messaging around the source_file position