Skip to content

Releases: zskamljic/rest-ahead

0.4.1

02 Apr 13:18
Compare
Choose a tag to compare

Bugfix:

  • make RequestLogger public

0.4.0 Utilities

29 Mar 10:00
Compare
Choose a tag to compare

New features

Added a new dialect: JAX-RS
Added a logging interceptor

Bugfixes

FormName was not respected when service changed, but not the model when the class already existed, resulting in invalid form names.

0.3.0 Speaking more languages

14 Feb 19:00
Compare
Choose a tag to compare

New features

New dialects can be added by providing a service inheriting Dialect. This allows for usage of other annotations for service generation, for example Spring annotations like @GetMapping.

(Potentially) Breaking features

Single Form Converter class is no longer generated, instead pre-existing class is used for Map conversion, for classes and records converters will be added to the generated service subclass.

0.2.0 - Spring time

07 Feb 14:54
Compare
Choose a tag to compare

New features

Added utility library for Spring Bean support. See Spring Boot section of Readme.md.

Bugfixes

Fixed an issue where nested class would not be instantiated due to how the class is generated.

0.1.0 - Initial release

23 Jan 10:43
Compare
Choose a tag to compare

Initial release. See Readme.md for supported functionality.