Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Feb 18, 2011
1 parent 2c5ef67 commit c245ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -14,10 +14,10 @@ Fixes error handling on timeout/XHR scripts, these now generate an


Eventloop is now associated with window instead of browser. Eventloop is now associated with window instead of browser.


Fixes URL resolution in XHR requests when there's no port. Fixes URL resolution in XHR requests with no port.


293 Tests 293 Tests
3.4 sec to complete 3.3 sec to complete




### Version 0.8.13 2011-02-11 ### Version 0.8.13 2011-02-11
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "zombie", { "name": "zombie",
"version": "0.8.14", "version": "0.9.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 c245ca6

Please sign in to comment.