diff options
-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.7.1 / 2013-10-05 +================== + + * fix memory leaks with undeleted refs + * fix context not being passed to `.defer` jobs + 0.7.0 / 2013-10-05 ================== @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.7.0", + "version": "0.7.1", "main": "index.js", "scripts": [ "index.js" diff --git a/component.json b/component.json index 6b13549..82aa51f 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.0", + "version": "0.7.1", "main": "index.js", "scripts": [ "index.js" diff --git a/package.json b/package.json index 5db7fba..e4ea0f3 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.0", + "version": "0.7.1", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha-phantomjs test/index.html" |