minilight-0.5.0: CHANGELOG.md
# Revision history for minilight
## 0.5.0 -- 2020-05-06
* `runMiniloop` with initial state in monad
## 0.4.4 -- 2020-05-05
* Add `registerComponent` and `extend9tiles` functions
## 0.4.3 -- 2020-03-11
* Support GHC 8.8
## 0.4.2 -- 2020-01-19
* Other Changes:
* Fix sdl2 version to be 2.4.X.X (which matches libsdl2-dev:2.0.5)
## 0.4 -- 2019-06-01
* Features:
* Hooks feature in Component Loader
* Improve MessageEngine component
* Improve Loader functions
## 0.3 -- 2019-05-05
* New features:
* Hot Config Replacement
* Stdout Logger
## 0.2 -- 2019-04-23
* New features:
* Re-structured modules
* Emit signals and signal handlers
## 0.1.1 -- 2019-04-14
* Fixes:
* Cache strategy
* Button component and button-counter example now works correctly.
## 0.1.0 -- 2019-04-14
* First version.
* New features:
* Mainloop management
* Pre-defined Components
* Config loader
* Some examples