Skip to content

Commit 2d47d7b

Browse files
committed
docs: Prepare beta release 0.7.3
1 parent 334b05c commit 2d47d7b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ define your mocks by return a fake observable, with your mock data.
200200

201201
-> Add a mock feature.
202202
-> Update dependency to latest
203+
204+
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.
203208

204209

205210
### Source and issues

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.7.0",
3+
"version": "0.7.3",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

0 commit comments

Comments
 (0)