- Initial release
- Bug fixes
- Bug fixes
- Modifications to the params sent to coveralls.io (pull request #3)
- Fixed regressions introduced in 0.0.4 where the coveralls REST API requires the repo_token for all request (resolved #5)
- Fixed the on disk locating of mocha. Caused failures when mocha was a dependency of a project including this library. (resolved #4)
- Adding ability to save report output to disk using
output
option
- Updated test suite to use this plugin (resolved #10)
- Bug in regex for coveralls service name. (resolved #9)
- More robust handling of coveralls.io API options (resolved #8)
- Updating all dependencies, this includes:
- mocha 0.14.x
- blanket 1.1.6
- Changed search location for
mocha
(resolved #17)
- Will now create any missing directories when writing output to a file (resolved #19)
- Switched to official
node-coveralls
module for interfacing with coveralls.io. Special thanks to @spenceralger for the pull request. (resolved #25) - Updating all dependencies to latest versions and shrinkwrapping using
npm shrinkwrap
- Updated coffeescript dependency for mocha tests to use 1.7.x where you now must explicitly register the compiler
- Fixed typos
- Updating all dependencies, this includes:
- mocha 1.21.3
- blanket 1.1.6
- coveralls 2.11.1
- Support for latest mocha options, including Harmony mode (Thanks @jan-molak)
- Node 0.12.x / io 1.x support
- Updating dependencies
- mocha 2.2.1
- coveralls 2.11.2
- Fix #38
** Thanks to @xhmikosr for the PR that made this possible