zookeeper-hd
Advanced tools
Comparing version 0.2.3 to 0.3.0
@@ -9,2 +9,6 @@ Changes | ||
--- | ||
- 0.3: | ||
- FakeZookeper added | ||
- 0.2: | ||
@@ -21,2 +25,3 @@ - PlusClient | ||
- removed logging from library, included example how to enable logging using scarletjs | ||
- SimpleClient | ||
@@ -31,3 +36,4 @@ - added joinPath (also exposed by PlusClient) | ||
- published under zookeeper-hd, instead of node-zookeeper-hd | ||
- 0.0: | ||
- first published as node-zookeeper-hd |
{ | ||
"name": "zookeeper-hd", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"description": "Higher level (normalized) zookeeper client", | ||
@@ -48,4 +48,5 @@ "author": "Hans Donner", | ||
"scarlet": "~0.5.11", | ||
"scarlet-contrib-logger": "~0.1.2" | ||
"scarlet-contrib-logger": "~0.1.2", | ||
"grunt-contrib-watch": "~0.5.3" | ||
} | ||
} |
@@ -14,2 +14,3 @@ zookeeper-hd | ||
Quick overview: | ||
- normalize function names ( get vs a_get ) | ||
@@ -21,2 +22,3 @@ - normalize callback signatures to common nodejs callback structures (error, results) | ||
Methods | ||
- create (zkPath, value, flags, onReady) | ||
@@ -33,2 +35,3 @@ - exists: (zkPath, watch, onData) | ||
Quick overview | ||
- wraps SimpleClients | ||
@@ -40,2 +43,3 @@ - added: createOrUpdate | ||
Added methods: | ||
- createOrUpdate: (zkPath, value, options, onReady, extraArg) | ||
@@ -46,2 +50,3 @@ Options: { flags, watch } | ||
Redefined methods from SimpleClient | ||
- create: (zkPath, value, options, onReady) | ||
@@ -54,4 +59,7 @@ - exists: (zkPath, options, onData) | ||
FakeZookeeper | ||
------------- | ||
Provides a fake zookeeper, with methods of the zookeeper client and backed with a memory based registry. | ||
Watches are not implemented yet. | ||
Various | ||
@@ -58,0 +66,0 @@ ------- |
225914
50
1818
70
19