File tree 4 files changed +32
-3
lines changed
4 files changed +32
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 7.0.0 (2024-03-08)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - ⚠️ ** json-api-nestjs-sdk:** New version sdk for json api ([ f65ca03] ( https://github.com/klerick/nestjs-json-api/commit/f65ca03 ) )
7
+
8
+
9
+ #### ⚠️ Breaking Changes
10
+
11
+ - ** json-api-nestjs-sdk:** - add support native js
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Alex H
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-api-nestjs-sdk" ,
3
- "version" : " 6 .0.0" ,
3
+ "version" : " 7 .0.0" ,
4
4
"engines" : {
5
5
"node" : " >= 16.0.0"
6
6
},
Original file line number Diff line number Diff line change
1
+ # 7.0.0 (2024-03-08)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - ⚠️ ** json-api-nestjs:** new version json-api ([ 66076a3] ( https://github.com/klerick/nestjs-json-api/commit/66076a3 ) )
7
+
8
+
9
+ #### ⚠️ Breaking Changes
10
+
11
+ - ** json-api-nestjs:** - remove ajv and use zod for validation
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Alex H
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-api-nestjs" ,
3
- "version" : " 6 .0.3 " ,
3
+ "version" : " 7 .0.0 " ,
4
4
"engines" : {
5
5
"node" : " >= 16.0.0"
6
6
},
30
30
" CRUD"
31
31
]
32
32
}
33
-
You can’t perform that action at this time.
0 commit comments