This repository has been archived by the owner. It is now read-only.
v0.3.0
Features
- Support of FormData downloading #58
- Timers/delay support #30
- Support of JSR-107 (JCache) #90
- Access to deviceId inside render #73
- Way to update value of inputs #99
Bugs
- Example did not run as according to docs #76
- WebSocket heartbeat was missed #82
- Large static files are broken #83
Infrastructure
- Use JWT addon for Saucelabs #87
- Adjust Korolev to produce a valid OSGi bundle JAR, work within the OSGi container #81
Breaking changes
Default executor had been moved to korolev.execution
package, so now you need to import them in server initialization scope (import korolev.execution._
). See examples.