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

Commit

Permalink
Getting ready for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Feb 17, 2011
1 parent e405a06 commit ab6f5ff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
@@ -1,9 +1,13 @@
zombie.js-changelog(7) -- Changelog
===================================

### Version 0.8.14 Pending
### Version 0.9.0 2011-02-17

New isolated contexts for executing JavaScript.
New isolated contexts for executing JavaScript. This solves a long
standing problems with pages that have more than one script. Briefly
speaking, each window gets it's own context/global scope that is shared
by all scripts loaded for that page, but isolated from all other
windows.

Fixed error handling on timeout/XHR scripts, these now generate an
`onerror` event.
Expand Down
1 change: 0 additions & 1 deletion index.js

This file was deleted.

13 changes: 6 additions & 7 deletions package.json
@@ -1,8 +1,9 @@
{ "name": "zombie",
"version": "0.8.13",
"version": "0.8.14",
"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/)",
"contributors": [],
"keywords": [ "test", "tests", "testing", "TDD", "spec", "specs", "BDD", "headless", "browser",
"html", "html5", "dom", "css", "javascript", "integration", "ajax", "full-stack" ],
"directories": {
Expand All @@ -24,6 +25,7 @@
"TODO.md",
"xpath"
],
"main": "lib/zombie/index.js",
"scripts": {
"install": "node-waf configure build",
"build": "cake build",
Expand All @@ -33,7 +35,7 @@
"node": ">= 0.2.6"
},
"dependencies": {
"html5": "0.2.13",
"html5": "0.2.14",
"jsdom": "0.1.23",
"mime": "1.2.1"
},
Expand All @@ -48,12 +50,9 @@
"type": "git",
"url": "https://assaf@github.com/assaf/zombie.git"
},
"bugs": {
"url": "http://github.com/assaf/zombie/issues"
},
"bugs": { "url": "http://github.com/assaf/zombie/issues" },
"licenses": [
{
"type": "MIT",
{ "type": "MIT",
"url": "http://github.com/assaf/zombie/raw/master/MIT-LICENSE"
}
]
Expand Down

0 comments on commit ab6f5ff

Please sign in to comment.