All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- feat: custom decorators
- fix: automatically set content-type application/json and status codes in responses when necessary
v0.6.0 - 2023-01-17
- feat!: add @RestController and @RequestMapping
v0.5.0 - 2022-12-19
- feat!: http result mapping
v0.4.2 - 2022-12-15
- fix: response body JSON is malformed
v0.4.1 - 2022-12-15
- ci: test release
v0.4.0 - 2022-12-15
- JSON-serialize instances of error classes decorated with
@HttpStatus
in response body
v0.1.2 - 2022-11-30
- Include 'reflect-metadata' as dependency
- Initial development version