diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4ec602c..c41e9546d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,8 +22,8 @@ Support Node 0.3.3 (thanks [Pete Bevin](http://www.petebevin.com/)) For the brave enough to hack a Zombie, we now support (and `cake setup` assumes) `npm bundle`. - 221 Tests - 2.9 sec to complete + 224 Tests + 3.1 sec to complete ### Version 0.8.6 2010-12-31 diff --git a/TODO.md b/TODO.md index a83c38f95..5a016ff44 100644 --- a/TODO.md +++ b/TODO.md @@ -10,3 +10,6 @@ zombie.js-todo(7) -- Wishlist and timezone; allow changing browser timezone and default to system's. * Prompts: handle window.confirm and window.alert. + +* CSS support: DOM API support for stylesheets and the style attribute; + optionally loading so we don't impact performance. diff --git a/package.json b/package.json index 8f32b58fa..4776d247a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "base64": "1.0.1", "cssom": "0.2.0", "html5": "0.2.7", - "jsdom": "0.1.22" + "jsdom": "0.1.22", + "mime": "1.1.0" }, "devDependencies": { "coffee-script": ">= 1.0.0",