diff options
author | Wilson Page <wilsonpage@me.com> | 2013-10-25 17:13:09 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-10-25 17:13:09 +0100 |
commit | 56ec3d5bb46b59905d7836eefe24e9950784c9b9 (patch) | |
tree | 26dd6d36b4bd7ecde573ed6c4e451231baaa4224 | |
parent | 03639d393df14e004f55831691a70570310fb9d5 (diff) | |
download | fastdom-56ec3d5bb46b59905d7836eefe24e9950784c9b9.zip fastdom-56ec3d5bb46b59905d7836eefe24e9950784c9b9.tar.gz fastdom-56ec3d5bb46b59905d7836eefe24e9950784c9b9.tar.bz2 |
0.8.4v0.8.4
-rw-r--r-- | History.md | 5 | ||||
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,9 @@ +0.8.4 / 2013-10-25 +================== + + * fix - ensure that exceptions thrown inside a read/write job don't prevent the rest of the jobs being flushed. + 0.8.3 / 2013-10-25 ================== @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.8.3", + "version": "0.8.4", "main": "index.js", "scripts": [ "index.js" diff --git a/component.json b/component.json index 06c273c..4593151 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.8.3", + "version": "0.8.4", "main": "index.js", "scripts": [ "index.js" diff --git a/package.json b/package.json index 54f1edb..cc2400a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.8.3", + "version": "0.8.4", "main": "index.js", "scripts": { "test": "jshint . && mocha-phantomjs test/index.html" |