Skip to content

Commit e1eab48

Browse files
authored
Merge pull request #514 from elthrasher/0.8.0-CHANGELOG
update changelog
2 parents 73e63cb + 01bb438 commit e1eab48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
### 0.8.0 [BREAKING CHANGES]
44

5+
- [class-transformer](https://github.com/typestack/class-transformer) and [class-validator](https://github.com/typestack/class-validator) are now peer dependencies.
6+
57
#### Features
68

79
- extract generic `@Session()` deocorator into `@SessionParam()` and `@Session()` (ref [#335][#348][#407])
810
- restore/introduce `@QueryParams()` and `@Params()` missing decorators options (ref [#289][#289])
911
- normalize param object properties (for "queries", "headers", "params" and "cookies"), with this change you can easily validate query/path params using `class-validator` (ref [#289][#289])
1012
- improved params normalization, converting to primitive types is now more strict and can throw ParamNormalizationError (e.g. when number is expected but an invalid string (NaN) has been received) (ref [#289][#289])
1113

12-
### 0.7.7 (to be released)
14+
### 0.7.7
1315

1416
#### Features
1517

@@ -134,4 +136,4 @@
134136
[#276]: https://github.com/pleerock/routing-controllers/pull/276
135137
[#251]: https://github.com/pleerock/routing-controllers/pull/251
136138
[#240]: https://github.com/pleerock/routing-controllers/pull/240
137-
[#233]: https://github.com/pleerock/routing-controllers/pull/233
139+
[#233]: https://github.com/pleerock/routing-controllers/pull/233

0 commit comments

Comments
 (0)