Skip to content

Commit 7794f56

Browse files
committed
🔖 release to version 0.8.0
-> Updates to Angular 16, and compile libs to ivy -> change to nx workspace -> Add unit tests
1 parent 21990f3 commit 7794f56

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,24 +188,28 @@ define your mocks by return a fake observable, with your mock data.
188188

189189
0.6.x
190190

191-
-> updates to latest versions of Angular
191+
-> updates to the latest versions of Angular
192192
-> Rename library to ngx-http-annotations
193193
-> add @ResponseObservable to transform response.
194194

195195
0.6.2 et 0.6.3
196196

197-
-> update to build library with angular, to avoid error when build in --prod
197+
-> update to build the library with angular, to avoid error when build in --prod
198198

199199
0.7.x
200200

201-
-> Add a mock feature.
201+
-> Add a mock feature.
202202
-> Update dependency to latest
203203

204204
0.7.3
205-
-> Add delay : Add a beta feature, to add a delay to all request, or had a function that return this delay. This could be useful, in the mock feature. By default, all mock, will have a default delay. But could be also added without mock, to simulate long request.
206-
-> Use all httpClient method rather than use request method, use corresponding method (get, put, delete ...). In order, to avoid issue with request method that throw a first empty error.
207-
-> Update dependencies : Update to version 13 of Angular.
208-
205+
-> Add delay: Add a beta feature, to add a delay to all requests, or have a function that returns this delay. This could be useful, in the mock feature. By default, all mock, will have a default delay. But could be also added without mock, to simulate long request.
206+
-> Use all httpClient methods rather than use request method, use the corresponding method (get, put, delete ...). In order, to avoid issue with request method that throw a first empty error.
207+
-> Update dependencies: Update to version 13 of Angular.
208+
209+
0.8.0
210+
-> Updates to Angular 16, and compile libs to ivy
211+
-> change to nx workspace
212+
-> Add unit tests
209213

210214
### Source and issues
211215

libs/ngx-http-annotations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-http-annotations",
3-
"version": "0.8.0-beta.1",
3+
"version": "0.8.0",
44
"description": "This is a library to angular to use http request via decorator/annotations",
55
"peerDependencies": {
66
"@angular/common": ">=14.2.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-http-annotations",
3-
"version": "0.8.0-beta.1",
3+
"version": "0.8.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "nx",

0 commit comments

Comments
 (0)