Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

54 lines (31 loc) · 1.78 KB

Changelog

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.

[v0.7.0] - 2023-07-20

  • feat: custom decorators

[v0.6.1] - 2023-01-23

  • 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

Fixed

  • Include 'reflect-metadata' as dependency

v0.1.0 - 2022-11-28

Added

  • Initial development version