summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-10-25 17:13:09 +0100
committerWilson Page <wilsonpage@me.com>2013-10-25 17:13:09 +0100
commit56ec3d5bb46b59905d7836eefe24e9950784c9b9 (patch)
tree26dd6d36b4bd7ecde573ed6c4e451231baaa4224
parent03639d393df14e004f55831691a70570310fb9d5 (diff)
downloadfastdom-56ec3d5bb46b59905d7836eefe24e9950784c9b9.zip
fastdom-56ec3d5bb46b59905d7836eefe24e9950784c9b9.tar.gz
fastdom-56ec3d5bb46b59905d7836eefe24e9950784c9b9.tar.bz2
0.8.4v0.8.4
-rw-r--r--History.md5
-rw-r--r--bower.json2
-rw-r--r--component.json2
-rw-r--r--package.json2
4 files changed, 8 insertions, 3 deletions
diff --git a/History.md b/History.md
index 0e5a535..d47b5cd 100644
--- a/History.md
+++ b/History.md
@@ -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
==================
diff --git a/bower.json b/bower.json
index b9321d2..02b480e 100644
--- a/bower.json
+++ b/bower.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/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"