diff options
author | Wilson Page <wilsonpage@me.com> | 2013-10-05 12:53:29 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-10-05 12:53:29 +0100 |
commit | be9f58a9fd811d2cd4d7b2cabea8a076339d55f7 (patch) | |
tree | 5d0c377c8f4566e6420603ccd18497776c3fd814 | |
parent | 10bf804d2b9d10313a3e05f03fab03897cb9828c (diff) | |
download | fastdom-0.7.1.zip fastdom-0.7.1.tar.gz fastdom-0.7.1.tar.bz2 |
0.7.1v0.7.1
-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" |