We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413b2d4 commit 706072bCopy full SHA for 706072b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+<a name="1.4.1"></a>
2
+# 1.4.1 (2017-08-31)
3
+
4
+## Bugfix
5
+- Fix timeouts issues for POST or PUT methods whn passThrough is selected (passTrough does not have to wait for the request end)
6
+- Fix interface issues when selecting passthrough or defaults
7
8
<a name="1.4.0"></a>
9
# 1.4.0 (2017-08-21)
10
package.json
@@ -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.4.0",
+ "version": "1.4.1",
"homepage": "https://mdasberg.github.io/ng-apimock",
"author": {
"name": "Mischa Dasberg",
0 commit comments