From aa69567c7d39af616035e1af06511f3f2476a688 Mon Sep 17 00:00:00 2001 From: JanMalch <25508038+janmalch@users.noreply.github.com> Date: Mon, 26 Oct 2020 21:03:49 +0100 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 30 +++++++++++++++++++----------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829fa65..48886e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index ba67025..488e4f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "comparing", - "version": "1.0.0-rc.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8a6d0b2..13c4a18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "comparing", - "version": "1.0.0-rc.0", + "version": "1.0.0", "description": "Easily create descriptive comparators", "keywords": [ "typescript",