Skip to content

Commit

Permalink
added link to issues that will now be closed
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jun 16, 2014
1 parent e055c6e commit 98f9e60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HISTORY.md
@@ -1,13 +1,14 @@
# History

## v1.5.0 June X, 2014
## v1.5.0 June 16, 2014
- Updated for TaskGroup v4.0
- Closes [issue #9](https://github.com/bevry/joe/issues/9), and [issue #6](https://github.com/bevry/joe/issues/6)
- Added the ability to set before and after listeners for all child tests and suites via
- `@on('test.before', listener)`
- `@on('test.after', listener)`
- `@on('suite.before', listener)`
- `@on('suite.after', listener)`
- Before and after listeners now in addition to accepting the item, can also now optionally accept completion callback, making the signature for listeners `(test|suite, completionCallback?)`
- Closes [issue #8](https://github.com/bevry/joe/issues/8)

## v1.4.0 February 27, 2014
- adds before and after fn options for tests
Expand Down

0 comments on commit 98f9e60

Please sign in to comment.