Skip to content

Commit

Permalink
Fixes #25. Prepare for 1.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Dec 8, 2012
1 parent 421c3f5 commit de1f03d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,11 @@

1.1.1 / 2012-12-08
==================

* Fix spec CR regexp.
* More PhantomJS args, timeout, cookie, header, setting, viewport.


1.1.0 / 2012-11-21
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/mocha-phantomjs.coffee
Expand Up @@ -142,7 +142,7 @@ class Spec extends Reporter
console.log string

customizeConsole: (options) ->
process.cursor.CRMatcher = /\s+\s\w/
process.cursor.CRMatcher = /\s+\s\S/
process.cursor.CRCleaner = process.cursor.up + process.cursor.deleteLine
origLog = console.log
console.log = ->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name" : "mocha-phantomjs",
"description": "PhantomJS Runners for Mocha",
"keywords": ["phantomjs", "mocha", "test", "runner", "command line", "browser"],
"version": "1.1.0",
"version": "1.1.1",
"author": "Ken Collins <ken@metaskills.net> (http://metaskills.net/)",
"licenses": [{"type": "MIT", "url": "http://github.com/metaskills/mocha-phantomjs/blob/master/MIT-LICENSE"}],
"repository": {"type": "git", "url": "http://github.com/metaskills/mocha-phantomjs.git"},
Expand Down

0 comments on commit de1f03d

Please sign in to comment.