Skip to content

Commit aa69567

Browse files
committed
chore(release): 1.0.0
1 parent 1e07d3e commit aa69567

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

CHANGELOG.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,42 @@
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))
113

214
## [1.0.0-rc.0](https://github.com/JanMalch/comparing/compare/v0.0.3...v1.0.0-rc.0) (2020-04-30)
315

416
### Features
517

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))
719

820
### [0.0.3](https://github.com/JanMalch/comparing/compare/v0.0.2...v0.0.3) (2020-01-23)
921

10-
1122
### Code Refactoring
1223

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))
1525

1626
### Features
1727

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))
1929

2030
### [0.0.2](https://github.com/JanMalch/comparing/compare/v0.0.1...v0.0.2) (2019-12-19)
2131

22-
2332
### Features
2433

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))
2837

2938
### 0.0.1 (2019-09-02)
3039

31-
3240
### Features
3341

34-
* **core:** initial implementation ([22d53c0](https://github.com/JanMalch/comparing/commit/22d53c0))
42+
- **core:** initial implementation ([22d53c0](https://github.com/JanMalch/comparing/commit/22d53c0))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comparing",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0",
44
"description": "Easily create descriptive comparators",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)