Skip to content

Releases: Dapperware/zio-slack

v0.8.4.1

29 Jan 08:11
f8f9a43
Compare
Choose a tag to compare
v0.8.4.1 Pre-release
Pre-release

Republish of 0.8.5-RC1

v0.8.4

27 Jan 08:29
Compare
Choose a tag to compare

Fixes

  • Fix View response

v0.8.3

22 Jan 11:02
Compare
Choose a tag to compare

Duplicate release botched the previous tag

Fixes

  • Separate view and view payloads to better reflect usage.

v0.8.2

22 Jan 06:41
Compare
Choose a tag to compare

Fixes

  • Fix plain text input encoder

v0.8.1

22 Jan 04:07
52c9659
Compare
Choose a tag to compare

Fixes

  • Fix missing type on PlainTextInput and example imports (#110 @derpyplops)

v0.8.0

21 Jan 09:51
Compare
Choose a tag to compare

Major Changes

package objects have been moved under com.github.dapperware to better indicate the origin and prevent package collisions if you have a slack package.

Moved the authenticateM and friends into the top level package.

API

Added some new withAccessToken and withAccessTokenM methods to make it easier to pass in an access token to a set of methods i.e.

withAccessToken(effectToRetrieveAccessToken)(
  slack.api.postChatMessage(message)
)

Added some of the missing input elements used in modals as well as the missing state value on View for handling user input.

v0.7.2

15 Dec 04:55
Compare
Choose a tag to compare

Api

  • Added blocks field to Attachment

Chore

  • Dependency updates

Upgrade to ZIO 1.0.0!

09 Aug 05:19
Compare
Choose a tag to compare

Major Changes

  • Upgrades to ZIO 1.0.0 should ensure more stability going forward

Other changes

  • Updated the examples to make them more in line with best practices
  • Swapped pureconfig usage with zio-config

Update dependencies, simplify core

03 Jun 10:01
Compare
Choose a tag to compare

Update to the latest versions of zio and also attempts to simplify the core package to reduce the number of characters to type when importing.

Improve token ergonomics

23 Apr 09:42
5db75fc
Compare
Choose a tag to compare
  • Improves the ergonomics of working with tokens, it is now possible to make them directly using make which makes it easier to use in certain situations

  • Also removes deprecated APIs.