Releases: faustinoaq/kemal-watcher
Releases · faustinoaq/kemal-watcher
v0.4.0
v0.3.0
- Add support for Kemal next and crystal
v0.24.1
v0.2.3
- Fix version on
shard.yml
file andKemal::Watcher::VERSION
v0.2.2
secure_random
is a breaking change on0.24.1
- Secure Random isn't needed
- Replace
secure_random
by normal random
v0.1.9
- Remove CDATA comment
- SVG support is invalid for now
v0.1.8
Update dependencies
v0.1.7
- Update shards dependencies
v0.1.6
- Changes in methods visibility
v0.1.5
- Add self methods to improve watcher handler
- WebSocket server is executed by Kemal.watch
- Filter handler is called by Kemal.watch
- handle_changes is moved to watcher_handler
v0.1.4
- Remove Kemal version to allow new features in Kemal master branch like kemalcr/kemal/issues/324