Add changelog
Florin Patan
6 years ago
|
0 |
### v0.1.0 - May 28, 2017
|
|
1 |
|
|
2 |
This is released before adding context support.
|
|
3 |
As the used context package is the one from Go 1.7 this will be the last
|
|
4 |
compatible with Go < 1.7.
|
|
5 |
|
|
6 |
Please check [0.1.0](https://github.com/nlopes/slack/releases/tag/v0.1.0)
|
|
7 |
|
|
8 |
### v0.0.1 - Jul 26, 2015
|
|
9 |
|
|
10 |
If you just updated from master and it broke your implementation, please
|
|
11 |
check [0.0.1](https://github.com/nlopes/slack/releases/tag/v0.0.1)
|
4 | 4 |
calls, as well as the Real-Time Messaging protocol over websocket, in
|
5 | 5 |
a fully managed way.
|
6 | 6 |
|
|
7 |
## Change log
|
7 | 8 |
|
8 | |
Note: If you just updated from master and it broke your implementation, please check [0.0.1](https://github.com/nlopes/slack/releases/tag/v0.0.1)
|
|
9 |
### v0.1.0 - May 28, 2017
|
|
10 |
|
|
11 |
This is released before adding context support.
|
|
12 |
As the used context package is the one from Go 1.7 this will be the last
|
|
13 |
compatible with Go < 1.7.
|
|
14 |
|
|
15 |
Please check [0.1.0](https://github.com/nlopes/slack/releases/tag/v0.1.0)
|
|
16 |
|
|
17 |
### CHANGELOG.md
|
|
18 |
|
|
19 |
As of this version a [CHANGELOG.md](https://github.com/nlopes/slack/blob/master/README.md) is available. Please visit it for updates.
|
9 | 20 |
|
10 | 21 |
## Installing
|
11 | 22 |
|
12 | 23 |
### *go get*
|
13 | 24 |
|
14 | |
$ go get github.com/nlopes/slack
|
|
25 |
$ go get -u github.com/nlopes/slack
|
15 | 26 |
|
16 | 27 |
## Example
|
17 | 28 |
|