UNPKG

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