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