Skip to content

Commit

Permalink
Bump version and cut release
Browse files Browse the repository at this point in the history
Also add repo to package.json so npm will stfu
  • Loading branch information
lawnsea committed Sep 27, 2013
1 parent 66bf63d commit 523171a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -140,6 +140,18 @@ The following make parameters are supported (defaults are in parentheses):

## Release Notes

### 0.2.4

- support CasperJS v1.0.3+ (thanks @rumca and @ucarbehlul)
- use a spec-compliant implementation of `Function.prototype.bind`
- add `options.child.spawnOptions`: its value is passed thru as the `options`
argument to `child_process.spawn`
- serialize function and function tuple values in `options.casper`
- teach test to throw if Spooky emits an error
- implement `withFrame`, `withPopup`, and `waitForPopup` (thanks @asciidisco)
- use HTTP transport by default in hello example
- fix invalid argument order in `RequestStream._onError` (Dmitry Menshikov)

### 0.2.3

- Allow casper restart in stdio server (@kpdecker)
Expand Down
6 changes: 5 additions & 1 deletion package.json
@@ -1,8 +1,12 @@
{
"name": "spooky",
"version": "0.2.3",
"version": "0.2.4",
"author": "Lon Ingram <lon@waterfallmobile.com>",
"description": "Drive CasperJS from Node.js",
"repository" : {
"type" : "git",
"url" : "http://github.com/WaterfallEngineering/SpookyJS.git"
},
"main": "./lib/spooky.js",
"dependencies": {
"underscore": "1.3.x",
Expand Down

0 comments on commit 523171a

Please sign in to comment.