Skip to content

Releases: slackapi/deno-slack-api

2.4.0

16 Apr 17:37
199ef46
Compare
Choose a tag to compare

What's Changed

  • Add support for wildcard/unscoped channel/workspace event trigger definitions via all_resources by @filmaj in #98

Full Changelog: 2.3.2...2.4.0

2.3.2

15 Mar 18:47
59b18dc
Compare
Choose a tag to compare

What's Changed

  • We're very indecisive today, apologies for those following along with bated breath, but never fear as now, in actual fact, the recently-reverted "feat: Add datastore count API" is now being re-introduced. It works. We decided to release and do it live. So you all can now count datastore records to your heart's content!

Full Changelog: 2.3.1...2.3.2

2.3.1

15 Mar 17:48
003320d
Compare
Choose a tag to compare

What's Changed

  • Reverting "feat: Add datastore count API" by @filmaj in #95 - not quite ready yet! Sorry!

Full Changelog: 2.3.0...2.3.1

2.3.0

15 Mar 16:56
185ddda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

14 Feb 20:44
fcb40ae
Compare
Choose a tag to compare

What's Changed

A brand new set of datastore API methods are now available to make bulk operations easier. These are the bulk datastore API methods! Now, multiple calls to put, get, and delete can be combined into single calls to bulkPut, bulkGet, and bulkDelete instead. Some examples of using these with an actual datastore can be found in this comment.

Enhancements

Documentation

New Contributors

Full Changelog: 2.1.2...2.1.3

2.1.2

15 Sep 14:23
368e406
Compare
Choose a tag to compare

What's Changed

  • Enhance README.md with most recent release by @btoo in #82
  • Improve the user agent header set by the client to provide more package context to the SackAPI by @WilliamBergamin in #83

New Contributors

  • @btoo made their first contribution in #82

Full Changelog: 2.1.1...2.1.2

2.1.1

26 May 15:03
e0a5fc8
Compare
Choose a tag to compare

What's Changed

  • Enabled Deno formatting for our documentation files such as the README.md to adhere to Deno standards by @shapirone in #75
  • Improved and clarified the maintainers_guide to touch up auto-generated release notes by @shapirone in #77
  • Added a CI/CD steps that validates the static typing of this repo against the sample projects, this will provide more stability to the package by @WilliamBergamin in #76
  • Improved the Trigger Response Typing in order to fix issues related to workflows.triggers.* endpoints by @shapirone and @seratch in #78
  • Added a CI/CD step that insures this package can be built for npm, this will improve consistency between packages and releases. by @filmaj in #80

Full Changelog: 2.1.0...2.1.1

2.1.0

27 Apr 20:25
6380fe6
Compare
Choose a tag to compare

What's Changed

  • Bug fixed the scope of the channel_ids field in SharedChannel* trigger events to no longer be required by @WilliamBergamin in #70
  • Introduced toFetchResponse() on all our API responses and HttpError on failed API requests to expose HTTP headers by @WilliamBergamin in #67
  • IIntroduced and exported multiple new TriggerEvent , TriggerData and TriggerContextData types allowing users to confidently reference data when defining a trigger by @filmaj in #69

Full Changelog: 2.0.1...2.1.0

2.0.1

13 Apr 23:31
2e61dc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

31 Mar 00:05
d7c8e82
Compare
Choose a tag to compare

What's Changed

  • Integrate a better CLI utility for generating code coverage reports. by @filmaj in #63
  • New customizable property supported on a Trigger's workflow inputs by @sbarksdale97 in #53
  • [Breaking] ValidTriggerTypes removed as a top-level export by @shapirone in #64
  • [Breaking] Datastore responses no longer treat every attribute as mandatory by @shapirone in #64

New Contributors

Full Changelog: 1.7.0...2.0.0