All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.2.1 - 2017-10-11
- Add mocha v4 to version range
1.2.0 - 2017-01-24
- Check
exports.name
when auto-hooking Mocha instead of matching path name (for alternative NPM clients that link)
1.1.3 - 2016-08-01
- Update Mocha
peerDependency
version range
1.1.2 - 2015-06-17
- Wrap
this.fn.toString
in a custom function to support the HTML reporter with function bodies.
- Created a project CHANGELOG.
1.1.1 - 2015-06-16
- Update to latest dev dependencies.
- Use
--harmony
flag foriojs
support in CI. - Update to
standard
module format and syntax.
- Use
pre-commit
for testing. - Add node
0.12
andiojs
to Travis CI. - Support for browsers.
- Add instructions for monkey patching Mocha manually to README.
- Add tests for browsers on Travis CI.
- Remove
bluebird
dependency and use native promises.
1.1.0 - 2014-11-18
- Update to
[email protected]
.
1.0.3 - 2014-10-29
- Use
require.cache
instance of main script children.
1.0.2 - 2014-10-22
- Update Mocha peer dependency to support Mocha 2.x.
1.0.1 - 2014-09-02
- Simplified code back to the original release snippet.
1.0.0 - 2014-08-18
- Switch to using promises internally.
- Refactor generator tests to work as expected.
- Update dependencies.
- Update author information.
- Add Travis CI.
- Add badges to README.
- Add code coverage information.
0.0.4 - 2014-05-06
- Correctly pass context for test functions.
0.0.3 - 2014-05-05
- Add support for ES6 transpilers.
- Find and monkey patch any available Mocha module loaded under node main.
0.0.2 - 2014-03-04
- Released on NPM under
co-mocha
. - Simple example in README.
- Initial release based on blog post for testing using generator functions.