Skip to content

Commit 2bec3e8

Browse files
committed
docs(changelog): updated with v4.6.0
1 parent 23f5029 commit 2bec3e8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.6.0] - 2020-05-07
2+
3+
### Features
4+
5+
- **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))
6+
7+
### Bug Fixes
8+
9+
- **typeorm** - fixed column identifier for MySQL ([#401](https://github.com/nestjsx/crud/issues/401))
10+
- **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))
11+
112
## [4.5.0] - 2020-05-01
213

314
### Improvements
@@ -148,6 +159,7 @@
148159

149160
- several fixes
150161

162+
[4.6.0]: https://github.com/nestjsx/crud/compare/v4.5.0...v4.6.0
151163
[4.5.0]: https://github.com/nestjsx/crud/compare/v4.4.5...v4.5.0
152164
[4.4.5]: https://github.com/nestjsx/crud/compare/v4.4.4...v4.4.5
153165
[4.4.4]: https://github.com/nestjsx/crud/compare/v4.4.3...v4.4.4

0 commit comments

Comments
 (0)