Releases: zskamljic/rest-ahead
0.4.1
0.4.0 Utilities
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
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
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
Initial release. See Readme.md for supported functionality.