Codebase list golang-github-nlopes-slack / f282e598-9350-4d40-ba4b-90cbf2cd4600/v0.5.0
release v0.5.0 James Lawrence 5 years ago
2 changed file(s) with 7 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
0 ### v0.5.0 - January 20, 2019
1 full differences can be viewed using `git log --oneline --decorate --color v0.4.0..v0.5.0`
2 - Breaking changes: various old struct fields have been removed or updated to match slack's api.
3 - deadlock fix in RTM disconnect.
4
05 ### v0.4.0 - October 06, 2018
16 full differences can be viewed using `git log --oneline --decorate --color v0.3.0..v0.4.0`
27 - Breaking Change: renamed ApplyMessageOption, to mark it as unsafe,
88
99
1010
11 ## Change log
12 Support for the EventsAPI has recently been added. It is still in its early stages but nearly all events have been added and tested (except for those events in [Developer Preview](https://api.slack.com/slack-apps-preview) mode). API stability for events is not promised at this time.
1311
14 ### v0.2.0 - Feb 10, 2018
12 ## Changelog
1513
16 Release adds a bunch of functionality and improvements, mainly to give people a recent version to vendor against.
17
18 Please check [0.2.0](https://github.com/nlopes/slack/releases/tag/v0.2.0)
19
20 ### CHANGELOG.md
21
22 [CHANGELOG.md](https://github.com/nlopes/slack/blob/master/CHANGELOG.md) is available. Please visit it for updates.
14 [CHANGELOG.md](https://github.com/nlopes/slack/blob/master/CHANGELOG.md) is available. Please visit it for updates.
2315
2416 ## Installing
2517