You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog and release notes
2
2
3
+
### 0.8.0
4
+
5
+
- rename `@Param` and `@Params` decorators to `@PathParam` and `@PathParams` (#289)
6
+
- restore/introduce `@QueryParams()` and `@PathParams()` missing decorators options (they are needed for validation purposes) (#289)
7
+
- normalize param object properties (for "queries", "headers", "params" and "cookies") - now you can easily validate query/path params using `class-validator` (#289)
8
+
- enhance params normalization - converting from string to primitive types is now more strict and can throw ParamNormalizationError,
9
+
e.g. when number is expected but the invalid string (NaN) has been received (#289)
10
+
3
11
### 0.7.2
4
12
5
13
- FIXED: Using `@Authorization` decorator with Koa caused 404 responses (ref [#240](https://github.com/pleerock/routing-controllers/pull/240))
0 commit comments