|
1 | | -# Changelog |
2 | | -All notable changes to this project will be documented in this file. |
3 | | - |
4 | | -The format is (loosely) based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
5 | | -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
6 | | - |
7 | | -## [4.1.1](https://github.com/doesdev/mvt/compare/4.1.1...4.2.0) |
8 | | -#### 2021-07-10 |
9 | | - |
10 | | -### Changed |
11 | | -- Fix #10, caused by circular require |
12 | | -- Update Travis to use node 16, 14, 12 |
13 | | -- Update ava |
14 | | - |
15 | | -## [4.1.1](https://github.com/doesdev/mvt/compare/4.1.0...4.1.1) |
16 | | -#### 2020-07-16 |
17 | | - |
18 | | -### Changed |
19 | | -- Change emoji support check logic |
20 | | -- Update ava |
21 | | - |
22 | | -## [4.1.0](https://github.com/doesdev/mvt/compare/4.0.0...4.1.0) |
23 | | -#### 2020-03-10 |
24 | | - |
25 | | -### Summary |
26 | | -Refactored into components. Fixed CLI bug (#2), fixed bug causing `after` not to |
27 | | -be called on failing tests (#4). Various enhancements. |
28 | | - |
29 | | -### Fixes |
30 | | -- Bugfix #2: CLI failed with exit code 0 on require failure (aka tests passed) |
31 | | -- Bugfix #5: `test.after` never called on failing tests |
32 | | -- Bugfix: Fix potential hang in cli-char-supported check |
33 | | - |
34 | | -### Changed |
35 | | -- Refactored code base into components |
36 | | - |
37 | | -### Added |
38 | | -- Asserts: `lessThan`, `greaterThan`, `doesNotContain` |
39 | | -- Bench options `parallel` and `cb` |
40 | | -- Allow `only`, `failing`, `skip`, `todo` to be chainable |
41 | | - |
42 | | -## [4.0.0](https://github.com/doesdev/mvt/compare/3.0.0...4.0.0) |
43 | | -#### 2019-07-30 |
44 | | - |
45 | | -### Summary |
46 | | -Version 4.0.0 is a complete rewrite. There is no overlap with the previous |
47 | | -incarnation except for it's name. If you were using it before (unlikely) you'll |
48 | | -need to rewrite your tests against the new API. |
49 | | - |
50 | | -### Added |
51 | | -- Everything. |
52 | | - |
53 | | -### Changed |
54 | | -- Everything. |
55 | | - |
56 | | -### Removed |
57 | | -- Everything. |
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is (loosely) based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +## [4.1.1](https://github.com/doesdev/mvt/compare/4.1.1...4.2.0) |
| 8 | +#### 2021-07-10 |
| 9 | + |
| 10 | +### Changed |
| 11 | +- Fix #10, caused by circular require |
| 12 | +- Update Travis to use node 16, 14, 12 |
| 13 | +- Update ava |
| 14 | + |
| 15 | +## [4.1.1](https://github.com/doesdev/mvt/compare/4.1.0...4.1.1) |
| 16 | +#### 2020-07-16 |
| 17 | + |
| 18 | +### Changed |
| 19 | +- Change emoji support check logic |
| 20 | +- Update ava |
| 21 | + |
| 22 | +## [4.1.0](https://github.com/doesdev/mvt/compare/4.0.0...4.1.0) |
| 23 | +#### 2020-03-10 |
| 24 | + |
| 25 | +### Summary |
| 26 | +Refactored into components. Fixed CLI bug (#2), fixed bug causing `after` not to |
| 27 | +be called on failing tests (#4). Various enhancements. |
| 28 | + |
| 29 | +### Fixes |
| 30 | +- Bugfix #2: CLI failed with exit code 0 on require failure (aka tests passed) |
| 31 | +- Bugfix #5: `test.after` never called on failing tests |
| 32 | +- Bugfix: Fix potential hang in cli-char-supported check |
| 33 | + |
| 34 | +### Changed |
| 35 | +- Refactored code base into components |
| 36 | + |
| 37 | +### Added |
| 38 | +- Asserts: `lessThan`, `greaterThan`, `doesNotContain` |
| 39 | +- Bench options `parallel` and `cb` |
| 40 | +- Allow `only`, `failing`, `skip`, `todo` to be chainable |
| 41 | + |
| 42 | +## [4.0.0](https://github.com/doesdev/mvt/compare/3.0.0...4.0.0) |
| 43 | +#### 2019-07-30 |
| 44 | + |
| 45 | +### Summary |
| 46 | +Version 4.0.0 is a complete rewrite. There is no overlap with the previous |
| 47 | +incarnation except for it's name. If you were using it before (unlikely) you'll |
| 48 | +need to rewrite your tests against the new API. |
| 49 | + |
| 50 | +### Added |
| 51 | +- Everything. |
| 52 | + |
| 53 | +### Changed |
| 54 | +- Everything. |
| 55 | + |
| 56 | +### Removed |
| 57 | +- Everything. |
0 commit comments