Skip to content

Commit 1ce687f

Browse files
committed
Update changelog.txt and .npmignore
1 parent 49dfb02 commit 1ce687f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.npmignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# exclude folders not related with main lib
2+
desktop-app
3+
doc
4+
microk8s
5+
repository
6+
server-app
7+
example
8+
.idea
9+
.travis.yml

changelog.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.0.0
2+
-----
3+
4+
- Https support
5+
- Updated keep alive agent, now using agentkeepalive
6+
- Fix throttling issue in https request
7+
- Fix for parallel processing
8+
- Fix for missing body in throttling
9+
- Fix for missing body data in request
10+
111
0.0.5
212
-----
313
Adding Travis for continuous integration

0 commit comments

Comments
 (0)