@thi.ng/compare
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -6,3 +6,3 @@ # Change Log | ||
## [2.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@2.0.5...@thi.ng/compare@2.0.6) (2021-10-28) | ||
## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@2.0.6...@thi.ng/compare@2.0.7) (2021-11-03) | ||
@@ -15,42 +15,2 @@ **Note:** Version bump only for package @thi.ng/compare | ||
## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@2.0.4...@thi.ng/compare@2.0.5) (2021-10-28) | ||
**Note:** Version bump only for package @thi.ng/compare | ||
## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@2.0.3...@thi.ng/compare@2.0.4) (2021-10-25) | ||
**Note:** Version bump only for package @thi.ng/compare | ||
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@2.0.2...@thi.ng/compare@2.0.3) (2021-10-15) | ||
**Note:** Version bump only for package @thi.ng/compare | ||
## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@2.0.1...@thi.ng/compare@2.0.2) (2021-10-15) | ||
**Note:** Version bump only for package @thi.ng/compare | ||
## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@2.0.0...@thi.ng/compare@2.0.1) (2021-10-13) | ||
**Note:** Version bump only for package @thi.ng/compare | ||
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.3.34...@thi.ng/compare@2.0.0) (2021-10-12) | ||
@@ -85,36 +45,36 @@ | ||
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.2.2...@thi.ng/compare@1.3.0) (2020-04-05) | ||
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.2.2...@thi.ng/compare@1.3.0) (2020-04-05) | ||
### Features | ||
### Features | ||
- **compare:** fix [#215](https://github.com/thi-ng/umbrella/issues/215), add sort key getter support for compareByKeysX() ([f364b4e](https://github.com/thi-ng/umbrella/commit/f364b4e62dcd2ed13689a1ef97799cb53af3ef71)) | ||
- **compare:** fix [#215](https://github.com/thi-ng/umbrella/issues/215), add sort key getter support for compareByKeysX() ([f364b4e](https://github.com/thi-ng/umbrella/commit/f364b4e62dcd2ed13689a1ef97799cb53af3ef71)) | ||
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.1.4...@thi.ng/compare@1.2.0) (2020-03-01) | ||
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.1.4...@thi.ng/compare@1.2.0) (2020-03-01) | ||
### Features | ||
### Features | ||
- **compare:** add HOFs, restructure, update deps & docs ([ed2c41c](https://github.com/thi-ng/umbrella/commit/ed2c41c120f6447b05022d74e510017a1f4a6257)) | ||
- **compare:** add HOFs, restructure, update deps & docs ([ed2c41c](https://github.com/thi-ng/umbrella/commit/ed2c41c120f6447b05022d74e510017a1f4a6257)) | ||
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.0.10...@thi.ng/compare@1.1.0) (2019-11-30) | ||
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.0.10...@thi.ng/compare@1.1.0) (2019-11-30) | ||
### Features | ||
### Features | ||
- **compare:** add compareNumAsc/Desc numeric comparators ([2b8fafc](https://github.com/thi-ng/umbrella/commit/2b8fafc9eca040b649ade479203537bbd9ba54ef)) | ||
- **compare:** add compareNumAsc/Desc numeric comparators ([2b8fafc](https://github.com/thi-ng/umbrella/commit/2b8fafc9eca040b649ade479203537bbd9ba54ef)) | ||
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.12...@thi.ng/compare@1.0.0) (2019-01-21) | ||
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.12...@thi.ng/compare@1.0.0) (2019-01-21) | ||
### Build System | ||
### Build System | ||
- update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703)) | ||
- update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703)) | ||
### BREAKING CHANGES | ||
### BREAKING CHANGES | ||
- enabled multi-outputs (ES6 modules, CJS, UMD) | ||
- build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib` | ||
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols. | ||
- enabled multi-outputs (ES6 modules, CJS, UMD) | ||
- build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib` | ||
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols. | ||
# 0.1.0 (2018-05-10) | ||
# 0.1.0 (2018-05-10) | ||
### Features | ||
### Features | ||
- **compare:** add new package [@thi](https://github.com/thi).ng/compare ([e4a87c4](https://github.com/thi-ng/umbrella/commit/e4a87c4)) |
{ | ||
"name": "@thi.ng/compare", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.0.6" | ||
"@thi.ng/api": "^8.1.0" | ||
}, | ||
@@ -75,3 +75,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c17a556ad25f6882dfa8f806a1d9e8ed7ac7cd71" | ||
"gitHead": "852cd2450617c86d15d18477dc634f17f04202eb" | ||
} |
27821
Updated@thi.ng/api@^8.1.0