Releases: slackapi/deno-slack-api
Releases · slackapi/deno-slack-api
2.8.0
2.7.1
2.7.0
2.6.0
2.5.0
What's Changed
Features
Improvements
- feat: Add codecov badge, report health score, update GH actions and code coverage reporting by @filmaj in #99
- docs: fix the task coverage command in the
README.md
by @ryu-727 in #103
Dependabot
- feat: configure dependabot for this project by @WilliamBergamin in #100
- Bump actions/checkout from 3 to 4 by @dependabot in #101
- Bump actions/setup-node from 3 to 4 by @dependabot in #102
New Contributors
- @dependabot made their first contribution in #101
- @ryu-727 made their first contribution in #103
Full Changelog: 2.4.0...2.5.0
2.4.0
2.3.2
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
2.3.0
What's Changed
- feat: Add datastore count API by @cyungslack in #93
New Contributors
- @cyungslack made their first contribution in #93
Full Changelog: 2.2.0...2.3.0
2.2.0
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
- Improve the contribution guidelines by @WilliamBergamin in #86
- feat: add readme to denoland by @WilliamBergamin in #91
New Contributors
Full Changelog: 2.1.2...2.1.3