# Revision history for reflex-backend-socket
## 0.2.0.1 -- 2022-05-21
* Raised some upper bounds
* Examples now use `Reflex.Host.Headless` from `reflex` instead of
`reflex-basic-host`.
## 0.2.0.0 -- 2019-10-29 (first hackage release)
* Decoupled reflex-binary from this library. If you want incremental
decoding, you can feed the `ByteString`s into reflex-binary
yourself.
* Simplified, rewrote and documented almost all of the library.
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.