Skip to content

Commit 29066fb

Browse files
committed
chore: updated CHANGELOG.md
1 parent 3d3f604 commit 29066fb

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1+
## [4.1.0] - 2019-06-27
2+
3+
### Features
4+
5+
- **crud** added `PUT` request handling ([#107])
6+
- **requests** added creating request builder with params ([#131])
7+
- **requests** improved query params naming parsing ([#101])
8+
9+
### Bug Fixes
10+
11+
- **crud** set decorators after Swagger so metadata can be overwritten
12+
- **requests** added support for ISO-8610 date strings
13+
114
## [4.0.1] - 2019-06-21
215

316
### Bug Fixes
417

5-
- **requests** fixed query parser to properly accept numbers and booleans (#97)
18+
- **requests** fixed query parser to properly accept numbers and booleans ([#97])
619

720
## [4.0.0] - 2019-06-12
821

@@ -20,13 +33,22 @@
2033
- **docs:** new [documentation](https://github.com/nestjsx/crud/wiki)
2134
- **packages:** totally refactor `@nestjsx/crud` to be service (ORM) agnostic
2235
- **packages:** add `@nestjsx/crud-typeorm` ([docs](https://github.com/nestjsx/crud/wiki/ServiceTypeorm))
23-
- **packages:** add `@nestjsx/crud-request` ([docs](https://github.com/nestjsx/crud/wiki/Requests#description), #53)
24-
- **crud:** add global options ([docs](https://github.com/nestjsx/crud/wiki/Controllers#global-options), #64)
25-
- **crud:** add eager relations option (#54, #67)
36+
- **packages:** add `@nestjsx/crud-request` ([docs](https://github.com/nestjsx/crud/wiki/Requests#description), [#53])
37+
- **crud:** add global options ([docs](https://github.com/nestjsx/crud/wiki/Controllers#global-options), [#64])
38+
- **crud:** add eager relations option ([#54], [#67])
2639

2740
### Bug Fixes
2841

2942
- several fixes
3043

44+
[4.1.0]: https://github.com/nestjsx/crud/compare/v4.0.1...v4.1.0
3145
[4.0.1]: https://github.com/nestjsx/crud/compare/v4.0.0...v4.0.1
3246
[4.0.0]: https://github.com/nestjsx/crud/compare/v.3.2.0...v4.0.0
47+
[#97]: https://github.com/nestjsx/crud/issues/97
48+
[#53]: https://github.com/nestjsx/crud/issues/53
49+
[#64]: https://github.com/nestjsx/crud/issues/64
50+
[#54]: https://github.com/nestjsx/crud/issues/54
51+
[#67]: https://github.com/nestjsx/crud/issues/67
52+
[#107]: https://github.com/nestjsx/crud/issues/107
53+
[#131]: https://github.com/nestjsx/crud/issues/131
54+
[#101]: https://github.com/nestjsx/crud/issues/101

0 commit comments

Comments
 (0)