diff options
author | Wilson Page <wilsonpage@me.com> | 2013-10-14 18:00:28 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-10-14 18:00:28 +0100 |
commit | 90a8f14049b7d0fd05e9732318fba9015467d21c (patch) | |
tree | dda731ff084cce6b6af97451ddb3d25086bfeb7c | |
parent | ca350f84a1aabe1bc099c13930dd29c5cebb3184 (diff) | |
download | fastdom-90a8f14049b7d0fd05e9732318fba9015467d21c.zip fastdom-90a8f14049b7d0fd05e9732318fba9015467d21c.tar.gz fastdom-90a8f14049b7d0fd05e9732318fba9015467d21c.tar.bz2 |
0.8.00.8.0origin/dev
-rw-r--r-- | History.md | 6 | ||||
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 9 insertions, 3 deletions
@@ -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 ================== @@ -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" |