@thi.ng/atom
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.1.0...@thi.ng/atom@0.1.1) (2018-01-29) | ||
### Bug Fixes | ||
* **atom:** cursor IWatch impls (replace stubs) ([cca801b](https://github.com/thi-ng/umbrella/commit/cca801b)) | ||
<a name="0.1.0"></a> | ||
@@ -8,0 +19,0 @@ # 0.1.0 (2018-01-29) |
@@ -45,6 +45,6 @@ "use strict"; | ||
removeWatch(id) { | ||
throw new Error("Method not implemented."); | ||
return this.local.removeWatch(id); | ||
} | ||
notifyWatches(oldState, newState) { | ||
throw new Error("Method not implemented."); | ||
return this.local.notifyWatches(oldState, newState); | ||
} | ||
@@ -51,0 +51,0 @@ } |
{ | ||
"name": "@thi.ng/atom", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Mutable wrapper for a immutable values", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
8025