mocha-annotated
Version:
Mocha but with tasks and feedback built into it!
113 lines (47 loc) • 3.07 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="0.5.4"></a>
## [0.5.4](https://github.com/nwronski/mocha-annotated/compare/v0.5.3...v0.5.4) (2019-04-11)
### Bug Fixes
* circular reference error when serializing error object ([#8](https://github.com/nwronski/mocha-annotated/issues/8)) ([f2048b9](https://github.com/nwronski/mocha-annotated/commit/f2048b9))
<a name="0.5.3"></a>
## [0.5.3](https://github.com/nwronski/mocha-annotated/compare/v0.5.2...v0.5.3) (2019-02-01)
### Bug Fixes
* report test results only once in mocha 5 ([#7](https://github.com/nwronski/mocha-annotated/issues/7)) ([cfca23b](https://github.com/nwronski/mocha-annotated/commit/cfca23b))
<a name="0.5.2"></a>
## [0.5.2](https://github.com/nwronski/mocha-annotated/compare/v0.5.1...v0.5.2) (2018-12-07)
<a name="0.5.1"></a>
## [0.5.1](https://github.com/nwronski/mocha-annotated/compare/v0.5.0...v0.5.1) (2018-12-07)
### Bug Fixes
* **ui:** remove feedback from non-annotated tests ([#5](https://github.com/nwronski/mocha-annotated/issues/5)) ([f204d4b](https://github.com/nwronski/mocha-annotated/commit/f204d4b))
<a name="0.5.0"></a>
# [0.5.0](https://github.com/nwronski/mocha-annotated/compare/v0.4.0...v0.5.0) (2018-12-06)
### Features
* **ui:** use error message when feedback is missing ([#4](https://github.com/nwronski/mocha-annotated/issues/4)) ([be277bc](https://github.com/nwronski/mocha-annotated/commit/be277bc))
<a name="0.4.0"></a>
# [0.4.0](https://github.com/nwronski/mocha-annotated/compare/v0.3.2...v0.4.0) (2018-10-16)
<a name="0.3.2"></a>
## [0.3.2](https://github.com/nwronski/mocha-annotated/compare/v0.3.1...v0.3.2) (2018-04-26)
### Bug Fixes
* broken imports for main exports ([4b1f285](https://github.com/nwronski/mocha-annotated/commit/4b1f285))
<a name="0.3.1"></a>
## [0.3.1](https://github.com/nwronski/mocha-annotated/compare/v0.3.0...v0.3.1) (2018-04-26)
<a name="0.3.0"></a>
# [0.3.0](https://github.com/nwronski/mocha-annotated/compare/v0.2.1...v0.3.0) (2018-04-26)
### Features
* add babel and target es5 ([#2](https://github.com/nwronski/mocha-annotated/issues/2)) ([0f0206a](https://github.com/nwronski/mocha-annotated/commit/0f0206a))
<a name="0.2.1"></a>
## [0.2.1](https://github.com/nwronski/mocha-annotated/compare/v0.2.0...v0.2.1) (2017-12-13)
### Bug Fixes
* **ui:** correct ui export name ([b26e47b](https://github.com/nwronski/mocha-annotated/commit/b26e47b))
<a name="0.2.0"></a>
# [0.2.0](https://github.com/nwronski/mocha-annotated/compare/v0.1.0...v0.2.0) (2017-10-30)
### Features
* **json:** add annotated json reporter ([6a1f5e4](https://github.com/nwronski/mocha-annotated/commit/6a1f5e4))
<a name="0.1.0"></a>
# 0.1.0 (2017-10-29)
### Features
* first version of mocha-annotated ([cc17971](https://github.com/nwronski/mocha-annotated/commit/cc17971))
<a name="0.0.1"></a>
# 0.0.1 (2017-10-28)
- Initial commit for repository