Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed May 28, 2012
1 parent b6e1177 commit f9093d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Expand Up @@ -2,22 +2,27 @@ 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. Allow `browser.select` to use the option text.


Reload document when forking browser.

Set `accept-encoding` to "identity".

`JSON.parse` now respects `Array.prototype`. `JSON.parse` now respects `Array.prototype`.


Implemented `window.resizeBy` and `window.resizeTo`. Implemented `window.resizeBy` and `window.resizeTo`.


If DOM attribute is not set, `getAttribute` will return `null` just like any If DOM attribute is not set, `getAttribute` will return `null` just like any
browser (though the spec insists on empty string). 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 ## Version 1.1.7 2012-05-27
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "zombie", { "name": "zombie",
"version": "1.1.7", "version": "1.2.0",
"description": "Insanely fast, full-stack, headless browser testing using Node.js", "description": "Insanely fast, full-stack, headless browser testing using Node.js",
"homepage": "http://zombie.labnotes.org/", "homepage": "http://zombie.labnotes.org/",
"author": "Assaf Arkin <assaf@labnotes.org> (http://labnotes.org/)", "author": "Assaf Arkin <assaf@labnotes.org> (http://labnotes.org/)",
Expand Down

0 comments on commit f9093d4

Please sign in to comment.