summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--History.md6
-rw-r--r--bower.json2
-rw-r--r--component.json2
-rw-r--r--package.json2
4 files changed, 9 insertions, 3 deletions
diff --git a/History.md b/History.md
index d966286..a21d6c3 100644
--- a/History.md
+++ b/History.md
@@ -1,4 +1,10 @@
+0.8.0 / 2013-10-14
+==================
+
+ * change to a rAF loop technique of emtying frame queue to prevent frame conflicts
+ * add ability to call `FastDom#defer` with no frame argument to schedule job for next free frame
+
0.7.1 / 2013-10-05
==================
diff --git a/bower.json b/bower.json
index 259de32..2319abf 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.7.1",
+ "version": "0.8.0",
"main": "index.js",
"scripts": [
"index.js"
diff --git a/component.json b/component.json
index d318c23..a363a66 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.7.1",
+ "version": "0.8.0",
"main": "index.js",
"scripts": [
"index.js"
diff --git a/package.json b/package.json
index c2e4272..84ddb9a 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.7.1",
+ "version": "0.8.0",
"main": "index.js",
"scripts": {
"test": "jshint . && mocha-phantomjs test/index.html"