UNPKG

3.28 kBMarkdownView Raw
1Change Log
2==========
3
4This project honours [Semantic Versioning](http://semver.org/).
5
6
7[v2.0.2]
8------------------------------------------------------------------------
9* **Fixed:** Misleading summary when aborting tests with `bail` disabled
10* **Fixed:** Spec-runner breakage in recent Atom versions
11
12
13[v2.0.1]
14------------------------------------------------------------------------
15**January 19th, 2017**
16* **Fixed:** Breakage when installing through APM
17
18
19[v2.0.0]
20------------------------------------------------------------------------
21**January 19th, 2017**
22* **Added:** Option to customise which lines are hidden in stack-traces
23* **Added:** Post-install hook to add `atomTestRunner` to `package.json`
24* **Changed:** Installation process; update `package.json` if upgrading
25* **Changed:** Pattern to match spec-files; now includes `-test` suffix
26* **Fixed:** Total lack of Windows support
27* **Removed:** Executable file for test-runner
28
29
30[v1.1.1]
31------------------------------------------------------------------------
32**December 27th, 2016**
33* **Added:** [`when()`](docs/extensions.md#autoit) helper for BDD specs
34* **Changed:** [`slide`](docs/options.md#slide) now enabled by default
35* **Fixed:** Plural missing in summary if bailing on `11` or `111` tests
36
37
38[v1.1.0]
39------------------------------------------------------------------------
40**December 22nd, 2016**
41* **Added:** Ability to open resources by clicking paths in stack-traces
42* **Added:** Chai extension to test element's visibility in the DOM tree
43* **Fixed:** ANSI escape codes included when redirecting headless output
44* **Fixed:** Summary element duplicated when bailing with multiple files
45* **Fixed:** Keyboard shortcuts for copying selected text not working
46* **Fixed:** Modal dialogues appearing over feedback layer
47
48
49[v1.0.2]
50------------------------------------------------------------------------
51**December 18th, 2016**
52* **Added:** Feature to gracefully skip POSIX-dependent tests on Windows
53* **Added:** Auto-scroll and opacity options for default reporter
54* **Added:** Feedback line to indicate when tests have finished
55* **Fixed:** Flash of unstyled content when launching spec-runner
56* **Fixed:** Oddly-worded hook errors when using `autoIt`
57
58
59[v1.0.1]
60------------------------------------------------------------------------
61**September 23rd, 2016**
62* **Fixed:** Toggling result titles too quickly triggered text selection
63* **Fixed:** Whitespace missing in preformatted code-blocks
64
65
66
67[v1.0.0]
68------------------------------------------------------------------------
69**September 5th, 2016**
70Initial release.
71
72
73[Referenced links]:_____________________________________________________
74[Unpublished]: ../../compare/v2.0.2...HEAD
75[v2.0.2]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v2.0.2
76[v2.0.1]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v2.0.1
77[v2.0.0]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v2.0.0
78[v1.1.1]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v1.1.1
79[v1.1.0]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v1.1.0
80[v1.0.2]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v1.0.2
81[v1.0.1]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v1.0.1
82[v1.0.0]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v1.0.0