@thi.ng/compare 2.0.3 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +20 -28
  2. package/README.md +1 -1
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [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)
6
+ ## [2.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@2.0.7...@thi.ng/compare@2.0.8) (2021-11-10)
7
7
 
8
8
  **Note:** Version bump only for package @thi.ng/compare
9
9
 
@@ -11,15 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [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)
15
-
16
- **Note:** Version bump only for package @thi.ng/compare
17
-
18
-
19
-
20
-
21
-
22
- ## [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)
14
+ ## [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)
23
15
 
24
16
  **Note:** Version bump only for package @thi.ng/compare
25
17
 
@@ -56,38 +48,38 @@ Also:
56
48
 
57
49
 
58
50
 
59
- # [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)
51
+ # [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)
60
52
 
61
- ### Features
53
+ ### Features
62
54
 
63
- - **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))
55
+ - **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))
64
56
 
65
- # [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)
57
+ # [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)
66
58
 
67
- ### Features
59
+ ### Features
68
60
 
69
- - **compare:** add HOFs, restructure, update deps & docs ([ed2c41c](https://github.com/thi-ng/umbrella/commit/ed2c41c120f6447b05022d74e510017a1f4a6257))
61
+ - **compare:** add HOFs, restructure, update deps & docs ([ed2c41c](https://github.com/thi-ng/umbrella/commit/ed2c41c120f6447b05022d74e510017a1f4a6257))
70
62
 
71
- # [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)
63
+ # [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)
72
64
 
73
- ### Features
65
+ ### Features
74
66
 
75
- - **compare:** add compareNumAsc/Desc numeric comparators ([2b8fafc](https://github.com/thi-ng/umbrella/commit/2b8fafc9eca040b649ade479203537bbd9ba54ef))
67
+ - **compare:** add compareNumAsc/Desc numeric comparators ([2b8fafc](https://github.com/thi-ng/umbrella/commit/2b8fafc9eca040b649ade479203537bbd9ba54ef))
76
68
 
77
- # [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)
69
+ # [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)
78
70
 
79
- ### Build System
71
+ ### Build System
80
72
 
81
- - update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703))
73
+ - update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703))
82
74
 
83
- ### BREAKING CHANGES
75
+ ### BREAKING CHANGES
84
76
 
85
- - enabled multi-outputs (ES6 modules, CJS, UMD)
86
- - build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
87
- - 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.
77
+ - enabled multi-outputs (ES6 modules, CJS, UMD)
78
+ - build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
79
+ - 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.
88
80
 
89
- # 0.1.0 (2018-05-10)
81
+ # 0.1.0 (2018-05-10)
90
82
 
91
- ### Features
83
+ ### Features
92
84
 
93
85
  - **compare:** add new package [@thi](https://github.com/thi).ng/compare ([e4a87c4](https://github.com/thi-ng/umbrella/commit/e4a87c4))
package/README.md CHANGED
@@ -60,7 +60,7 @@ node --experimental-repl-await
60
60
  > const compare = await import("@thi.ng/compare");
61
61
  ```
62
62
 
63
- Package sizes (gzipped, pre-treeshake): ESM: 396 bytes
63
+ Package sizes (gzipped, pre-treeshake): ESM: 429 bytes
64
64
 
65
65
  ## Dependencies
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/compare",
3
- "version": "2.0.3",
3
+ "version": "2.0.8",
4
4
  "description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,10 +34,10 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.0.3"
37
+ "@thi.ng/api": "^8.2.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@thi.ng/testament": "^0.1.3"
40
+ "@thi.ng/testament": "^0.1.6"
41
41
  },
42
42
  "keywords": [
43
43
  "comparator",
@@ -71,5 +71,5 @@
71
71
  "import": "./reverse.js"
72
72
  }
73
73
  },
74
- "gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1"
74
+ "gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159"
75
75
  }