Skip to content

Commit 3584a54

Browse files
committed
docs(changelog): updated with version 4.4.3
1 parent 4fb2387 commit 3584a54

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.4.3] - 2020-04-18
2+
3+
### Bug Fixes
4+
5+
- **crud** fixed returning `pageCount` in some cases ([#465](https://github.com/nestjsx/crud/pull/465))
6+
- **typeorm** fixed critical bug with possible SQL injections when using query `?sort=` (big kudos to João Maurício)
7+
- **typeorm** fixed filter conditions for LIKE/iLIKE operators ([#395](https://github.com/nestjsx/crud/pull/395))
8+
19
## [4.4.2] - 2020-03-17
210

311
### Bug Fixes
@@ -117,6 +125,7 @@
117125

118126
- several fixes
119127

128+
[4.4.3]: https://github.com/nestjsx/crud/compare/v4.4.2...v4.4.3
120129
[4.4.2]: https://github.com/nestjsx/crud/compare/v4.4.1...v4.4.2
121130
[4.4.1]: https://github.com/nestjsx/crud/compare/v4.4.0...v4.4.1
122131
[4.4.0]: https://github.com/nestjsx/crud/compare/v4.3.0...v4.4.0

0 commit comments

Comments
 (0)