From 01bb438ebb9333179f93ace16f2fd2bb17ee5408 Mon Sep 17 00:00:00 2001 From: Matt Morgan Date: Tue, 1 Oct 2019 08:10:00 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6d641a..75458d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### 0.8.0 [BREAKING CHANGES] +- [class-transformer](https://github.com/typestack/class-transformer) and [class-validator](https://github.com/typestack/class-validator) are now peer dependencies. + #### Features - extract generic `@Session()` deocorator into `@SessionParam()` and `@Session()` (ref [#335][#348][#407]) @@ -9,7 +11,7 @@ - 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]) - 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]) -### 0.7.7 (to be released) +### 0.7.7 #### Features @@ -134,4 +136,4 @@ [#276]: https://github.com/pleerock/routing-controllers/pull/276 [#251]: https://github.com/pleerock/routing-controllers/pull/251 [#240]: https://github.com/pleerock/routing-controllers/pull/240 -[#233]: https://github.com/pleerock/routing-controllers/pull/233 \ No newline at end of file +[#233]: https://github.com/pleerock/routing-controllers/pull/233