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

Commit

Permalink
Version 3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Feb 27, 2015
1 parent 74ed06c commit 76b6163
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 3.0.10 2015-02-26
## Version 3.0.11 2015-02-27

NOTE Zombie 3.0 tested to work with io.js 1.3 or later, and with Node 0.12 or
later. It may or may not work correctly with Node 0.10.
Expand All @@ -12,6 +12,9 @@ ADDED wait() ends with error if Browser cannot load all resources on the page

ADDED experimental browser.serialize()

ADDED submitting form using an image input will include coordinates #865 (Werner
Beroux)

REMOVED browser.fork no longer supported

REMOVED browser.htmlParser option no longer supported, always using default
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zombie",
"version": "3.0.10-0",
"version": "3.0.11-0",
"publishConfig": {
"tag": "next"
},
Expand Down

0 comments on commit 76b6163

Please sign in to comment.