This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Releases: slackapi/deno-slack-builder
Releases · slackapi/deno-slack-builder
0.2.2
0.2.1
What's Changed
- Error out earlier if the function module doesn't export a function by default by @WilliamBergamin in #27
New Contributors
- @WilliamBergamin made their first contribution in #27
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Clarify setting release version w PR tags by @srajiang in #25
- Support for API Functions by @sgargslack in #26
New Contributors
- @srajiang made their first contribution in #25
- @sgargslack made their first contribution in #26
Full Changelog: 0.1.0...0.2.0
0.1.0
This is just a version change, no new commits included!
Full Changelog: 0.0.14...0.1.0
0.0.14
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 entirecollections
module'smod.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
0.0.12
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
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
What's Changed
- Make sure builder always validates function file locations by @shapirone in #18
Full Changelog: 0.0.9...0.0.10