summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-10-05 12:53:29 +0100
committerWilson Page <wilsonpage@me.com>2013-10-05 12:53:29 +0100
commitbe9f58a9fd811d2cd4d7b2cabea8a076339d55f7 (patch)
tree5d0c377c8f4566e6420603ccd18497776c3fd814
parent10bf804d2b9d10313a3e05f03fab03897cb9828c (diff)
downloadfastdom-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.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 8ea5c0d..68eeb5f 100644
--- a/History.md
+++ b/History.md
@@ -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
==================
diff --git a/bower.json b/bower.json
index 27de339..d318c23 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.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"