File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog and release notes
2
2
3
+ ## [ 0.10.0] ( https://github.com/typestack/routing-controllers/compare/v0.9.0...v0.10.0 ) (2022-12-9)
4
+
5
+ ### Added
6
+
7
+ - ` isArray ` option for ` @QueryParam `
8
+
9
+ ### Changed
10
+
11
+ - ` class-transformer ` package updated to ` 0.5.1 ` from ` 0.3.1 `
12
+ - ` class-validator ` package updated to ` 0.13.2 ` from ` 0.12.2 `
13
+ - ` cookie ` package updated to ` 0.5.0 ` from ` 0.4.0 `
14
+ - ` glob ` package updated to ` 8.0.3 ` from ` 7.1.4 `
15
+ - ` express ` package updated to ` 4.18.2 ` from ` 4.17.1 ` and moved to ` optionalDependencies `
16
+ - ` express-session ` package updated to ` 1.17.1 ` from ` 1.17.3 ` and moved to ` optionalDependencies `
17
+ - ` body-parser ` package updated to ` 1.20.1 ` from ` 1.19.0 `
18
+ - ` multer ` package updated to ` 1.4.4 ` from ` 1.4.2 `
19
+ - ` koa ` package updated to ` 2.13.4 ` from ` 2.8.2 `
20
+ - ` koa-multer ` package replaced with ` @koa/multer `
21
+ - ` koa-router ` package replaced with ` @koa/router `
22
+ - updated various dev dependencies
23
+
24
+ ### Fixed
25
+
26
+ - Fixed parsing uuid as route parameter
27
+ - Fixed ` target ` property not set during controller inheritance
28
+ - Fixed ` NaN ` check for number route parameters
29
+ - Added missing null value handling in parameters
30
+ - Fixed middlewares not using the defined route prefix
31
+
3
32
### 0.9.0
4
33
5
34
#### Features
You can’t perform that action at this time.
0 commit comments