Skip to content

Releases: slackapi/deno-slack-hooks

1.5.0

12 Nov 18:14
b6719c1

Choose a tag to compare

What's Changed

Maintenance 🏗️

Dependabot :dependabot:

  • Bump ncipollo/release-action from 1.16.0 to 1.18.0 by @dependabot[bot] in #108
  • Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #110
  • Bump ncipollo/release-action from 1.18.0 to 1.19.0 by @dependabot[bot] in #112
  • Bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #111
  • Bump ncipollo/release-action from 1.19.0 to 1.20.0 by @dependabot[bot] in #114
  • Bump codecov/codecov-action from 5.5.0 to 5.5.1 by @dependabot[bot] in #113

Full Changelog: 1.4.0...1.5.0

1.4.0

04 Jun 20:19
fe95f26

Choose a tag to compare

What's Changed

Fixes

  • fix: check updates for known deps imported in deno configs & .slack/hooks by @zimeg in #103
  • fix: support deno version 2.x by @WilliamBergamin in #106
  • fix: redirect changelog links to the current docs site by @zimeg in #104

Maintenance

Full Changelog: 1.3.2...1.4.0

1.3.2

10 Jan 19:33
049d445

Choose a tag to compare

What's Changed

Contributing

  • style: remove extra space from pull request template by @zimeg in #93

Dependabot

Full Changelog: 1.3.1...1.3.2

1.3.1

02 Aug 17:09
662aed2

Choose a tag to compare

What's Changed

Code coverage improvements

  • Add codecov coverage report uploading by @filmaj in #83
  • Add codecov badge to README by @filmaj in #84

Dependabot

Health Score

  • Give health score a shot by @filmaj in #85
  • Split out health score as separate job that runs after test by @filmaj in #88

Patch level changes

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

01 Apr 16:57
64a3365

Choose a tag to compare

What's Changed

  • add symbolic link to readme by @WilliamBergamin in #79
  • feat: return runtime versions used by the application with a doctor hook by @zimeg in #81

Full Changelog: 1.2.3...1.3.0

1.2.3

05 Dec 16:52
5469b14

Choose a tag to compare

What's Changed

  • You can now interact with api.slack.com URLs when locally running your function (previously, these would get blocked with a PermissionError) by @filmaj in #77

New Contributors

  • @zimeg made their first contribution in #76

Full Changelog: 1.2.2...1.2.3

1.2.2

10 Nov 17:17
92ba391

Choose a tag to compare

What's Changed

  • Improve support for npm: specifiers via better esbuild configuration by @WilliamBergamin in #74

Full Changelog: 1.2.0...1.2.2

1.2.0

26 Oct 20:37
64847de

Choose a tag to compare

What's Changed

  • Add support for npm: specifiers via fallback bundling with esbuild by @WilliamBergamin in #71

Full Changelog: 1.1.0...1.2.0

1.1.0

24 May 20:14
5542013

Choose a tag to compare

What's Changed

  • Update with glossary terms by @WilliamBergamin in #61
  • Format docs by @shapirone in #62
  • Update maintainers guide to touch up auto-generated release notes by @shapirone in #64
  • Temporarily exclude no-deprecated-deno-api lint rule by @shapirone in #66
  • Bumping version for release 1.1.0 (adds support for SLACK_DEBUG environment variable for request/response logging to functions.complete* APIs) by @filmaj in #67

Full Changelog: 1.0.1...1.1.0

1.0.1

11 Apr 16:52
c904217

Choose a tag to compare

What's Changed

  • Ignore API-type functions when bundling function code in the build hook by @filmaj in #59

Full Changelog: 1.0.0...1.0.1