This repository has been archived by the owner. It is now read-only.
Releases: fomkin/korolev
Releases · fomkin/korolev
v1.5.0
New features
- Add web-dsl (docs required)
- #25 Metrics
- Add ZIO2 support for zio-http backend
- #439 New transition types (transitionAsync)
- stateLens -- way to access to state with korolev.util.Lens
Improvements
- Optimize RemoteDomChangesPerformer; Add blocking behavior for heavy pages
- Remove ZIO.scoped, as toKorolev no longer requires a scope
- Make deviceId cookie HttpOnly (security improvement)
Bug fixes
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.1
v1.0.0
v0.17.1
Improvements
- Router now can work with path-parameters (see updated docs) #333
- Static files serving optimization
- Add 'KorolevReady' event and 'ready' propery to 'Korolev' global object
New modules
- Independent NIO based network implementation (experimental) #175
- Http4s interop #279
- Fs2 interop #348
- korolev-bytes
- Library for testing #318
Bug fixes
v0.16.3
Features
- Add 'KorolevReady' event and 'ready' propery to 'Korolev' global object
- Change behavior of page reloading after server shutdown. Now it do pull page reload instead of DOM reload.
- Add access.registerCallback method
- Change organization to
org.fomkin
- Allow to modify head dynamically #221