Skip to content

Releases: bjansen/gyokuro

0.3.1

24 Sep 07:52
Compare
Choose a tag to compare

Changelog:

  • compatible with Ceylon 1.3.3

0.3

02 Mar 20:48
Compare
Choose a tag to compare
0.3

Changelog:

  • support for WebSocket endpoints (#2)
  • ability to provide custom controller instances for DI (#17)
  • reworked filters (#11)
  • support for the PATCH HTTP method (#9)
  • new Application.stop() function (#7)
  • updated to Ceylon 1.3.2

https://herd.ceylon-lang.org/modules/net.gyokuro.core/0.3

0.2

02 Mar 20:12
Compare
Choose a tag to compare
0.2

Changelog:

  • renamed modules to net.gyokuro.*
  • updated to Ceylon 1.3.1
  • allow objects as annotated controllers (#16)
  • serialization/deserialization via the new com.github.bjansen.gyokuro.transform.api module (#3)

https://herd.ceylon-lang.org/modules/net.gyokuro.core/0.2

0.1.0

04 Dec 08:22
Compare
Choose a tag to compare

First release:

  • declare routes that bind a path and a verb to a handler function
  • declare annotated controllers
  • serve static assets
  • templates, flash, etc.

https://herd.ceylon-lang.org/modules/com.github.bjansen.gyokuro/0.1.0