yesod/yesod-websockets/ChangeLog.md
2018-08-20 10:11:42 +03:00

28 lines
431 B
Markdown

## 0.3.0.1
* Minor cabal file improvements
## 0.3.0
* Upgrade to yesod-core 1.6
## 0.2.6
* Fix warnings
## 0.2.5
* Allow to start websockets with custom ConnectionOptions with `webSocketsOptions` and `webSocketsOptionsWith`
## 0.2.4.1
* Support for websockets 0.10
## 0.2.3
* `receiveDataMessageE` and `sendDataMessageE`
## 0.2.2
* Add exceptional websocket commands [#772](https://github.com/yesodweb/yesod/pull/772)