From 2bec3e81fa8fee3096d2554ce7153fcf3e7d3bdb Mon Sep 17 00:00:00 2001 From: Michael Yali Date: Thu, 7 May 2020 20:53:30 +0300 Subject: [PATCH] docs(changelog): updated with v4.6.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95901ff1..a1427c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [4.6.0] - 2020-05-07 + +### Features + +- **crud**/**typeorm** - added `select` (boolean) to `join` options which allows to join relation but not select it ([#218](https://github.com/nestjsx/crud/issues/218)) + +### Bug Fixes + +- **typeorm** - fixed column identifier for MySQL ([#401](https://github.com/nestjsx/crud/issues/401)) +- **typeorm** - fixed nested relations aliases, filtering, sorting ([#419](https://github.com/nestjsx/crud/issues/419), [#450](https://github.com/nestjsx/crud/issues/450), [#267](https://github.com/nestjsx/crud/issues/267), [#385](https://github.com/nestjsx/crud/issues/385)) + ## [4.5.0] - 2020-05-01 ### Improvements @@ -148,6 +159,7 @@ - several fixes +[4.6.0]: https://github.com/nestjsx/crud/compare/v4.5.0...v4.6.0 [4.5.0]: https://github.com/nestjsx/crud/compare/v4.4.5...v4.5.0 [4.4.5]: https://github.com/nestjsx/crud/compare/v4.4.4...v4.4.5 [4.4.4]: https://github.com/nestjsx/crud/compare/v4.4.3...v4.4.4