Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMalch committed Oct 26, 2020
1 parent 1e07d3e commit aa69567
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
30 changes: 19 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,42 @@
## [1.0.0](https://github.com/JanMalch/comparing/compare/v1.0.0-rc.0...v1.0.0) (2020-10-26)

### ⚠ BREAKING CHANGES

- remove Comparators class
- remove forDirections comparator

### Features

- add comparator arguments to Comparators.forDirections ([aafc765](https://github.com/JanMalch/comparing/commit/aafc76572b75aef540b083ac67adeaea16f960f7))
- remove Comparators class ([295135a](https://github.com/JanMalch/comparing/commit/295135a1f98f0e190dd2af877695c2cd187ead00))
- remove forDirections comparator ([cca4831](https://github.com/JanMalch/comparing/commit/cca483195a69ba942c069c7fbff2211c4e084940))

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

### Features

* add a more reusable forDirections comparator ([d4d31ea](https://github.com/JanMalch/comparing/commit/d4d31ea85d77c7eade4605267d3e840d24574a99))
- add a more reusable forDirections comparator ([d4d31ea](https://github.com/JanMalch/comparing/commit/d4d31ea85d77c7eade4605267d3e840d24574a99))

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


### Code Refactoring

* use forEach's index ([923601a](https://github.com/JanMalch/comparing/commit/923601a))

- use forEach's index ([923601a](https://github.com/JanMalch/comparing/commit/923601a))

### Features

* add boolean comparators trueFirst and trueLast ([6aea4ef](https://github.com/JanMalch/comparing/commit/6aea4ef))
- add boolean comparators trueFirst and trueLast ([6aea4ef](https://github.com/JanMalch/comparing/commit/6aea4ef))

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


### Features

* **core:** add comparator factory 'ofOrder' ([edf7097](https://github.com/JanMalch/comparing/commit/edf7097))
* add reversedOrder comparator ([a8368a2](https://github.com/JanMalch/comparing/commit/a8368a2))
* add strictNullChecks to tsconfig ([757d477](https://github.com/JanMalch/comparing/commit/757d477))
- **core:** add comparator factory 'ofOrder' ([edf7097](https://github.com/JanMalch/comparing/commit/edf7097))
- add reversedOrder comparator ([a8368a2](https://github.com/JanMalch/comparing/commit/a8368a2))
- add strictNullChecks to tsconfig ([757d477](https://github.com/JanMalch/comparing/commit/757d477))

### 0.0.1 (2019-09-02)


### Features

* **core:** initial implementation ([22d53c0](https://github.com/JanMalch/comparing/commit/22d53c0))
- **core:** initial implementation ([22d53c0](https://github.com/JanMalch/comparing/commit/22d53c0))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "comparing",
"version": "1.0.0-rc.0",
"version": "1.0.0",
"description": "Easily create descriptive comparators",
"keywords": [
"typescript",
Expand Down

0 comments on commit aa69567

Please sign in to comment.