# Revision history for front ## 0.0.0.8 -- 2020-05-01 * Added custom script invokation. * Added custom disconnect handling. ## 0.0.0.7 -- 2020-04-07 * Add new strategy for only client session. ## 0.0.0.6 -- 2020-03-25 * Make client static and independent from server types. ## 0.0.0.5 -- 2020-03-17 * Remove indentation from output html. ## 0.0.0.4 -- 2020-03-15 * Support GHC 8.6.5, switch to LTS-14. * Change `CommandHandler` typeclass to higher-order function. ## 0.0.0.3 -- 2020-02-04 * `Todo` example reworked to be complaint with http://todomvc.com. * `onBlur`, `onDoubleClick`, `onEnter` event handlers added. ## 0.0.0.2 -- 2019-04-10 * Integration with Servant established. * `Todo` example decoupled from `servant` and `yesod`. * Added abstraction for `Broadcast` communication. ## 0.0.0.1 -- 2019-02-25 * First version. Released on an unsuspecting world.