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 d6176c4 commit dcadb6cCopy full SHA for dcadb6c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+1.0.3
2
+========
3
+Build update
4
+
5
1.0.2
6
=========
7
- Fixed issue with custom headers not being serialised correctly
package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-http-batcher",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Angular (2+) HTTP batching module to reduce the number of HTTP requests and increase performance",
"scripts": {
"build": "./node_modules/.bin/ngc -p ./src",
0 commit comments