Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 16, 2010
1 parent c44918a commit fe10719
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
15 changes: 15 additions & 0 deletions History.md
@@ -1,4 +1,19 @@


0.5.0 / 2010-07-16
==================

* Added support for async exports
* Added timeout support to `assert.response()`. Closes #3
* Added 4th arg callback support to `assert.response()`
* Added `assert.length()`
* Added `assert.match()`
* Added `assert.isUndefined()`
* Added `assert.isNull()`
* Added `assert.includes()`
* Added growlnotify support via -g, --growl
* Added -o, --only TESTS. Ex: --only "test foo()" --only "test foo(), test bar()"
* Removed profanity

0.4.0 / 2010-07-09 0.4.0 / 2010-07-09
================== ==================


Expand Down
4 changes: 0 additions & 4 deletions Readme.md
Expand Up @@ -36,10 +36,6 @@ To install expresso alone (no build required) run:


$ make install-expresso $ make install-expresso


Install via [kiwi](http://github.com/visionmedia/kiwi):

$ kiwi install expresso

Install via npm: Install via npm:


$ npm install expresso $ npm install expresso
Expand Down
2 changes: 1 addition & 1 deletion bin/expresso
Expand Up @@ -23,7 +23,7 @@ var assert = require('assert'),
* Expresso version. * Expresso version.
*/ */


var version = '0.4.0'; var version = '0.5.0';


/** /**
* Failures hash. * Failures hash.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "expresso", { "name": "expresso",
"version": "0.4.0", "version": "0.5.0",
"description": "TDD framework, light-weight, fast, CI-friendly", "description": "TDD framework, light-weight, fast, CI-friendly",
"author": "TJ Holowaychuk <tj@vision-media.ca>", "author": "TJ Holowaychuk <tj@vision-media.ca>",
"bin": { "expresso": "./bin/expresso" }, "bin": { "expresso": "./bin/expresso" },
Expand Down
6 changes: 0 additions & 6 deletions seed.yml

This file was deleted.

0 comments on commit fe10719

Please sign in to comment.