Skip to content

Commit a011e47

Browse files
committed
prepare for release
1 parent d3a674b commit a011e47

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="1.4.0"></a>
2+
# 1.4.0 (2017-08-21)
3+
4+
## Feature
5+
- Add Watch mockdata change functionality
6+
- Add functionality for adding and updating global variables as an object
7+
- Add default delay per scenario functionality
8+
9+
## Bugfix
10+
- Handle a request after it is ended.
11+
- Synchronous (busy waiting loop) delays
12+
113
<a name="1.3.0"></a>
214
# 1.3.0 (2017-07-11)
315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ng-apimock",
33
"description": "Node plugin that provides the ability to use scenario based api mocking of angular apps",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"homepage": "https://mdasberg.github.io/ng-apimock",
66
"author": {
77
"name": "Mischa Dasberg",

0 commit comments

Comments
 (0)