File tree 4 files changed +38
-2
lines changed
4 files changed +38
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 7.0.1 (2024-04-21)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - ** json-api-nestjs:** Fix validate for patch method ([ 40b0303] ( https://github.com/klerick/nestjs-json-api/commit/40b0303 ) )
7
+
8
+ - ** json-api-nestjs:** Fix validate for patch method ([ 2caa2d8] ( https://github.com/klerick/nestjs-json-api/commit/2caa2d8 ) )
9
+
10
+ - ** json-api-nestjs:** Allow empty atributes for sdk ([ c3cc4a5] ( https://github.com/klerick/nestjs-json-api/commit/c3cc4a5 ) )
11
+
12
+ - ** json-api-nestjs:** Allow empty atributes for sdk ([ 3101fca] ( https://github.com/klerick/nestjs-json-api/commit/3101fca ) )
13
+
14
+ - ** json-api-nestjs-sdk:** Allow empty atrributes for sdk ([ c4b2675] ( https://github.com/klerick/nestjs-json-api/commit/c4b2675 ) )
15
+
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Alex H
20
+
1
21
# 7.0.0 (2024-03-08)
2
22
3
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-api-nestjs-sdk" ,
3
- "version" : " 7.0.0 " ,
3
+ "version" : " 7.0.1 " ,
4
4
"engines" : {
5
5
"node" : " >= 16.0.0"
6
6
},
Original file line number Diff line number Diff line change
1
+ ## 7.0.2 (2024-04-21)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - ** json-api-nestjs:** Fix validation ([ e5e9936] ( https://github.com/klerick/nestjs-json-api/commit/e5e9936 ) )
7
+
8
+ - ** json-api-nestjs:** Fix validate for patch method ([ 40b0303] ( https://github.com/klerick/nestjs-json-api/commit/40b0303 ) )
9
+
10
+ - ** json-api-nestjs:** Fix validate for patch method ([ 2caa2d8] ( https://github.com/klerick/nestjs-json-api/commit/2caa2d8 ) )
11
+
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Alex H
16
+
1
17
## 7.0.1 (2024-04-06)
2
18
3
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-api-nestjs" ,
3
- "version" : " 7.0.1 " ,
3
+ "version" : " 7.0.2 " ,
4
4
"engines" : {
5
5
"node" : " >= 16.0.0"
6
6
},
You can’t perform that action at this time.
0 commit comments