@thi.ng/api 8.2.0 → 8.3.0

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.
package/CHANGELOG.md CHANGED
@@ -1,387 +1,503 @@
1
1
  # Change Log
2
2
 
3
+ Last updated: 2021-11-17T23:24:59Z
4
+
3
5
  All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
6
+ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
7
+
8
+ **Note:** Unlisted _patch_ versions only involve non-code changes and/or
9
+ version bumps of transitive dependencies.
10
+
11
+ ## [8.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.3.0) (2021-11-17)
12
+
13
+ #### 🚀 Features
14
+
15
+ - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
16
+ Improving the overall build ergonomics
17
+ - introduced a tools workspaces
18
+ - imported it in all needed packages/examples
19
+ - inclusive project root
20
+
21
+ #### 🩹 Bug fixes
22
+
23
+ - disable debug console output in mixin() ([50354c8](https://github.com/thi-ng/umbrella/commit/50354c8))
24
+
25
+ #### ♻️ Refactoring
26
+
27
+ - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
28
+ this commit reverts (partly) changes made in:
29
+ ef346d7a8753590dc9094108a3d861a8dbd5dd2c
30
+ overall purpose is better testament ergonomics:
31
+ instead of having to pass NODE_OPTIONS with every invocation
32
+ having a binary to handle this for us.
33
+
34
+ ## [8.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.2.0) (2021-11-10)
35
+
36
+ #### 🚀 Features
5
37
 
6
- # [8.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@8.1.0...@thi.ng/api@8.2.0) (2021-11-10)
38
+ - update IGrid types, add mixins ([f0f3236](https://github.com/thi-ng/umbrella/commit/f0f3236))
7
39
 
40
+ #### 🩹 Bug fixes
8
41
 
9
- ### Bug Fixes
42
+ - add missing module exports ([fc8805e](https://github.com/thi-ng/umbrella/commit/fc8805e))
10
43
 
11
- * **api:** add missing module exports ([fc8805e](https://github.com/thi-ng/umbrella/commit/fc8805eb26a828d4ee9683c714a73a7ad35ef16c))
44
+ #### ♻️ Refactoring
12
45
 
46
+ - update all countdown loops ([a5f374b](https://github.com/thi-ng/umbrella/commit/a5f374b))
13
47
 
14
- ### Features
48
+ ## [8.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.1.0) (2021-11-03)
15
49
 
16
- * **api:** update IGrid types, add mixins ([f0f3236](https://github.com/thi-ng/umbrella/commit/f0f3236448e7277e089654c725d2b9335bd4706a))
50
+ #### 🚀 Features
17
51
 
52
+ - add asInt() coercion helper ([49cd772](https://github.com/thi-ng/umbrella/commit/49cd772))
53
+ - add IGrid2D/3D interfaces ([e57ad7e](https://github.com/thi-ng/umbrella/commit/e57ad7e))
18
54
 
55
+ ### [8.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.0.1) (2021-10-13)
19
56
 
57
+ #### ♻️ Refactoring
20
58
 
59
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
60
+ - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
61
+ - add .js suffix for all relative imports
21
62
 
22
- # [8.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@8.0.6...@thi.ng/api@8.1.0) (2021-11-03)
63
+ # [8.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.0.0) (2021-10-12)
23
64
 
65
+ #### 🛑 Breaking changes
24
66
 
25
- ### Features
67
+ - major pkg restructure ([98e286d](https://github.com/thi-ng/umbrella/commit/98e286d))
68
+ - BREAKING CHANGE: major pkg restructure, migrations
69
+ - migrate logging related types/classes to new [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/main/packages/logger) pkg
70
+ - see [e0399a8f6](https://github.com/thi-ng/umbrella/commit/e0399a8f6) for details
71
+ - migrate `exposeGlobal()` to new [@thi.ng/expose](https://github.com/thi-ng/umbrella/tree/main/packages/expose) pkg
72
+ - see [323995fd7](https://github.com/thi-ng/umbrella/commit/323995fd7) for details
73
+ - lift /api source files to main /src folder for easier import
74
+ - this pkg now only contains type defs, constants, decorators and mixins
75
+ all other functionality migrated to other packages...
76
+ - remove obsolete assert() ([5f6ec5c](https://github.com/thi-ng/umbrella/commit/5f6ec5c))
77
+ - BREAKING CHANGE: assert() moved to [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/main/packages/errors) pkg
78
+ - see [7030a6aec](https://github.com/thi-ng/umbrella/commit/7030a6aec) for details
79
+ - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
80
+ - BREAKING CHANGE: discontinue CommonJS & UMD versions
81
+ - only ESM modules will be published from now on
82
+ - CJS obsolete due to ESM support in recent versions of node:
83
+ - i.e. launch NodeJS via:
84
+ - `node --experimental-specifier-resolution=node --experimental-repl-await`
85
+ - in the node REPL use `await import(...)` instead of `require()`
86
+ - UMD obsolete due to widespread browser support for ESM
87
+ Also:
88
+ - normalize/restructure/reorg all package.json files
89
+ - cleanup all build scripts, remove obsolete
90
+ - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
26
91
 
27
- * **api:** add asInt() coercion helper ([49cd772](https://github.com/thi-ng/umbrella/commit/49cd772a328b7c71fb16ed3041e03832ebd1f884))
28
- * **api:** add IGrid2D/3D interfaces ([e57ad7e](https://github.com/thi-ng/umbrella/commit/e57ad7e8139512bf4146c4c70ef693b810eee24a))
92
+ #### ♻️ Refactoring
29
93
 
94
+ - minor pkg restructure (various) ([47f88d2](https://github.com/thi-ng/umbrella/commit/47f88d2))
95
+ - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
96
+ - largely related to recent updates/restructuring of these packages:
97
+ - api
98
+ - defmulti
99
+ - errors
100
+ - logger
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)
30
103
 
104
+ ## [7.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@7.2.0) (2021-09-03)
31
105
 
106
+ #### 🚀 Features
32
107
 
108
+ - add DeepArrayValue type ([a309fac](https://github.com/thi-ng/umbrella/commit/a309fac))
33
109
 
34
- # [8.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@7.2.0...@thi.ng/api@8.0.0) (2021-10-12)
110
+ ### [7.1.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@7.1.7) (2021-08-04)
35
111
 
112
+ #### ♻️ Refactoring
36
113
 
37
- ### Build System
114
+ - dedupe IEnableMixin method impls ([3433e5d](https://github.com/thi-ng/umbrella/commit/3433e5d))
38
115
 
39
- * major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea9fab2a645d6c5f2bf2591459b939c09b6))
116
+ ### [7.1.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@7.1.5) (2021-06-08)
40
117
 
118
+ #### ♻️ Refactoring
41
119
 
42
- ### chore
120
+ - [#294](https://github.com/thi-ng/umbrella/issues/294) update recursive helper types ([6ad582d](https://github.com/thi-ng/umbrella/commit/6ad582d))
121
+ - simplify Head, Tail, Prepend type defs
122
+ - update ArrayValue, Reverse
43
123
 
44
- * **api:** remove obsolete assert() ([5f6ec5c](https://github.com/thi-ng/umbrella/commit/5f6ec5c37d9268c2b40d74011219529e146a0aca))
124
+ ## [7.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@7.1.0) (2021-03-03)
45
125
 
126
+ #### 🚀 Features
46
127
 
47
- ### Code Refactoring
128
+ - add StringOrSym type alias ([fb92c9d](https://github.com/thi-ng/umbrella/commit/fb92c9d))
48
129
 
49
- * **api:** major pkg restructure ([98e286d](https://github.com/thi-ng/umbrella/commit/98e286dbf173dc8fe1daba7113b36bdc69a9bace))
130
+ # [7.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@7.0.0) (2021-02-20)
50
131
 
132
+ #### 🛑 Breaking changes
51
133
 
52
- ### BREAKING CHANGES
134
+ - replace Type enum w/ strings consts ([a333d41](https://github.com/thi-ng/umbrella/commit/a333d41))
135
+ - BREAKING CHANGE: replace Type enum w/ string consts
136
+ - update Type, UintType, IntType, FloatType aliases
137
+ - update GL2TYPE, TYPE2GL, SIZEOF, TYPEDARRAY_CTORS tables
138
+ - add asNativeType(), asGLType() conversions
139
+ - add sizeOf()
140
+ - add uintTypeForBits(), intTypeForBits()
141
+ - update/rename uintTypeForSize(), intTypeForSize()
53
142
 
54
- * **api:** major pkg restructure, migrations
143
+ #### 🚀 Features
55
144
 
56
- - migrate logging related types/classes to new thi.ng/logger pkg
57
- - see e0399a8f6 for details
58
- - migrate `exposeGlobal()` to new thi.ng/expose pkg
59
- - see 323995fd7 for details
60
- - lift /api source files to main /src folder for easier import
61
- - this pkg now only contains type defs, constants, decorators and mixins
62
- all other functionality migrated to other packages...
63
- * **api:** assert() moved to thi.ng/errors pkg
145
+ - more finely grained typedarray types ([8316d05](https://github.com/thi-ng/umbrella/commit/8316d05))
146
+ - add typedArrayType() classifier ([5c81fd8](https://github.com/thi-ng/umbrella/commit/5c81fd8))
147
+ - add Range type ([5d94974](https://github.com/thi-ng/umbrella/commit/5d94974))
64
148
 
65
- - see 7030a6aec for details
66
- * discontinue CommonJS & UMD versions
149
+ ### [6.13.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.13.4) (2020-12-07)
67
150
 
68
- - only ESM modules will be published from now on
69
- - CJS obsolete due to ESM support in recent versions of node:
70
- - i.e. launch NodeJS via:
71
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
72
- - in the node REPL use `await import(...)` instead of `require()`
73
- - UMD obsolete due to widespread browser support for ESM
151
+ #### ♻️ Refactoring
74
152
 
75
- Also:
76
- - normalize/restructure/reorg all package.json files
77
- - cleanup all build scripts, remove obsolete
78
- - switch from mocha to @thi.ng/testament for all tests
153
+ - update type-only imports ([94be931](https://github.com/thi-ng/umbrella/commit/94be931))
79
154
 
155
+ ## [6.13.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.13.0) (2020-09-13)
80
156
 
157
+ #### 🚀 Features
81
158
 
159
+ - add DeepPartial type ([0d9a0de](https://github.com/thi-ng/umbrella/commit/0d9a0de))
160
+ - add FnU and FnN function types ([4ba48d0](https://github.com/thi-ng/umbrella/commit/4ba48d0))
82
161
 
162
+ #### 🩹 Bug fixes
83
163
 
164
+ - update assert() & exposeGlobal() detection ([2cdc038](https://github.com/thi-ng/umbrella/commit/2cdc038))
84
165
 
85
- # [7.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@7.1.9...@thi.ng/api@7.2.0) (2021-09-03)
166
+ ## [6.12.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.12.0) (2020-07-28)
86
167
 
87
- ### Features
168
+ #### 🚀 Features
88
169
 
89
- - **api:** add DeepArrayValue type ([a309fac](https://github.com/thi-ng/umbrella/commit/a309faca831651f611b9b056d9c7587f85b60087))
170
+ - add Always & ArrayValue types ([dcf9aeb](https://github.com/thi-ng/umbrella/commit/dcf9aeb))
90
171
 
91
- # [7.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@7.0.0...@thi.ng/api@7.1.0) (2021-03-03)
172
+ ## [6.11.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.11.0) (2020-06-01)
92
173
 
93
- ### Features
174
+ #### 🚀 Features
94
175
 
95
- - **api:** add StringOrSym type alias ([fb92c9d](https://github.com/thi-ng/umbrella/commit/fb92c9d93b4e795f60118e1167d5adb1bb108380))
176
+ - add deref(), isDeref() fns & MaybeDeref ([722bf3e](https://github.com/thi-ng/umbrella/commit/722bf3e))
177
+ (cherry picked from commit [2ab46adee629bf06d064bdcd5c064f7fcc1e7433](https://github.com/thi-ng/umbrella/commit/2ab46adee629bf06d064bdcd5c064f7fcc1e7433))
178
+ - add deref(), isDeref() fns & MaybeDeref ([2ab46ad](https://github.com/thi-ng/umbrella/commit/2ab46ad))
96
179
 
97
- # [7.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.13.6...@thi.ng/api@7.0.0) (2021-02-20)
180
+ ## [6.10.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.10.0) (2020-04-06)
98
181
 
99
- ### Features
182
+ #### 🚀 Features
100
183
 
101
- - **api:** add Range type ([5d94974](https://github.com/thi-ng/umbrella/commit/5d94974c34ca81513d40743f2a9b9a3ed20146d3))
102
- - **api:** add typedArrayType() classifier ([5c81fd8](https://github.com/thi-ng/umbrella/commit/5c81fd859514401c2c419b2ed3ec0f12025356c3))
103
- - **api:** more finely grained typedarray types ([8316d05](https://github.com/thi-ng/umbrella/commit/8316d058f0b5f760afd89e8590619670210a970a))
104
- - **api:** replace Type enum w/ strings consts ([a333d41](https://github.com/thi-ng/umbrella/commit/a333d418222972373cc1f9b256def2f79610d3fa))
184
+ - add LogLevelName type ([25b6c67](https://github.com/thi-ng/umbrella/commit/25b6c67))
105
185
 
106
- ### BREAKING CHANGES
186
+ ### [6.9.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.9.1) (2020-04-05)
107
187
 
108
- - **api:** replace Type enum w/ string consts
109
- - update Type, UintType, IntType, FloatType aliases
110
- - update GL2TYPE, TYPE2GL, SIZEOF, TYPEDARRAY_CTORS tables
111
- - add asNativeType(), asGLType() conversions
112
- - add sizeOf()
113
- - add uintTypeForBits(), intTypeForBits()
114
- - update/rename uintTypeForSize(), intTypeForSize()
188
+ #### ♻️ Refactoring
115
189
 
116
- # [6.13.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.12.3...@thi.ng/api@6.13.0) (2020-09-13)
190
+ - switch to non-const enums ([b247903](https://github.com/thi-ng/umbrella/commit/b247903))
117
191
 
118
- ### Bug Fixes
192
+ ## [6.9.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.9.0) (2020-03-28)
119
193
 
120
- - **api:** update assert() & exposeGlobal() detection ([2cdc038](https://github.com/thi-ng/umbrella/commit/2cdc038d5ae3f8efba7c71e708de6eda1d3a4dd5))
194
+ #### 🚀 Features
121
195
 
122
- ### Features
196
+ - add optional props in Keys/Val types ([08b88f0](https://github.com/thi-ng/umbrella/commit/08b88f0))
197
+ - force intermediate props using `Required<T>`
198
+ - update Keys1-8, Val1-8
199
+ - update KeysN / ValN
200
+ - add Derefed & DerefedKeys types ([95f1576](https://github.com/thi-ng/umbrella/commit/95f1576))
201
+ - update Path alias, add doc strings ([e2b35bc](https://github.com/thi-ng/umbrella/commit/e2b35bc))
202
+ - add Path0-8, PathVal1-8, DeepPath types ([0c76108](https://github.com/thi-ng/umbrella/commit/0c76108))
123
203
 
124
- - **api:** add DeepPartial type ([0d9a0de](https://github.com/thi-ng/umbrella/commit/0d9a0de2c3b5029bdc49101727d234a065a94869))
125
- - **api:** add FnU and FnN function types ([4ba48d0](https://github.com/thi-ng/umbrella/commit/4ba48d0dc4324c79c9e9b11d9e55b04b5c5f54c7))
204
+ #### ♻️ Refactoring
126
205
 
127
- # [6.12.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.11.3...@thi.ng/api@6.12.0) (2020-07-28)
206
+ - update path value & tuple types ([aa9db3a](https://github.com/thi-ng/umbrella/commit/aa9db3a))
207
+ - replace PathVal1-8 w/ PathVal
208
+ - add OptPathVal
209
+ - add IsOpt, IsOptPath type predicates
210
+ - add IsEmpty type predicate
211
+ - update Last, ButLast tuple types
128
212
 
129
- ### Features
213
+ ## [6.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.8.0) (2020-02-25)
130
214
 
131
- - **api:** add Always & ArrayValue types ([dcf9aeb](https://github.com/thi-ng/umbrella/commit/dcf9aebe93d73c06e2bb835b942e83ec6580755f))
215
+ #### 🚀 Features
132
216
 
133
- # [6.11.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.10.5...@thi.ng/api@6.11.0) (2020-06-01)
217
+ - add TypedKeys, NumericKeys, StringKeys ([fab1a5e](https://github.com/thi-ng/umbrella/commit/fab1a5e))
134
218
 
135
- ### Features
219
+ #### 🩹 Bug fixes
136
220
 
137
- - **api:** add deref(), isDeref() fns & MaybeDeref ([722bf3e](https://github.com/thi-ng/umbrella/commit/722bf3e3a368c62575faff26695326dc72954d6d))
221
+ - fix imports ([e3e0cdc](https://github.com/thi-ng/umbrella/commit/e3e0cdc))
138
222
 
139
- # [6.10.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.9.1...@thi.ng/api@6.10.0) (2020-04-06)
223
+ #### ♻️ Refactoring
140
224
 
141
- ### Features
225
+ - update type exports, internal restructure ([b8c7681](https://github.com/thi-ng/umbrella/commit/b8c7681))
226
+ - dissolve api.ts
227
+ - move constants to constants.ts
142
228
 
143
- - **api:** add LogLevelName type ([25b6c67](https://github.com/thi-ng/umbrella/commit/25b6c6774645eef6606e76b9e81149863e964d71))
229
+ ### [6.7.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.7.1) (2020-01-26)
144
230
 
145
- # [6.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.8.3...@thi.ng/api@6.9.0) (2020-03-28)
231
+ #### ♻️ Refactoring
146
232
 
147
- ### Features
233
+ - remove obsolete Drop/DropReducer ([5e80c4d](https://github.com/thi-ng/umbrella/commit/5e80c4d))
234
+ - update IToHiccup, add opt args ([ac35685](https://github.com/thi-ng/umbrella/commit/ac35685))
148
235
 
149
- - **api:** add Derefed & DerefedKeys types ([95f1576](https://github.com/thi-ng/umbrella/commit/95f15765435e877aa92a66ac64933a962fbd2db5))
150
- - **api:** add optional props in Keys/Val types ([08b88f0](https://github.com/thi-ng/umbrella/commit/08b88f0e74ffae0e4d8edddfbb5dff17f978a149))
151
- - **api:** add Path0-8, PathVal1-8, DeepPath types ([0c76108](https://github.com/thi-ng/umbrella/commit/0c761085b60d27849650d51e851afd98f0f2b9ea))
152
- - **api:** update Path alias, add doc strings ([e2b35bc](https://github.com/thi-ng/umbrella/commit/e2b35bc13cdf286d0e1cd60176eeb207525b064f))
236
+ ## [6.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.7.0) (2020-01-24)
153
237
 
154
- # [6.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.7.1...@thi.ng/api@6.8.0) (2020-02-25)
238
+ #### 🚀 Features
155
239
 
156
- ### Bug Fixes
240
+ - add IReset interface ([d491bd0](https://github.com/thi-ng/umbrella/commit/d491bd0))
241
+ - add Drop, TupleLength, update Tuple ([dc79324](https://github.com/thi-ng/umbrella/commit/dc79324))
242
+ - added the ReplaceN type ([4da54ae](https://github.com/thi-ng/umbrella/commit/4da54ae))
243
+ - added the WithoutN type ([0d13af5](https://github.com/thi-ng/umbrella/commit/0d13af5))
244
+ - added the Init type ([f6c333a](https://github.com/thi-ng/umbrella/commit/f6c333a))
245
+ - added the Last type ([44ae2f7](https://github.com/thi-ng/umbrella/commit/44ae2f7))
246
+ - added the ValN type ([b48623f](https://github.com/thi-ng/umbrella/commit/b48623f))
247
+ - added the KeysN type ([e0f0e90](https://github.com/thi-ng/umbrella/commit/e0f0e90))
248
+ - added the Reverse type ([88cfaa4](https://github.com/thi-ng/umbrella/commit/88cfaa4))
249
+ - added the Prepend type ([7bfe7a8](https://github.com/thi-ng/umbrella/commit/7bfe7a8))
250
+ - added the Tail type ([fa59ff3](https://github.com/thi-ng/umbrella/commit/fa59ff3))
251
+ - added the Head type ([f000a3d](https://github.com/thi-ng/umbrella/commit/f000a3d))
252
+ - add IClear interface ([38f03ff](https://github.com/thi-ng/umbrella/commit/38f03ff))
253
+ - add more RangeXX types & RangeValueMap ([654ea53](https://github.com/thi-ng/umbrella/commit/654ea53))
254
+ - add exposeGlobal(), update assert(), update readme ([7981cc9](https://github.com/thi-ng/umbrella/commit/7981cc9))
157
255
 
158
- - **api:** fix imports ([e3e0cdc](https://github.com/thi-ng/umbrella/commit/e3e0cdc244dd25f33c633e7477e56baf0a9e53e4))
256
+ #### 🩹 Bug fixes
159
257
 
160
- ### Features
258
+ - don't use optional chaining, update assert(), exposeGlobal() ([ddfc65e](https://github.com/thi-ng/umbrella/commit/ddfc65e))
161
259
 
162
- - **api:** add TypedKeys, NumericKeys, StringKeys ([fab1a5e](https://github.com/thi-ng/umbrella/commit/fab1a5ec800b68c8170f7c9f138781c6e7fd4263))
260
+ ## [6.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.6.0) (2019-11-30)
163
261
 
164
- # [6.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.6.0...@thi.ng/api@6.7.0) (2020-01-24)
262
+ #### 🚀 Features
165
263
 
166
- ### Bug Fixes
264
+ - add WithoutX & ReplaceX types, update KeysX/ValX ([7707370](https://github.com/thi-ng/umbrella/commit/7707370))
265
+ - add versions up to arity 8
266
+ - add ISeq, ISeqable ([541e9c8](https://github.com/thi-ng/umbrella/commit/541e9c8))
267
+ - add Uint/Int/FloatType & helpers ([1d3c824](https://github.com/thi-ng/umbrella/commit/1d3c824))
268
+ - add grouped Type aliases
269
+ - add uintType() / intType() helpers
167
270
 
168
- - **api:** don't use optional chaining, update assert(), exposeGlobal() ([ddfc65e](https://github.com/thi-ng/umbrella/commit/ddfc65eb120d0f509cb18458f65497cb849bd305))
271
+ #### ♻️ Refactoring
169
272
 
170
- ### Features
273
+ - replace error w/ assert() in decorator ([adfec26](https://github.com/thi-ng/umbrella/commit/adfec26))
171
274
 
172
- - **api:** add Drop, TupleLength, update Tuple ([dc79324](https://github.com/thi-ng/umbrella/commit/dc79324fbdc509b9d4dc2567b0a9106a25a62ea7))
173
- - **api:** add exposeGlobal(), update assert(), update readme ([7981cc9](https://github.com/thi-ng/umbrella/commit/7981cc95703c95800a0346f9111276202c906c75))
174
- - **api:** add IClear interface ([38f03ff](https://github.com/thi-ng/umbrella/commit/38f03ff205b29cd7819d3b8885c25e6b58a27381))
175
- - **api:** add IReset interface ([d491bd0](https://github.com/thi-ng/umbrella/commit/d491bd081e3926eabab377085406b8eb93205ba0))
176
- - **api:** add more RangeXX types & RangeValueMap ([654ea53](https://github.com/thi-ng/umbrella/commit/654ea53d068cc2b830608d6d69ab31df460eab3e))
177
- - **api:** added the Head type ([f000a3d](https://github.com/thi-ng/umbrella/commit/f000a3d57442963363abd0aab6fe3309e711b1ab))
178
- - **api:** added the Init type ([f6c333a](https://github.com/thi-ng/umbrella/commit/f6c333a7079a18ec7594a0ceefc2a425eead9d07))
179
- - **api:** added the KeysN type ([e0f0e90](https://github.com/thi-ng/umbrella/commit/e0f0e9002eac4b4d3e7d39e634929a4c390d1463))
180
- - **api:** added the Last type ([44ae2f7](https://github.com/thi-ng/umbrella/commit/44ae2f770d33fa1b25f8fc7e14b3caf5bada7bc6))
181
- - **api:** added the Prepend type ([7bfe7a8](https://github.com/thi-ng/umbrella/commit/7bfe7a8756818b5879d698500fc203c583e185f9))
182
- - **api:** added the ReplaceN type ([4da54ae](https://github.com/thi-ng/umbrella/commit/4da54aea15d3bd4f33b040e2220a43e1bb95ea11))
183
- - **api:** added the Reverse type ([88cfaa4](https://github.com/thi-ng/umbrella/commit/88cfaa45bab2f85d176dc6ad9d3551a9f431d68d))
184
- - **api:** added the Tail type ([fa59ff3](https://github.com/thi-ng/umbrella/commit/fa59ff3a5a30b9b2e226a363a18dedaca512e1db))
185
- - **api:** added the ValN type ([b48623f](https://github.com/thi-ng/umbrella/commit/b48623fdf539962fff9bd805adf5e6b3d24fc23e))
186
- - **api:** added the WithoutN type ([0d13af5](https://github.com/thi-ng/umbrella/commit/0d13af539bff270a15cc896515bd4cb5cf39ee0c))
275
+ ## [6.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.5.0) (2019-11-09)
187
276
 
188
- # [6.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.5.0...@thi.ng/api@6.6.0) (2019-11-30)
277
+ #### 🚀 Features
189
278
 
190
- ### Features
279
+ - add typedArray() factory, update type mappers, docs ([ac7fa13](https://github.com/thi-ng/umbrella/commit/ac7fa13))
280
+ - add RangeXX types ([fc9cf21](https://github.com/thi-ng/umbrella/commit/fc9cf21))
281
+ - add types, split api.ts into separate files ([b72e664](https://github.com/thi-ng/umbrella/commit/b72e664))
282
+ - add GLType enum & GL2TYPE / TYPE2GL conversions
283
+ - add TypedArrayContstructor, TYPEDARRAY_CTORS LUT
191
284
 
192
- - **api:** add ISeq, ISeqable ([541e9c8](https://github.com/thi-ng/umbrella/commit/541e9c8bdf95ece80b74e630eeb428876b7d7bc9))
193
- - **api:** add Uint/Int/FloatType & helpers ([1d3c824](https://github.com/thi-ng/umbrella/commit/1d3c824f3647cbc7ced7f3289b184474f3281674))
194
- - **api:** add WithoutX & ReplaceX types, update KeysX/ValX ([7707370](https://github.com/thi-ng/umbrella/commit/7707370741dc0835218f4a9302e6076e70bf8fba))
285
+ #### ♻️ Refactoring
195
286
 
196
- # [6.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.4.0...@thi.ng/api@6.5.0) (2019-11-09)
287
+ - fix [#168](https://github.com/thi-ng/umbrella/issues/168), refactor Range types ([39bf8f1](https://github.com/thi-ng/umbrella/commit/39bf8f1))
288
+ - update INotifyMixin to clean up listeners ([ed2be64](https://github.com/thi-ng/umbrella/commit/ed2be64))
197
289
 
198
- ### Features
290
+ ## [6.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.4.0) (2019-09-21)
199
291
 
200
- - **api:** add RangeXX types ([fc9cf21](https://github.com/thi-ng/umbrella/commit/fc9cf212ec97a719bca6f3214215f5d0aa479ea8))
201
- - **api:** add typedArray() factory, update type mappers, docs ([ac7fa13](https://github.com/thi-ng/umbrella/commit/ac7fa13fa602947ae4b30c943d8d8fddcd602381))
202
- - **api:** add types, split api.ts into separate files ([b72e664](https://github.com/thi-ng/umbrella/commit/b72e6641626314761488122a1bc55bc2e802eb74))
292
+ #### 🚀 Features
203
293
 
204
- # [6.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.3.3...@thi.ng/api@6.4.0) (2019-09-21)
294
+ - add Nullable ([8366223](https://github.com/thi-ng/umbrella/commit/8366223))
295
+ (cherry picked from commit [bed4c3c95293374bcf002266c4a906e11f68bed3](https://github.com/thi-ng/umbrella/commit/bed4c3c95293374bcf002266c4a906e11f68bed3))
296
+ - add Nullable ([bed4c3c](https://github.com/thi-ng/umbrella/commit/bed4c3c))
205
297
 
206
- ### Features
298
+ #### ♻️ Refactoring
207
299
 
208
- - **api:** add Nullable ([8366223](https://github.com/thi-ng/umbrella/commit/8366223))
300
+ - Use `this` parameter to avoid casts in mixins. ([c78cf32](https://github.com/thi-ng/umbrella/commit/c78cf32))
209
301
 
210
- # [6.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.2.0...@thi.ng/api@6.3.0) (2019-07-07)
302
+ ## [6.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.3.0) (2019-07-07)
211
303
 
212
- ### Features
304
+ #### 🚀 Features
213
305
 
214
- - **api:** add Select2/3/4 conditional types ([a4bfb88](https://github.com/thi-ng/umbrella/commit/a4bfb88))
215
- - **api:** enable TS strict compiler flags (refactor) ([0430d01](https://github.com/thi-ng/umbrella/commit/0430d01))
216
- - **api:** update assert() message arg types ([6137b48](https://github.com/thi-ng/umbrella/commit/6137b48))
306
+ - add Select2/3/4 conditional types ([a4bfb88](https://github.com/thi-ng/umbrella/commit/a4bfb88))
307
+ - update assert() message arg types ([6137b48](https://github.com/thi-ng/umbrella/commit/6137b48))
308
+ - add support for supplying message as no-arg fn to delay
309
+ execution of template string literals
310
+ - enable TS strict compiler flags (refactor) ([0430d01](https://github.com/thi-ng/umbrella/commit/0430d01))
311
+ - add missing return types for IEnable, IGet, IGetIn
312
+ - update mixins, add private interfaces
217
313
 
218
- # [6.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.1.1...@thi.ng/api@6.2.0) (2019-05-22)
314
+ #### ♻️ Refactoring
219
315
 
220
- ### Features
316
+ - update IStack return types (TS strictNullChecks flag) ([daf1f4c](https://github.com/thi-ng/umbrella/commit/daf1f4c))
317
+ - update IEnable mixin (strictNullChecks) ([525ad0d](https://github.com/thi-ng/umbrella/commit/525ad0d))
221
318
 
222
- - **api:** add Type enum, IntArray, UIntArray, FloatArray, SIZEOF ([b0c44fe](https://github.com/thi-ng/umbrella/commit/b0c44fe))
319
+ ## [6.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.2.0) (2019-05-22)
223
320
 
224
- ## [6.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.1.0...@thi.ng/api@6.1.1) (2019-04-26)
321
+ #### 🚀 Features
225
322
 
226
- ### Bug Fixes
323
+ - add Type enum, IntArray, UIntArray, FloatArray, SIZEOF ([b0c44fe](https://github.com/thi-ng/umbrella/commit/b0c44fe))
227
324
 
228
- - **api:** make LogLevel non-const enum, minor fix ConsoleLogger ([88d5e9d](https://github.com/thi-ng/umbrella/commit/88d5e9d))
325
+ ### [6.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.1.1) (2019-04-26)
229
326
 
230
- # [6.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.0.1...@thi.ng/api@6.1.0) (2019-04-24)
327
+ #### 🩹 Bug fixes
231
328
 
232
- ### Features
329
+ - make LogLevel non-const enum, minor fix ConsoleLogger ([88d5e9d](https://github.com/thi-ng/umbrella/commit/88d5e9d))
233
330
 
234
- - **api:** add common logging types & default impls ([4578604](https://github.com/thi-ng/umbrella/commit/4578604))
235
- - **api:** update ILogger, freeze NULL_LOGGER ([27ff8de](https://github.com/thi-ng/umbrella/commit/27ff8de))
331
+ ## [6.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.1.0) (2019-04-24)
236
332
 
237
- # [6.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@5.1.0...@thi.ng/api@6.0.0) (2019-03-28)
333
+ #### 🚀 Features
238
334
 
239
- ### Features
335
+ - update ILogger, freeze NULL_LOGGER ([27ff8de](https://github.com/thi-ng/umbrella/commit/27ff8de))
336
+ - add common logging types & default impls ([4578604](https://github.com/thi-ng/umbrella/commit/4578604))
337
+ - add ILogger interface, LogLevel enum
338
+ - add NULL_LOGGER & ConsoleLogger
240
339
 
241
- - **api:** add new types, update existing ([560eb90](https://github.com/thi-ng/umbrella/commit/560eb90))
340
+ # [6.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@6.0.0) (2019-03-28)
242
341
 
243
- ### BREAKING CHANGES
342
+ #### 🛑 Breaking changes
244
343
 
245
- - **api:** split up, remove & update various interfaces
246
- - split IAssociative => IAssoc, IAssocIn
247
- - update IDissoc, add IDissocIn
248
- - split IGet => IGet, IGetIn
249
- - update IInto generics & return type
250
- - update ISet, remove IImmutableSet
251
- - update IStack, remove IImmutableStack
344
+ - add new types, update existing ([560eb90](https://github.com/thi-ng/umbrella/commit/560eb90))
345
+ - add Keys* & Val* types
346
+ - add ArrayLikeIterable
347
+ - add Primitive
348
+ - add Tuple, IterableTuple
349
+ - BREAKING CHANGE: split up, remove & update various interfaces
350
+ - split IAssociative => IAssoc, IAssocIn
351
+ - update IDissoc, add IDissocIn
352
+ - split IGet => IGet, IGetIn
353
+ - update IInto generics & return type
354
+ - update ISet, remove IImmutableSet
355
+ - update IStack, remove IImmutableStack
252
356
 
253
- # [5.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@5.0.3...@thi.ng/api@5.1.0) (2019-03-10)
357
+ ## [5.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@5.1.0) (2019-03-10)
254
358
 
255
- ### Features
359
+ #### 🚀 Features
256
360
 
257
- - **api:** add additional Fn arities ([33c7dfe](https://github.com/thi-ng/umbrella/commit/33c7dfe))
258
- - **api:** add more Fn type aliases, update existing ([3707e61](https://github.com/thi-ng/umbrella/commit/3707e61))
361
+ - add more Fn type aliases, update existing ([3707e61](https://github.com/thi-ng/umbrella/commit/3707e61))
362
+ - add additional Fn arities ([33c7dfe](https://github.com/thi-ng/umbrella/commit/33c7dfe))
259
363
 
260
- # [5.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.2.4...@thi.ng/api@5.0.0) (2019-01-21)
364
+ #### ♻️ Refactoring
261
365
 
262
- ### Bug Fixes
366
+ - update Fn args in various packages ([e453ac3](https://github.com/thi-ng/umbrella/commit/e453ac3))
263
367
 
264
- - **api:** update assert(), re-export mixin() ([9f91cfa](https://github.com/thi-ng/umbrella/commit/9f91cfa))
368
+ # [5.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@5.0.0) (2019-01-21)
265
369
 
266
- ### Build System
370
+ #### 🛑 Breaking changes
267
371
 
268
- - **api:** update package build scripts / outputs ([f913d7b](https://github.com/thi-ng/umbrella/commit/f913d7b))
372
+ - update package build scripts / outputs ([f913d7b](https://github.com/thi-ng/umbrella/commit/f913d7b))
373
+ - BREAKING CHANGE: rename mixins to avoid name clashes, update decorators
374
+ - append `Mixin` suffix to all mixins (i.e. `INotify` => `INotifyMixin`)
375
+ - update re-exports of mixins & decorators (no more nested child namespace)
269
376
 
270
- ### Features
377
+ #### 🩹 Bug fixes
271
378
 
272
- - **api:** add assert() ([d381ace](https://github.com/thi-ng/umbrella/commit/d381ace))
379
+ - update assert(), re-export mixin() ([9f91cfa](https://github.com/thi-ng/umbrella/commit/9f91cfa))
273
380
 
274
- ### BREAKING CHANGES
381
+ ## [4.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@4.2.0) (2018-09-22)
275
382
 
276
- - **api:** rename mixins to avoid name clashes, update decorators
277
- - append `Mixin` suffix to all mixins (i.e. `INotify` => `INotifyMixin`)
278
- - update re-exports of mixins & decorators (no more nested child namespace)
383
+ #### 🚀 Features
279
384
 
280
- # [4.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.1.1...@thi.ng/api@4.2.0) (2018-09-22)
385
+ - add `IToHiccup` interface ([e390a54](https://github.com/thi-ng/umbrella/commit/e390a54))
281
386
 
282
- ### Features
387
+ ## [4.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@4.1.0) (2018-08-24)
283
388
 
284
- - **api:** add `IToHiccup` interface ([e390a54](https://github.com/thi-ng/umbrella/commit/e390a54))
389
+ #### 🚀 Features
285
390
 
286
- # [4.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.0.6...@thi.ng/api@4.1.0) (2018-08-24)
391
+ - add NumericArray and TypedArray types ([519394b](https://github.com/thi-ng/umbrella/commit/519394b))
392
+ - add new/move type aliases into api.ts ([cf30ba2](https://github.com/thi-ng/umbrella/commit/cf30ba2))
393
+ - Fn, FnAny, Pair, SEMAPHORE
287
394
 
288
- ### Features
395
+ ### [4.0.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@4.0.6) (2018-08-01)
289
396
 
290
- - **api:** add new/move type aliases into api.ts ([cf30ba2](https://github.com/thi-ng/umbrella/commit/cf30ba2))
291
- - **api:** add NumericArray and TypedArray types ([519394b](https://github.com/thi-ng/umbrella/commit/519394b))
397
+ #### ♻️ Refactoring
292
398
 
293
- # [4.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@3.0.1...@thi.ng/api@4.0.0) (2018-05-12)
399
+ - TS3.0 PropertyKey handling ([2047807](https://github.com/thi-ng/umbrella/commit/2047807))
294
400
 
295
- ### Code Refactoring
401
+ # [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@4.0.0) (2018-05-12)
296
402
 
297
- - **api:** update interfaces, add docs ([9b38860](https://github.com/thi-ng/umbrella/commit/9b38860))
403
+ #### 🛑 Breaking changes
298
404
 
299
- ### BREAKING CHANGES
405
+ - update interfaces, add docs ([9b38860](https://github.com/thi-ng/umbrella/commit/9b38860))
406
+ - BREAKING CHANGE: IBind, IEnable now include generics,
407
+ update IIndexed, IMeta, ISet, IStack
408
+ - add IInto
409
+ - add IImmutableSet
410
+ - add IImmutableStack
411
+ - minor update IEnabled mixin
300
412
 
301
- - **api:** IBind, IEnable now include generics, update IIndexed, IMeta, ISet, IStack
302
- - add IInto
303
- - add IImmutableSet
304
- - add IImmutableStack
305
- - minor update IEnabled mixin
413
+ # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@3.0.0) (2018-05-10)
306
414
 
307
- # [3.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.3.2...@thi.ng/api@3.0.0) (2018-05-10)
415
+ #### 🛑 Breaking changes
308
416
 
309
- ### Code Refactoring
417
+ - remove obsolete files from package ([f051ca3](https://github.com/thi-ng/umbrella/commit/f051ca3))
418
+ - BREAKING CHANGE: [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) now only contains type declarations,
419
+ decorators and mixins. All other features have been moved
420
+ to new dedicated packages:
421
+ - [@thi.ng/bench](https://github.com/thi-ng/umbrella/tree/main/packages/bench)
422
+ - [@thi.ng/compare](https://github.com/thi-ng/umbrella/tree/main/packages/compare)
423
+ - [@thi.ng/equiv](https://github.com/thi-ng/umbrella/tree/main/packages/equiv)
424
+ - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/main/packages/errors)
310
425
 
311
- - **api:** remove obsolete files from package ([f051ca3](https://github.com/thi-ng/umbrella/commit/f051ca3))
426
+ ### [2.3.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@2.3.1) (2018-04-29)
312
427
 
313
- ### BREAKING CHANGES
428
+ #### ⏱ Performance improvements
314
429
 
315
- - **api:** @thi.ng/api now only contains type declarations, decorators and mixins. All other features have been moved to new dedicated packages:
316
- - @thi.ng/bench
317
- - @thi.ng/compare
318
- - @thi.ng/equiv
319
- - @thi.ng/errors
430
+ - major speedup equivObject(), update equivSet() ([7fdf172](https://github.com/thi-ng/umbrella/commit/7fdf172))
431
+ - equivSet() now only checks keys
432
+ - add equivMap() to check full entries/pairs
320
433
 
321
- ## [2.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.3.0...@thi.ng/api@2.3.1) (2018-04-29)
434
+ ## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@2.3.0) (2018-04-26)
322
435
 
323
- ### Performance Improvements
436
+ #### 🚀 Features
324
437
 
325
- - **api:** major speedup equivObject(), update equivSet() ([7fdf172](https://github.com/thi-ng/umbrella/commit/7fdf172))
438
+ - support more types in equiv(), add tests ([2ac8bff](https://github.com/thi-ng/umbrella/commit/2ac8bff))
439
+ - add equivSetLike() for ES6 Set/Map
440
+ - add checks for Date, RegExp & NaN
326
441
 
327
- # [2.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.2.0...@thi.ng/api@2.3.0) (2018-04-26)
442
+ ## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@2.2.0) (2018-04-08)
328
443
 
329
- ### Features
444
+ #### 🚀 Features
330
445
 
331
- - **api:** support more types in equiv(), add tests ([2ac8bff](https://github.com/thi-ng/umbrella/commit/2ac8bff))
446
+ - add bench() & timed() utils ([d310345](https://github.com/thi-ng/umbrella/commit/d310345))
332
447
 
333
- # [2.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.1.3...@thi.ng/api@2.2.0) (2018-04-08)
448
+ ### [2.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@2.1.1) (2018-03-28)
334
449
 
335
- ### Features
450
+ #### 🩹 Bug fixes
336
451
 
337
- - **api:** add bench() & timed() utils ([d310345](https://github.com/thi-ng/umbrella/commit/d310345))
452
+ - illegalState() creates IllegalStateError ([2b7e99b](https://github.com/thi-ng/umbrella/commit/2b7e99b))
338
453
 
339
- ## [2.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.1.0...@thi.ng/api@2.1.1) (2018-03-28)
454
+ ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@2.1.0) (2018-03-21)
340
455
 
341
- ### Bug Fixes
456
+ #### 🚀 Features
342
457
 
343
- - **api:** illegalState() creates IllegalStateError ([2b7e99b](https://github.com/thi-ng/umbrella/commit/2b7e99b))
458
+ - add error types & ctor fns ([4d3785f](https://github.com/thi-ng/umbrella/commit/4d3785f))
344
459
 
345
- # [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.0.4...@thi.ng/api@2.1.0) (2018-03-21)
460
+ #### ♻️ Refactoring
346
461
 
347
- ### Features
462
+ - update mixins, IEnable / INotify return types ([fbb19ac](https://github.com/thi-ng/umbrella/commit/fbb19ac))
348
463
 
349
- - **api:** add error types & ctor fns ([4d3785f](https://github.com/thi-ng/umbrella/commit/4d3785f))
464
+ ### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@2.0.1) (2018-02-02)
350
465
 
351
- ## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.0.0...@thi.ng/api@2.0.1) (2018-02-02)
466
+ #### 🩹 Bug fixes
352
467
 
353
- ### Bug Fixes
468
+ - update compare() & equiv() ([110a9de](https://github.com/thi-ng/umbrella/commit/110a9de))
354
469
 
355
- - **api:** update compare() & equiv() ([110a9de](https://github.com/thi-ng/umbrella/commit/110a9de))
470
+ # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@2.0.0) (2018-02-01)
356
471
 
357
- # [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@1.5.0...@thi.ng/api@2.0.0) (2018-02-01)
472
+ #### 🛑 Breaking changes
358
473
 
359
- ### Bug Fixes
474
+ - update equiv() null handling, add tests ([878520e](https://github.com/thi-ng/umbrella/commit/878520e))
475
+ - BREAKING CHANGE: equiv now treats null & undefined as equal
360
476
 
361
- - **api:** fix equiv string handling, update tests ([1354e29](https://github.com/thi-ng/umbrella/commit/1354e29))
477
+ #### 🩹 Bug fixes
362
478
 
363
- ### Features
479
+ - fix equiv string handling, update tests ([1354e29](https://github.com/thi-ng/umbrella/commit/1354e29))
364
480
 
365
- - **api:** update equiv() null handling, add tests ([878520e](https://github.com/thi-ng/umbrella/commit/878520e))
481
+ ## [1.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@1.5.0) (2018-01-31)
366
482
 
367
- ### BREAKING CHANGES
483
+ #### 🚀 Features
368
484
 
369
- - **api:** equiv now treats null & undefined as equal
485
+ - add Predicate2 & StatefulPredicate2 types ([fbf8453](https://github.com/thi-ng/umbrella/commit/fbf8453))
370
486
 
371
- # [1.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@1.4.2...@thi.ng/api@1.5.0) (2018-01-31)
487
+ ## [1.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@1.4.0) (2018-01-29)
372
488
 
373
- ### Features
489
+ #### 🚀 Features
374
490
 
375
- - **api:** add Predicate2 & StatefulPredicate2 types ([fbf8453](https://github.com/thi-ng/umbrella/commit/fbf8453))
491
+ - update IWatch & mixin, boolean returns ([bddd5ce](https://github.com/thi-ng/umbrella/commit/bddd5ce))
376
492
 
377
- # [1.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@1.3.0...@thi.ng/api@1.4.0) (2018-01-29)
493
+ ## [1.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@1.3.0) (2018-01-28)
378
494
 
379
- ### Features
495
+ #### 🚀 Features
380
496
 
381
- - **api:** update IWatch & mixin, boolean returns ([bddd5ce](https://github.com/thi-ng/umbrella/commit/bddd5ce))
497
+ - add StatefulPredicate ([c74353b](https://github.com/thi-ng/umbrella/commit/c74353b))
382
498
 
383
- # [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@1.2.1...@thi.ng/api@1.3.0) (2018-01-28)
499
+ ### [1.2.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@1.2.1) (2018-01-24)
384
500
 
385
- ### Features
501
+ #### 🚀 Features
386
502
 
387
- - **api:** add StatefulPredicate ([c74353b](https://github.com/thi-ng/umbrella/commit/c74353b))
503
+ - initial re-import as monorepo, update readme files, cleanup imports ([04ff6e9](https://github.com/thi-ng/umbrella/commit/04ff6e9))