Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Jun 5, 2012
1 parent 05c8e9a commit e8e8f35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Expand Up @@ -2,20 +2,25 @@ zombie.js-changelog(7) -- Changelog
===================================


Fixed `a.href` to not break when missing `href` attribute.

Note that `browser.text` no longer preserves white space.
## Version 1.3.0 2012-06-05

Fixed JS execution bug that messes with require.js.

Fixed failing to create empty document on HTTP error.
Note that `browser.text` now trims and strips consecutive whitespace.

Added maximum waiting period with the `maxWait` browser option, which defaults
to 5 seconds.

You can set `maxWait` and `wait` duration as number of milliseconds or textual
value like "5s", "1m", etc.

Fixed `a.href` to not break when missing `href` attribute.

Fixed JS execution bug that messes with require.js.

Fixed failing to create empty document on HTTP error.

531 tests
12.8 sec to complete


## Version 1.2.0 2012-05-28

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "zombie",
"version": "1.2.0",
"version": "1.3.0",
"description": "Insanely fast, full-stack, headless browser testing using Node.js",
"homepage": "http://zombie.labnotes.org/",
"author": "Assaf Arkin <assaf@labnotes.org> (http://labnotes.org/)",
Expand Down

0 comments on commit e8e8f35

Please sign in to comment.