@thi.ng/arrays 2.4.0 → 2.4.2

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 (2) hide show
  1. package/CHANGELOG.md +12 -12
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-31T23:01:45Z
3
+ - **Last updated**: 2022-11-23T22:46:54Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
@@ -68,9 +68,9 @@ and/or version bumps of transitive dependencies.
68
68
 
69
69
  #### ♻️ Refactoring
70
70
 
71
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
72
71
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
73
72
  - add .js suffix for all relative imports
73
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
74
74
 
75
75
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@2.0.0) (2021-10-12)
76
76
 
@@ -91,15 +91,15 @@ and/or version bumps of transitive dependencies.
91
91
 
92
92
  #### ♻️ Refactoring
93
93
 
94
+ - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
95
+ - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
96
+ - update imports ([ad3c3af](https://github.com/thi-ng/umbrella/commit/ad3c3af))
94
97
  - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
95
98
  - largely related to recent updates/restructuring of these packages:
96
99
  - api
97
100
  - defmulti
98
101
  - errors
99
102
  - logger
100
- - update imports ([ad3c3af](https://github.com/thi-ng/umbrella/commit/ad3c3af))
101
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
102
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
103
103
 
104
104
  ## [0.10.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@0.10.0) (2021-01-21)
105
105
 
@@ -117,10 +117,10 @@ and/or version bumps of transitive dependencies.
117
117
 
118
118
  #### 🚀 Features
119
119
 
120
+ - add bisect(), bisectWith() ([17d06a4](https://github.com/thi-ng/umbrella/commit/17d06a4))
121
+ - add into(), sortByCachedKey() ([b94f64c](https://github.com/thi-ng/umbrella/commit/b94f64c))
120
122
  - update sortByCachedKey(), add tests ([64e8f6e](https://github.com/thi-ng/umbrella/commit/64e8f6e))
121
123
  - add support for pre-cached key array instead of key fn
122
- - add into(), sortByCachedKey() ([b94f64c](https://github.com/thi-ng/umbrella/commit/b94f64c))
123
- - add bisect(), bisectWith() ([17d06a4](https://github.com/thi-ng/umbrella/commit/17d06a4))
124
124
 
125
125
  ## [0.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@0.8.0) (2020-09-13)
126
126
 
@@ -130,8 +130,8 @@ and/or version bumps of transitive dependencies.
130
130
 
131
131
  #### ♻️ Refactoring
132
132
 
133
- - update imports, use new Fn types ([1e3b6ac](https://github.com/thi-ng/umbrella/commit/1e3b6ac))
134
133
  - update imports, use new function aliases ([136482e](https://github.com/thi-ng/umbrella/commit/136482e))
134
+ - update imports, use new Fn types ([1e3b6ac](https://github.com/thi-ng/umbrella/commit/1e3b6ac))
135
135
 
136
136
  ## [0.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@0.7.0) (2020-08-28)
137
137
 
@@ -162,8 +162,8 @@ and/or version bumps of transitive dependencies.
162
162
 
163
163
  #### 🚀 Features
164
164
 
165
- - add arraySeq(), arrayIterator() & tests ([d94df57](https://github.com/thi-ng/umbrella/commit/d94df57))
166
165
  - add binarySearchNumeric() ([7b38202](https://github.com/thi-ng/umbrella/commit/7b38202))
166
+ - add arraySeq(), arrayIterator() & tests ([d94df57](https://github.com/thi-ng/umbrella/commit/d94df57))
167
167
 
168
168
  #### ♻️ Refactoring
169
169
 
@@ -173,9 +173,9 @@ and/or version bumps of transitive dependencies.
173
173
 
174
174
  #### 🚀 Features
175
175
 
176
- - add isSorted() ([65b29f4](https://github.com/thi-ng/umbrella/commit/65b29f4))
177
- - add types, quickSort(), swap(), multiSwap(), update readme ([b834722](https://github.com/thi-ng/umbrella/commit/b834722))
178
176
  - add shuffleRange(), refactor shuffle(), add tests ([1924a05](https://github.com/thi-ng/umbrella/commit/1924a05))
177
+ - add types, quickSort(), swap(), multiSwap(), update readme ([b834722](https://github.com/thi-ng/umbrella/commit/b834722))
178
+ - add isSorted() ([65b29f4](https://github.com/thi-ng/umbrella/commit/65b29f4))
179
179
 
180
180
  ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@0.2.0) (2019-07-07)
181
181
 
@@ -187,8 +187,8 @@ and/or version bumps of transitive dependencies.
187
187
 
188
188
  #### 🚀 Features
189
189
 
190
- - add find/findIndex() ([0007152](https://github.com/thi-ng/umbrella/commit/0007152))
191
190
  - extract as new package ([361ba37](https://github.com/thi-ng/umbrella/commit/361ba37))
191
+ - add find/findIndex() ([0007152](https://github.com/thi-ng/umbrella/commit/0007152))
192
192
 
193
193
  #### ♻️ Refactoring
194
194
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/arrays",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "description": "Array / Arraylike utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,19 +34,19 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.4",
38
- "@thi.ng/checks": "^3.3.2",
39
- "@thi.ng/compare": "^2.1.14",
40
- "@thi.ng/equiv": "^2.1.12",
41
- "@thi.ng/errors": "^2.2.3",
42
- "@thi.ng/random": "^3.3.13"
37
+ "@thi.ng/api": "^8.4.6",
38
+ "@thi.ng/checks": "^3.3.3",
39
+ "@thi.ng/compare": "^2.1.16",
40
+ "@thi.ng/equiv": "^2.1.13",
41
+ "@thi.ng/errors": "^2.2.4",
42
+ "@thi.ng/random": "^3.3.15"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.33.5",
46
- "@thi.ng/testament": "^0.3.4",
46
+ "@thi.ng/testament": "^0.3.5",
47
47
  "rimraf": "^3.0.2",
48
48
  "tools": "^0.0.1",
49
- "typedoc": "^0.23.18",
49
+ "typedoc": "^0.23.20",
50
50
  "typescript": "^4.8.4"
51
51
  },
52
52
  "keywords": [
@@ -70,8 +70,8 @@
70
70
  "node": ">=12.7"
71
71
  },
72
72
  "files": [
73
- "*.js",
74
- "*.d.ts"
73
+ "./*.js",
74
+ "./*.d.ts"
75
75
  ],
76
76
  "exports": {
77
77
  ".": {
@@ -153,5 +153,5 @@
153
153
  "thi.ng": {
154
154
  "year": 2018
155
155
  },
156
- "gitHead": "7eff3051eb395f460421727b8cf5ef79f09faaa9\n"
156
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
157
157
  }