|
| 1 | +## [1.0.0](https://github.com/JanMalch/comparing/compare/v1.0.0-rc.0...v1.0.0) (2020-10-26) |
| 2 | + |
| 3 | +### ⚠ BREAKING CHANGES |
| 4 | + |
| 5 | +- remove Comparators class |
| 6 | +- remove forDirections comparator |
| 7 | + |
| 8 | +### Features |
| 9 | + |
| 10 | +- add comparator arguments to Comparators.forDirections ([aafc765](https://github.com/JanMalch/comparing/commit/aafc76572b75aef540b083ac67adeaea16f960f7)) |
| 11 | +- remove Comparators class ([295135a](https://github.com/JanMalch/comparing/commit/295135a1f98f0e190dd2af877695c2cd187ead00)) |
| 12 | +- remove forDirections comparator ([cca4831](https://github.com/JanMalch/comparing/commit/cca483195a69ba942c069c7fbff2211c4e084940)) |
1 | 13 |
|
2 | 14 | ## [1.0.0-rc.0](https://github.com/JanMalch/comparing/compare/v0.0.3...v1.0.0-rc.0) (2020-04-30) |
3 | 15 |
|
4 | 16 | ### Features |
5 | 17 |
|
6 | | -* add a more reusable forDirections comparator ([d4d31ea](https://github.com/JanMalch/comparing/commit/d4d31ea85d77c7eade4605267d3e840d24574a99)) |
| 18 | +- add a more reusable forDirections comparator ([d4d31ea](https://github.com/JanMalch/comparing/commit/d4d31ea85d77c7eade4605267d3e840d24574a99)) |
7 | 19 |
|
8 | 20 | ### [0.0.3](https://github.com/JanMalch/comparing/compare/v0.0.2...v0.0.3) (2020-01-23) |
9 | 21 |
|
10 | | - |
11 | 22 | ### Code Refactoring |
12 | 23 |
|
13 | | -* use forEach's index ([923601a](https://github.com/JanMalch/comparing/commit/923601a)) |
14 | | - |
| 24 | +- use forEach's index ([923601a](https://github.com/JanMalch/comparing/commit/923601a)) |
15 | 25 |
|
16 | 26 | ### Features |
17 | 27 |
|
18 | | -* add boolean comparators trueFirst and trueLast ([6aea4ef](https://github.com/JanMalch/comparing/commit/6aea4ef)) |
| 28 | +- add boolean comparators trueFirst and trueLast ([6aea4ef](https://github.com/JanMalch/comparing/commit/6aea4ef)) |
19 | 29 |
|
20 | 30 | ### [0.0.2](https://github.com/JanMalch/comparing/compare/v0.0.1...v0.0.2) (2019-12-19) |
21 | 31 |
|
22 | | - |
23 | 32 | ### Features |
24 | 33 |
|
25 | | -* **core:** add comparator factory 'ofOrder' ([edf7097](https://github.com/JanMalch/comparing/commit/edf7097)) |
26 | | -* add reversedOrder comparator ([a8368a2](https://github.com/JanMalch/comparing/commit/a8368a2)) |
27 | | -* add strictNullChecks to tsconfig ([757d477](https://github.com/JanMalch/comparing/commit/757d477)) |
| 34 | +- **core:** add comparator factory 'ofOrder' ([edf7097](https://github.com/JanMalch/comparing/commit/edf7097)) |
| 35 | +- add reversedOrder comparator ([a8368a2](https://github.com/JanMalch/comparing/commit/a8368a2)) |
| 36 | +- add strictNullChecks to tsconfig ([757d477](https://github.com/JanMalch/comparing/commit/757d477)) |
28 | 37 |
|
29 | 38 | ### 0.0.1 (2019-09-02) |
30 | 39 |
|
31 | | - |
32 | 40 | ### Features |
33 | 41 |
|
34 | | -* **core:** initial implementation ([22d53c0](https://github.com/JanMalch/comparing/commit/22d53c0)) |
| 42 | +- **core:** initial implementation ([22d53c0](https://github.com/JanMalch/comparing/commit/22d53c0)) |
0 commit comments