From f9093d43b63767ff2e8157c72459c5cc11884a25 Mon Sep 17 00:00:00 2001 From: Assaf Arkin Date: Mon, 28 May 2012 12:39:05 -0700 Subject: [PATCH] Version 1.2.0 --- CHANGELOG.md | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e15cf3b3..96b0edd74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ zombie.js-changelog(7) -- Changelog =================================== -## Version 1.1.8 2012-05-27 +## Version 1.2.0 2012-05-28 -Set `accept-encoding` to "identity". +Added `browser.load` for loading HTML instead of hitting a URL. Allow `browser.select` to use the option text. +Reload document when forking browser. + +Set `accept-encoding` to "identity". + `JSON.parse` now respects `Array.prototype`. Implemented `window.resizeBy` and `window.resizeTo`. @@ -15,9 +19,10 @@ Implemented `window.resizeBy` and `window.resizeTo`. If DOM attribute is not set, `getAttribute` will return `null` just like any browser (though the spec insists on empty string). -Reload document when forking browser. +Fix all file loading (document and resources) to use same code path. -Added `browser.load` for loading HTML instead of hitting a URL. + 531 tests + 12.5 sec to complete ## Version 1.1.7 2012-05-27 diff --git a/package.json b/package.json index f6788cfae..cea4581bc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "zombie", - "version": "1.1.7", + "version": "1.2.0", "description": "Insanely fast, full-stack, headless browser testing using Node.js", "homepage": "http://zombie.labnotes.org/", "author": "Assaf Arkin (http://labnotes.org/)",