yesod/yesod-websockets/ChangeLog.md
2018-01-15 15:57:36 +02:00

24 lines
386 B
Markdown

## 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)