We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cd3e3 commit 9f4b549Copy full SHA for 9f4b549
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog and release notes
2
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
18
## [0.10.4](https://github.com/typestack/routing-controllers/compare/v0.10.3...v0.10.4) (2023-04-17)
19
20
### Changed
0 commit comments