Skip to content

Commit 9f4b549

Browse files
committed
docs: add changelog for v0.11.0
1 parent 07cd3e3 commit 9f4b549

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog and release notes
22

3+
## [0.11.0](https://github.com/typestack/routing-controllers/compare/v0.10.4...v0.11.0) (2025-02-14)
4+
5+
### Changed
6+
7+
- `cookie` package updated to `1.0.2` from `0.5.0`
8+
- `glob` package updated to `11.0.0` from `10.2.2`
9+
- `reflect-metadata` package updated to `0.2.2` from `0.1.13`
10+
- Introduced `UnprocessableEntityError`
11+
- Dropped support for node versions below 20
12+
13+
### Fixed
14+
15+
- Fixed koa trailing slash handling
16+
- Fixed controller method inheritance
17+
318
## [0.10.4](https://github.com/typestack/routing-controllers/compare/v0.10.3...v0.10.4) (2023-04-17)
419

520
### Changed

0 commit comments

Comments
 (0)