Skip to content

Latest commit

 

History

History
91 lines (41 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

91 lines (41 loc) · 2.99 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.6.3 (2023-06-22)

2.6.0 (2022-06-28)

Features

  • errors: define custom headers for httpException (75f66a3)

2.5.0 (2022-03-16)

Features

  • router: added support for optional and wildcard route parameters (830b78c)

2.4.1 (2022-03-16)

2.4.0 (2022-03-01)

Features

  • redirects: remove hardcoded redirect http status (f7a6b82)

2.3.3 (2022-03-01)

2.3.1 (2020-10-27)

2.3.0 (2020-10-27)

Features

2.2.1 (2020-10-27)

2.2.0 (2020-06-03)

Features

  • routes: cache route target instance (95e16ea)

2.1.0 (2020-06-03)

Features

  • routing: ability to extend base resources (752a61a)

2.0.4 (2020-04-16)

Bug Fixes

  • readable: fix readable streams (7b670c9)

2.0.3 (2020-04-16)

2.0.2 (2020-02-11)

Bug Fixes

  • package-lock.json: remove package-lock.json (b2c9dff)

2.0.1 (2020-02-11)

Bug Fixes

  • package-lock.json: remove package-lock.json (b2c9dff)

2.0.0 (2020-02-11)

⚠ BREAKING CHANGES

  • resources: all resources need to be imported to the bootstrap({ resources: [] }) array

Features

  • resources: deprecate autoloading, new resource options (74e04b3)

1.1.5 (2019-09-11)