|
2 | 2 |
|
3 | 3 | 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.
|
4 | 4 |
|
| 5 | +<a name="0.32.0"></a> |
| 6 | +# [0.32.0](https://github.com/gemini-testing/hermione/compare/v0.21.0...v0.32.0) (2017-04-04) |
| 7 | + |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +* 'global.hermione' is not defined when reading tests via 'readTests' ([64ff66a](https://github.com/gemini-testing/hermione/commit/64ff66a)) |
| 12 | +* 'hermione.ctx' is not available in a callback of test ([a6fec7c](https://github.com/gemini-testing/hermione/commit/a6fec7c)) |
| 13 | +* Boolean env and cli vars reading ([fb5e932](https://github.com/gemini-testing/hermione/commit/fb5e932)) |
| 14 | +* bug with file path on 'before all' hook ([a3ffee7](https://github.com/gemini-testing/hermione/commit/a3ffee7)) |
| 15 | +* Do not save whole runnable object - decrease memory leaks ([d1c0224](https://github.com/gemini-testing/hermione/commit/d1c0224)) |
| 16 | +* fail instead of hang on throws from event handlers ([6c1706a](https://github.com/gemini-testing/hermione/commit/6c1706a)) |
| 17 | +* Fix url decoration for urls without pathnames ([5df188e](https://github.com/gemini-testing/hermione/commit/5df188e)) |
| 18 | +* ignore failed tests from mocha ([bd41074](https://github.com/gemini-testing/hermione/commit/bd41074)) |
| 19 | +* Make sync and async events pass through separately ([87722ba](https://github.com/gemini-testing/hermione/commit/87722ba)) |
| 20 | +* set meta info on before each hook ([f0ea113](https://github.com/gemini-testing/hermione/commit/f0ea113)) |
| 21 | +* the output to file path on 'before all' hook ([1378e75](https://github.com/gemini-testing/hermione/commit/1378e75)) |
| 22 | + |
| 23 | + |
| 24 | +### Features |
| 25 | + |
| 26 | +* Add hermione.only.notIn() helper ([17b4453](https://github.com/gemini-testing/hermione/commit/17b4453)) |
| 27 | +* add method 'hermione.ctx' to tests API ([0506da6](https://github.com/gemini-testing/hermione/commit/0506da6)) |
| 28 | +* add plain reporter ([3d30df9](https://github.com/gemini-testing/hermione/commit/3d30df9)) |
| 29 | +* BEFORE_FILE_READ and AFTER_FILE_READ events ([f2a5593](https://github.com/gemini-testing/hermione/commit/f2a5593)) |
| 30 | +* load plugins and pass events when reading files ([b402217](https://github.com/gemini-testing/hermione/commit/b402217)) |
| 31 | +* make browser.url work like url.resolve ([727f78d](https://github.com/gemini-testing/hermione/commit/727f78d)) |
| 32 | +* make hermione instance available from hermione plugins ([0767d5f](https://github.com/gemini-testing/hermione/commit/0767d5f)) |
| 33 | +* pass mocha suite on 'beforeFileRead' and 'afterFileRead' events ([3e25894](https://github.com/gemini-testing/hermione/commit/3e25894)) |
| 34 | +* remove hermione facade module ([738796b](https://github.com/gemini-testing/hermione/commit/738796b)) |
| 35 | + |
| 36 | + |
| 37 | + |
5 | 38 | <a name="0.31.0"></a>
|
6 | 39 | # [0.31.0](https://github.com/gemini-testing/hermione/compare/v0.30.2...v0.31.0) (2017-04-03)
|
7 | 40 |
|
|
0 commit comments