summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-10-15 21:53:32 +0100
committerWilson Page <wilsonpage@me.com>2013-10-15 21:53:32 +0100
commitcdc7afce1c2987a52d2eee70e41510f55bb48955 (patch)
tree7e309a62596129fe45fbbf7012e229b26b96cfa6
parentd29395cdf2d66dbc3d976f82f369bb61d5f976a6 (diff)
downloadfastdom-cdc7afce1c2987a52d2eee70e41510f55bb48955.zip
fastdom-cdc7afce1c2987a52d2eee70e41510f55bb48955.tar.gz
fastdom-cdc7afce1c2987a52d2eee70e41510f55bb48955.tar.bz2
0.8.2
-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 f51b4c2..30a09b4 100644
--- a/History.md
+++ b/History.md
@@ -1,4 +1,9 @@
+0.8.2 / 2013-10-15
+==================
+
+ * fix - prevent unnecessary frame being scheduled when write requested inside read callback, inside write callback.
+
0.8.1 / 2013-10-15
==================
diff --git a/bower.json b/bower.json
index 36ac347..897e856 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.1",
+ "version": "0.8.2",
"main": "index.js",
"scripts": [
"index.js"
diff --git a/component.json b/component.json
index ae821b2..e9c8e90 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.1",
+ "version": "0.8.2",
"main": "index.js",
"scripts": [
"index.js"
diff --git a/package.json b/package.json
index 0e48379..3c4ec05 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.1",
+ "version": "0.8.2",
"main": "index.js",
"scripts": {
"test": "jshint . && mocha-phantomjs test/index.html"