-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathCHANGELOG
More file actions
65 lines (42 loc) · 1.7 KB
/
Copy pathCHANGELOG
File metadata and controls
65 lines (42 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
## Unreleased
* Changed `newtype Time = Time NominalDiffTime` to `newtype Time = Time Int`
* Changed the fundamental abstraction from SlackBot to SlackHandle
## 0.12
* Remove _prefSpeakGrowls, _prefMacSpeakVoice, _prefMacSpeakSpeed
## 0.11
* Remove *_prefTabUiReturnSelects*
## 0.9
* Export `Id` constructors.
* Expect a `ChannelId` rather than a `Channel` for `ChannelLeft` event
* Remove Group in favour of Channel, a group is just a private channel.
* Remove `_prefAutoplaySounds` field.
## 0.8
* Remove *_prefCollapsible* from `Preferences` as it is sometimes not present.
* Remove *_prefCollapsibleByclick* from `Preferences` as it is sometimes not present.
## 0.7
* Add Prisms for `Event` and `Subevent`.
* Add Lenses for `Preferences`
* Remove _prefFuzzyMatching
* Remove _teamRequireAtForMention
* Add ReconnectUrl type
* Remove deprecated FileUrl keys
* Add TeamMigrationStarted event
## 0.6
* Remove error call when an unknown message type is encountered.
* Remove `userStatus` field in the User datatype
* Add some new event subtypes
* Added a ping thread to make sure WS crashes when it should
## 0.5
* Remove _prefSeenUserMenuTipCard, _prefSeenTeamMenuTipCard, _prefSeenChannelMenuTipCard, prefSeenMessageInputTipCard, prefSeenChannelsTipCard, prefSeen FlexpaneTipcard.
## 0.4
* Remove prefMacSsbBullet, prefWinSsbBullet and prefNoMacssb1Banner as they are
no longer returned by the Slack API
* Compatability changes for GHC 7.10
* Make BotIcons optional
## 0.3
* Change type of `teamIconDefault` to `Maybe Bool` in response to #4
* Parsing the websockets URL is now more robust.
## 0.2.1
* Add ping/pong events.
* Add lenses for `SlackConfig`.
* Make initial configuration availible in `SlackState`.