Skip to content

Commit

Permalink
Dropped support for Node 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Feb 24, 2015
1 parent 8689f12 commit 7858808
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 0.10
- 0.12
- iojs
env:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Version 3.0.7 2015-02-23

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.

ADDED DOM URL class

ADDED XHR events emitted to browser
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"publishConfig": {
"tag": "next"
},
"engines": {
"node": ">= 0.12"
},
"description": "Insanely fast, full-stack, headless browser testing using Node.js",
"homepage": "https://www.npmjs.com/package/zombie",
"author": "Assaf Arkin <[email protected]> (http://labnotes.org/)",
Expand Down

0 comments on commit 7858808

Please sign in to comment.