Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Aug 21, 2017
1 parent d3a674b commit a011e47
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="1.4.0"></a>
# 1.4.0 (2017-08-21)

## Feature
- Add Watch mockdata change functionality
- Add functionality for adding and updating global variables as an object
- Add default delay per scenario functionality

## Bugfix
- Handle a request after it is ended.
- Synchronous (busy waiting loop) delays

<a name="1.3.0"></a>
# 1.3.0 (2017-07-11)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-apimock",
"description": "Node plugin that provides the ability to use scenario based api mocking of angular apps",
"version": "1.3.0",
"version": "1.4.0",
"homepage": "https://mdasberg.github.io/ng-apimock",
"author": {
"name": "Mischa Dasberg",
Expand Down

0 comments on commit a011e47

Please sign in to comment.