Skip to content
This repository has been archived by the owner. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@fomkin fomkin released this 05 Aug 18:42
· 453 commits to master since this release
5146218

Release notes

This release contains a lot of improvements. New Levsha's optimisation algorithm gave better performance. Also now you can use SVG xmlns (see GameOfLifeExample). Starting 0.5 Korolev's client side will be optimised with Google Closure Compiler. Now it reduce size of Korolev's JavaScript to 8kB uncompressed.

As an alternative to Blaze network backend now you can use mature Akka-http. See documentation for details.

Features

  1. Use Levsha 0.5 with xmlns support #156
  2. Indexabilty helper #140
  3. Akka http support #136
  4. Send a text focus event to a DOM element #109

Misc

  1. Compress JavaScript using Google Closure Compiler #151
  2. Integration test for Delay #146
  3. Integration test for FormData #145
  4. Integration test for non-blaze server modules #144
  5. Write documentation #17