UNPKG

2.72 kBMarkdownView Raw
1## [v2.3.0]
2> Mar 15, 2017
3
4- [#116] - Add `--clear` option. ([@lsanwick])
5
6[v2.3.0]: https://github.com/rstacruz/tape-watch/compare/v2.2.4...v2.3.0
7
8## [v2.2.4]
9> Nov 15, 2016
10
11- [#67] - Fix support for absolute paths. ([@tuckerconnelly])
12
13[v2.2.4]: https://github.com/rstacruz/tape-watch/compare/v2.2.3...v2.2.4
14
15## [v2.2.3]
16> Aug 20, 2016
17
18- Remove stray debugging text.
19
20[v2.2.3]: https://github.com/rstacruz/tape-watch/compare/v2.2.2...v2.2.3
21
22## [v2.2.2]
23> Aug 18, 2016
24
25- [#51] - Fix globs not being re-interpreted on changes. ([#57], [@tuckerconnelly])
26
27[v2.2.2]: https://github.com/rstacruz/tape-watch/compare/v2.2.1...v2.2.2
28
29## [v2.2.1]
30> Aug 18, 2016
31
32- [#19] - Fix bug where running stops when there's an unhandled exception.
33
34[v2.2.1]: https://github.com/rstacruz/tape-watch/compare/v2.2.0...v2.2.1
35
36## [v2.2.0]
37> Aug 18, 2016
38
39- [#53] - Add support for `-1` / `--once` to only run tests once.
40- [#53] - Add support for `-w` / `--watch` to cancel out `--once`; useful for using tape-watch as the `npm test` script.
41
42[v2.2.0]: https://github.com/rstacruz/tape-watch/compare/v2.1.0...v2.2.0
43
44## [v2.1.0]
45> May 28, 2016
46
47- Add glob support (`tape-watch 'test/**/*.js`).
48
49[v2.1.0]: https://github.com/rstacruz/tape-watch/compare/v2.0.2...v2.1.0
50
51## [v2.0.2]
52> May 28, 2016
53
54- Fix bug when tape-watch is invoked with multiple filenames.
55
56[v2.0.2]: https://github.com/rstacruz/tape-watch/compare/v2.0.0...v2.0.2
57
58## [v2.0.0]
59> May 27, 2016
60
61- [#15] - Implement `-r` / `--require` to support preprocessors like Babel. ([#26])
62- __Breaking:__ `--refresh` is now `-R`, from what used to be `-r`.
63
64[v2.0.0]: https://github.com/rstacruz/tape-watch/compare/v1.3.0...v2.0.0
65
66## [v1.3.0]
67> Jan 15, 2016
68
69- Catch uncaught exceptions.
70
71[v1.3.0]: https://github.com/rstacruz/tape-watch/compare/v1.2.0...v1.3.0
72
73## [v1.2.0]
74> Jan 11, 2016
75
76- Add `--refresh` support.
77
78[v1.2.0]: https://github.com/rstacruz/tape-watch/compare/v1.1.0...v1.2.0
79
80## [v1.1.0]
81> Jan 11, 2016
82
83- Fix 'no tests' problem.
84
85[v1.1.0]: https://github.com/rstacruz/tape-watch/compare/v1.0.0...v1.1.0
86
87## [v1.0.0]
88> Jan 11, 2016
89
90- Initial release.
91
92[v1.0.0]: https://github.com/rstacruz/tape-watch/tree/v1.0.0
93[#15]: https://github.com/rstacruz/tape-watch/issues/15
94[#26]: https://github.com/rstacruz/tape-watch/issues/26
95[#51]: https://github.com/rstacruz/tape-watch/issues/51
96[#57]: https://github.com/rstacruz/tape-watch/issues/57
97[#19]: https://github.com/rstacruz/tape-watch/issues/19
98[#53]: https://github.com/rstacruz/tape-watch/issues/53
99[#67]: https://github.com/rstacruz/tape-watch/issues/67
100[@tuckerconnelly]: https://github.com/tuckerconnelly
101[#116]: https://github.com/rstacruz/tape-watch/issues/116
102[@lsanwick]: https://github.com/lsanwick