|
1 |
| -#### v 4.0.3 (2019-04-25) |
| 1 | +#### v 4.1.9 (2019-06-18) #### |
| 2 | +* feat: handle ZNOTHING return code from the ZooKeeper C library |
| 3 | +* fix: README typos |
| 4 | +* chore: added example code in the examples folder - master, workers and tasks |
| 5 | +* chore: run code in a linux docker container using a Dockerfile |
| 6 | +* chore: moved existing manual tests to the tests_integration folder |
| 7 | +* Merge pull request #174 from @peZhmanParsaee: delete .npmignore file |
| 8 | +* Merge pull request #170 from @arpitsingh94: Added documentation for "connect" function |
| 9 | +* Merge pull request #164 from @luc-boussant: Update issue templates |
| 10 | +* Merge pull request #163 from @tabbartley: Add CODE-OF-CONDUCT |
| 11 | + |
| 12 | + |
| 13 | +#### v 4.0.3 (2019-04-25) #### |
2 | 14 | * chore: added unit tests, mostly asserting the public API.
|
3 | 15 | * chore: added ESLint and the Airbnb JavaScript style guide.
|
4 | 16 | * chore: added .editorconfig
|
5 | 17 |
|
6 |
| -#### v 4.0.2 (2019-04-13) |
| 18 | +#### v 4.0.2 (2019-04-13) #### |
7 | 19 | * fixed: Windows 7 support (Pull Request by https://github.com/ndxbn)
|
8 | 20 |
|
9 | 21 |
|
10 |
| -#### v 4.0.1 (2019-03-10) |
| 22 | +#### v 4.0.1 (2019-03-10) #### |
11 | 23 | * Added docs: changelog, contributing to the project, fixed typos and missing info in the readme file.
|
12 | 24 |
|
13 |
| -#### v 4.0.0 (2019-03-02) |
| 25 | +#### v 4.0.0 (2019-03-02) #### |
14 | 26 | * Added Windows support! A long awaited issue finally solved.
|
15 | 27 | * __BREAKING__: dropped support for Node.js versions older than version 8.
|
16 | 28 | * `node-zookeeper` now uses __SemVer__ for versioning.
|
17 | 29 |
|
18 | 30 | Read details about the release here: [Windows support](https://github.com/yfinkelstein/node-zookeeper/pull/145)
|
19 | 31 |
|
20 |
| -#### v 3.4.9-4 (2019-01-16) |
| 32 | +#### v 3.4.9-4 (2019-01-16) #### |
21 | 33 | * Fixed npm install fails when using Node version 10.
|
22 | 34 |
|
23 | 35 | Details about the release here: [Node.js 10 support](https://github.com/yfinkelstein/node-zookeeper/pull/142)
|
0 commit comments