@thi.ng/api 7.1.7 → 8.0.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 +172 -204
- package/README.md +15 -25
- package/{constants.d.ts → api.d.ts} +1 -1
- package/{constants.js → api.js} +0 -0
- package/{api/assoc.d.ts → assoc.d.ts} +0 -0
- package/{api/assoc.js → assoc.js} +0 -0
- package/{api/bind.d.ts → bind.d.ts} +0 -0
- package/{api/bind.js → bind.js} +0 -0
- package/{api/buffered.d.ts → buffered.d.ts} +0 -0
- package/{api/buffered.js → buffered.js} +0 -0
- package/{api/clear.d.ts → clear.d.ts} +0 -0
- package/{api/clear.js → clear.js} +0 -0
- package/{api/compare.d.ts → compare.d.ts} +0 -0
- package/{api/compare.js → compare.js} +0 -0
- package/{api/contains.d.ts → contains.d.ts} +0 -0
- package/{api/contains.js → contains.js} +0 -0
- package/{api/copy.d.ts → copy.d.ts} +0 -0
- package/{api/copy.js → copy.js} +0 -0
- package/decorators/deprecated.js +3 -2
- package/{api/deref.d.ts → deref.d.ts} +0 -0
- package/{api/deref.js → deref.js} +0 -0
- package/{api/dissoc.d.ts → dissoc.d.ts} +0 -0
- package/{api/dissoc.js → dissoc.js} +0 -0
- package/{api/empty.d.ts → empty.d.ts} +0 -0
- package/{api/empty.js → empty.js} +0 -0
- package/{api/enable.d.ts → enable.d.ts} +0 -0
- package/{api/enable.js → enable.js} +0 -0
- package/{api/equiv.d.ts → equiv.d.ts} +0 -0
- package/{api/equiv.js → equiv.js} +0 -0
- package/{api/event.d.ts → event.d.ts} +0 -0
- package/{api/event.js → event.js} +0 -0
- package/{api/fn.d.ts → fn.d.ts} +0 -0
- package/{api/fn.js → fn.js} +0 -0
- package/{api/get.d.ts → get.d.ts} +0 -0
- package/{api/get.js → get.js} +0 -0
- package/{api/hash.d.ts → hash.d.ts} +0 -0
- package/{api/hash.js → hash.js} +0 -0
- package/{api/hiccup.d.ts → hiccup.d.ts} +0 -0
- package/{api/hiccup.js → hiccup.js} +0 -0
- package/{api/id.d.ts → id.d.ts} +0 -0
- package/{api/id.js → id.js} +0 -0
- package/index.d.ts +39 -43
- package/index.js +39 -43
- package/{api/indexed.d.ts → indexed.d.ts} +0 -0
- package/{api/indexed.js → indexed.js} +0 -0
- package/{api/into.d.ts → into.d.ts} +0 -0
- package/{api/into.js → into.js} +0 -0
- package/{api/keyval.d.ts → keyval.d.ts} +0 -0
- package/{api/keyval.js → keyval.js} +0 -0
- package/{api/length.d.ts → length.d.ts} +0 -0
- package/{api/length.js → length.js} +0 -0
- package/{api/meta.d.ts → meta.d.ts} +0 -0
- package/{api/meta.js → meta.js} +0 -0
- package/mixins/ienable.js +1 -1
- package/mixins/inotify.d.ts +1 -1
- package/mixins/inotify.js +1 -1
- package/{api/null.d.ts → null.d.ts} +0 -0
- package/{api/null.js → null.js} +0 -0
- package/{api/object.d.ts → object.d.ts} +0 -0
- package/{api/object.js → object.js} +0 -0
- package/package.json +169 -24
- package/{api/path.d.ts → path.d.ts} +0 -0
- package/{api/path.js → path.js} +0 -0
- package/{api/predicate.d.ts → predicate.d.ts} +0 -0
- package/{api/predicate.js → predicate.js} +0 -0
- package/{api/prim.d.ts → prim.d.ts} +0 -0
- package/{api/prim.js → prim.js} +0 -0
- package/{api/range.d.ts → range.d.ts} +0 -0
- package/{api/range.js → range.js} +0 -0
- package/{api/release.d.ts → release.d.ts} +0 -0
- package/{api/release.js → release.js} +0 -0
- package/{api/reset.d.ts → reset.d.ts} +0 -0
- package/{api/reset.js → reset.js} +0 -0
- package/{api/select.d.ts → select.d.ts} +0 -0
- package/{api/select.js → select.js} +0 -0
- package/{api/seq.d.ts → seq.d.ts} +0 -0
- package/{api/seq.js → seq.js} +0 -0
- package/{api/set.d.ts → set.d.ts} +0 -0
- package/{api/set.js → set.js} +0 -0
- package/{api/stack.d.ts → stack.d.ts} +0 -0
- package/{api/stack.js → stack.js} +0 -0
- package/{api/tuple.d.ts → tuple.d.ts} +10 -1
- package/{api/tuple.js → tuple.js} +0 -0
- package/{api/typedarray.d.ts → typedarray.d.ts} +0 -0
- package/{api/typedarray.js → typedarray.js} +5 -1
- package/{api/watch.d.ts → watch.d.ts} +0 -0
- package/{api/watch.js → watch.js} +0 -0
- package/api/logger.d.ts +0 -21
- package/api/logger.js +0 -9
- package/assert.d.ts +0 -11
- package/assert.js +0 -23
- package/expose.d.ts +0 -11
- package/expose.js +0 -28
- package/lib/index.js +0 -382
- package/lib/index.js.map +0 -1
- package/lib/index.umd.js +0 -1
- package/lib/index.umd.js.map +0 -1
- package/logger.d.ts +0 -15
- package/logger.js +0 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,389 +3,357 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# [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)
|
|
7
7
|
|
|
8
|
-
**Note:** Version bump only for package @thi.ng/api
|
|
9
8
|
|
|
9
|
+
### Build System
|
|
10
10
|
|
|
11
|
+
* major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea9fab2a645d6c5f2bf2591459b939c09b6))
|
|
11
12
|
|
|
12
13
|
|
|
14
|
+
### chore
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
* **api:** remove obsolete assert() ([5f6ec5c](https://github.com/thi-ng/umbrella/commit/5f6ec5c37d9268c2b40d74011219529e146a0aca))
|
|
15
17
|
|
|
16
|
-
**Note:** Version bump only for package @thi.ng/api
|
|
17
18
|
|
|
19
|
+
### Code Refactoring
|
|
18
20
|
|
|
21
|
+
* **api:** major pkg restructure ([98e286d](https://github.com/thi-ng/umbrella/commit/98e286dbf173dc8fe1daba7113b36bdc69a9bace))
|
|
19
22
|
|
|
20
23
|
|
|
24
|
+
### BREAKING CHANGES
|
|
21
25
|
|
|
22
|
-
|
|
26
|
+
* **api:** major pkg restructure, migrations
|
|
23
27
|
|
|
24
|
-
|
|
28
|
+
- migrate logging related types/classes to new thi.ng/logger pkg
|
|
29
|
+
- see e0399a8f6 for details
|
|
30
|
+
- migrate `exposeGlobal()` to new thi.ng/expose pkg
|
|
31
|
+
- see 323995fd7 for details
|
|
32
|
+
- lift /api source files to main /src folder for easier import
|
|
33
|
+
- this pkg now only contains type defs, constants, decorators and mixins
|
|
34
|
+
all other functionality migrated to other packages...
|
|
35
|
+
* **api:** assert() moved to thi.ng/errors pkg
|
|
25
36
|
|
|
37
|
+
- see 7030a6aec for details
|
|
38
|
+
* discontinue CommonJS & UMD versions
|
|
26
39
|
|
|
40
|
+
- only ESM modules will be published from now on
|
|
41
|
+
- CJS obsolete due to ESM support in recent versions of node:
|
|
42
|
+
- i.e. launch NodeJS via:
|
|
43
|
+
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
44
|
+
- in the node REPL use `await import(...)` instead of `require()`
|
|
45
|
+
- UMD obsolete due to widespread browser support for ESM
|
|
27
46
|
|
|
47
|
+
Also:
|
|
48
|
+
- normalize/restructure/reorg all package.json files
|
|
49
|
+
- cleanup all build scripts, remove obsolete
|
|
50
|
+
- switch from mocha to @thi.ng/testament for all tests
|
|
28
51
|
|
|
29
52
|
|
|
30
|
-
# [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)
|
|
31
53
|
|
|
32
54
|
|
|
33
|
-
### Features
|
|
34
55
|
|
|
35
|
-
* **api:** add StringOrSym type alias ([fb92c9d](https://github.com/thi-ng/umbrella/commit/fb92c9d93b4e795f60118e1167d5adb1bb108380))
|
|
36
56
|
|
|
57
|
+
# [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)
|
|
37
58
|
|
|
59
|
+
### Features
|
|
38
60
|
|
|
61
|
+
- **api:** add DeepArrayValue type ([a309fac](https://github.com/thi-ng/umbrella/commit/a309faca831651f611b9b056d9c7587f85b60087))
|
|
39
62
|
|
|
63
|
+
# [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)
|
|
40
64
|
|
|
41
|
-
|
|
65
|
+
### Features
|
|
42
66
|
|
|
67
|
+
- **api:** add StringOrSym type alias ([fb92c9d](https://github.com/thi-ng/umbrella/commit/fb92c9d93b4e795f60118e1167d5adb1bb108380))
|
|
43
68
|
|
|
44
|
-
|
|
69
|
+
# [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)
|
|
45
70
|
|
|
46
|
-
|
|
47
|
-
* **api:** add typedArrayType() classifier ([5c81fd8](https://github.com/thi-ng/umbrella/commit/5c81fd859514401c2c419b2ed3ec0f12025356c3))
|
|
48
|
-
* **api:** more finely grained typedarray types ([8316d05](https://github.com/thi-ng/umbrella/commit/8316d058f0b5f760afd89e8590619670210a970a))
|
|
49
|
-
* **api:** replace Type enum w/ strings consts ([a333d41](https://github.com/thi-ng/umbrella/commit/a333d418222972373cc1f9b256def2f79610d3fa))
|
|
71
|
+
### Features
|
|
50
72
|
|
|
73
|
+
- **api:** add Range type ([5d94974](https://github.com/thi-ng/umbrella/commit/5d94974c34ca81513d40743f2a9b9a3ed20146d3))
|
|
74
|
+
- **api:** add typedArrayType() classifier ([5c81fd8](https://github.com/thi-ng/umbrella/commit/5c81fd859514401c2c419b2ed3ec0f12025356c3))
|
|
75
|
+
- **api:** more finely grained typedarray types ([8316d05](https://github.com/thi-ng/umbrella/commit/8316d058f0b5f760afd89e8590619670210a970a))
|
|
76
|
+
- **api:** replace Type enum w/ strings consts ([a333d41](https://github.com/thi-ng/umbrella/commit/a333d418222972373cc1f9b256def2f79610d3fa))
|
|
51
77
|
|
|
52
|
-
###
|
|
53
|
-
|
|
54
|
-
* **api:** replace Type enum w/ string consts
|
|
78
|
+
### BREAKING CHANGES
|
|
55
79
|
|
|
56
|
-
-
|
|
57
|
-
- update
|
|
80
|
+
- **api:** replace Type enum w/ string consts
|
|
81
|
+
- update Type, UintType, IntType, FloatType aliases
|
|
82
|
+
- update GL2TYPE, TYPE2GL, SIZEOF, TYPEDARRAY_CTORS tables
|
|
58
83
|
- add asNativeType(), asGLType() conversions
|
|
59
84
|
- add sizeOf()
|
|
60
85
|
- add uintTypeForBits(), intTypeForBits()
|
|
61
86
|
- update/rename uintTypeForSize(), intTypeForSize()
|
|
62
87
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
88
|
# [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)
|
|
68
89
|
|
|
69
|
-
|
|
70
90
|
### Bug Fixes
|
|
71
91
|
|
|
72
|
-
|
|
73
|
-
|
|
92
|
+
- **api:** update assert() & exposeGlobal() detection ([2cdc038](https://github.com/thi-ng/umbrella/commit/2cdc038d5ae3f8efba7c71e708de6eda1d3a4dd5))
|
|
74
93
|
|
|
75
94
|
### Features
|
|
76
95
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
96
|
+
- **api:** add DeepPartial type ([0d9a0de](https://github.com/thi-ng/umbrella/commit/0d9a0de2c3b5029bdc49101727d234a065a94869))
|
|
97
|
+
- **api:** add FnU and FnN function types ([4ba48d0](https://github.com/thi-ng/umbrella/commit/4ba48d0dc4324c79c9e9b11d9e55b04b5c5f54c7))
|
|
83
98
|
|
|
84
99
|
# [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)
|
|
85
100
|
|
|
86
|
-
|
|
87
101
|
### Features
|
|
88
102
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
103
|
+
- **api:** add Always & ArrayValue types ([dcf9aeb](https://github.com/thi-ng/umbrella/commit/dcf9aebe93d73c06e2bb835b942e83ec6580755f))
|
|
94
104
|
|
|
95
105
|
# [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)
|
|
96
106
|
|
|
97
|
-
|
|
98
107
|
### Features
|
|
99
108
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
109
|
+
- **api:** add deref(), isDeref() fns & MaybeDeref ([722bf3e](https://github.com/thi-ng/umbrella/commit/722bf3e3a368c62575faff26695326dc72954d6d))
|
|
105
110
|
|
|
106
111
|
# [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)
|
|
107
112
|
|
|
108
|
-
|
|
109
113
|
### Features
|
|
110
114
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
115
|
+
- **api:** add LogLevelName type ([25b6c67](https://github.com/thi-ng/umbrella/commit/25b6c6774645eef6606e76b9e81149863e964d71))
|
|
116
116
|
|
|
117
117
|
# [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)
|
|
118
118
|
|
|
119
|
-
|
|
120
119
|
### Features
|
|
121
120
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
121
|
+
- **api:** add Derefed & DerefedKeys types ([95f1576](https://github.com/thi-ng/umbrella/commit/95f15765435e877aa92a66ac64933a962fbd2db5))
|
|
122
|
+
- **api:** add optional props in Keys/Val types ([08b88f0](https://github.com/thi-ng/umbrella/commit/08b88f0e74ffae0e4d8edddfbb5dff17f978a149))
|
|
123
|
+
- **api:** add Path0-8, PathVal1-8, DeepPath types ([0c76108](https://github.com/thi-ng/umbrella/commit/0c761085b60d27849650d51e851afd98f0f2b9ea))
|
|
124
|
+
- **api:** update Path alias, add doc strings ([e2b35bc](https://github.com/thi-ng/umbrella/commit/e2b35bc13cdf286d0e1cd60176eeb207525b064f))
|
|
130
125
|
|
|
131
126
|
# [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)
|
|
132
127
|
|
|
133
|
-
|
|
134
128
|
### Bug Fixes
|
|
135
129
|
|
|
136
|
-
|
|
137
|
-
|
|
130
|
+
- **api:** fix imports ([e3e0cdc](https://github.com/thi-ng/umbrella/commit/e3e0cdc244dd25f33c633e7477e56baf0a9e53e4))
|
|
138
131
|
|
|
139
132
|
### Features
|
|
140
133
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
134
|
+
- **api:** add TypedKeys, NumericKeys, StringKeys ([fab1a5e](https://github.com/thi-ng/umbrella/commit/fab1a5ec800b68c8170f7c9f138781c6e7fd4263))
|
|
146
135
|
|
|
147
136
|
# [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)
|
|
148
137
|
|
|
149
138
|
### Bug Fixes
|
|
150
139
|
|
|
151
|
-
|
|
140
|
+
- **api:** don't use optional chaining, update assert(), exposeGlobal() ([ddfc65e](https://github.com/thi-ng/umbrella/commit/ddfc65eb120d0f509cb18458f65497cb849bd305))
|
|
152
141
|
|
|
153
142
|
### Features
|
|
154
143
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
144
|
+
- **api:** add Drop, TupleLength, update Tuple ([dc79324](https://github.com/thi-ng/umbrella/commit/dc79324fbdc509b9d4dc2567b0a9106a25a62ea7))
|
|
145
|
+
- **api:** add exposeGlobal(), update assert(), update readme ([7981cc9](https://github.com/thi-ng/umbrella/commit/7981cc95703c95800a0346f9111276202c906c75))
|
|
146
|
+
- **api:** add IClear interface ([38f03ff](https://github.com/thi-ng/umbrella/commit/38f03ff205b29cd7819d3b8885c25e6b58a27381))
|
|
147
|
+
- **api:** add IReset interface ([d491bd0](https://github.com/thi-ng/umbrella/commit/d491bd081e3926eabab377085406b8eb93205ba0))
|
|
148
|
+
- **api:** add more RangeXX types & RangeValueMap ([654ea53](https://github.com/thi-ng/umbrella/commit/654ea53d068cc2b830608d6d69ab31df460eab3e))
|
|
149
|
+
- **api:** added the Head type ([f000a3d](https://github.com/thi-ng/umbrella/commit/f000a3d57442963363abd0aab6fe3309e711b1ab))
|
|
150
|
+
- **api:** added the Init type ([f6c333a](https://github.com/thi-ng/umbrella/commit/f6c333a7079a18ec7594a0ceefc2a425eead9d07))
|
|
151
|
+
- **api:** added the KeysN type ([e0f0e90](https://github.com/thi-ng/umbrella/commit/e0f0e9002eac4b4d3e7d39e634929a4c390d1463))
|
|
152
|
+
- **api:** added the Last type ([44ae2f7](https://github.com/thi-ng/umbrella/commit/44ae2f770d33fa1b25f8fc7e14b3caf5bada7bc6))
|
|
153
|
+
- **api:** added the Prepend type ([7bfe7a8](https://github.com/thi-ng/umbrella/commit/7bfe7a8756818b5879d698500fc203c583e185f9))
|
|
154
|
+
- **api:** added the ReplaceN type ([4da54ae](https://github.com/thi-ng/umbrella/commit/4da54aea15d3bd4f33b040e2220a43e1bb95ea11))
|
|
155
|
+
- **api:** added the Reverse type ([88cfaa4](https://github.com/thi-ng/umbrella/commit/88cfaa45bab2f85d176dc6ad9d3551a9f431d68d))
|
|
156
|
+
- **api:** added the Tail type ([fa59ff3](https://github.com/thi-ng/umbrella/commit/fa59ff3a5a30b9b2e226a363a18dedaca512e1db))
|
|
157
|
+
- **api:** added the ValN type ([b48623f](https://github.com/thi-ng/umbrella/commit/b48623fdf539962fff9bd805adf5e6b3d24fc23e))
|
|
158
|
+
- **api:** added the WithoutN type ([0d13af5](https://github.com/thi-ng/umbrella/commit/0d13af539bff270a15cc896515bd4cb5cf39ee0c))
|
|
170
159
|
|
|
171
160
|
# [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)
|
|
172
161
|
|
|
173
162
|
### Features
|
|
174
163
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
164
|
+
- **api:** add ISeq, ISeqable ([541e9c8](https://github.com/thi-ng/umbrella/commit/541e9c8bdf95ece80b74e630eeb428876b7d7bc9))
|
|
165
|
+
- **api:** add Uint/Int/FloatType & helpers ([1d3c824](https://github.com/thi-ng/umbrella/commit/1d3c824f3647cbc7ced7f3289b184474f3281674))
|
|
166
|
+
- **api:** add WithoutX & ReplaceX types, update KeysX/ValX ([7707370](https://github.com/thi-ng/umbrella/commit/7707370741dc0835218f4a9302e6076e70bf8fba))
|
|
178
167
|
|
|
179
168
|
# [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)
|
|
180
169
|
|
|
181
170
|
### Features
|
|
182
171
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
172
|
+
- **api:** add RangeXX types ([fc9cf21](https://github.com/thi-ng/umbrella/commit/fc9cf212ec97a719bca6f3214215f5d0aa479ea8))
|
|
173
|
+
- **api:** add typedArray() factory, update type mappers, docs ([ac7fa13](https://github.com/thi-ng/umbrella/commit/ac7fa13fa602947ae4b30c943d8d8fddcd602381))
|
|
174
|
+
- **api:** add types, split api.ts into separate files ([b72e664](https://github.com/thi-ng/umbrella/commit/b72e6641626314761488122a1bc55bc2e802eb74))
|
|
186
175
|
|
|
187
176
|
# [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)
|
|
188
177
|
|
|
189
178
|
### Features
|
|
190
179
|
|
|
191
|
-
|
|
180
|
+
- **api:** add Nullable ([8366223](https://github.com/thi-ng/umbrella/commit/8366223))
|
|
192
181
|
|
|
193
182
|
# [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)
|
|
194
183
|
|
|
195
184
|
### Features
|
|
196
185
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
186
|
+
- **api:** add Select2/3/4 conditional types ([a4bfb88](https://github.com/thi-ng/umbrella/commit/a4bfb88))
|
|
187
|
+
- **api:** enable TS strict compiler flags (refactor) ([0430d01](https://github.com/thi-ng/umbrella/commit/0430d01))
|
|
188
|
+
- **api:** update assert() message arg types ([6137b48](https://github.com/thi-ng/umbrella/commit/6137b48))
|
|
200
189
|
|
|
201
190
|
# [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)
|
|
202
191
|
|
|
203
192
|
### Features
|
|
204
193
|
|
|
205
|
-
|
|
194
|
+
- **api:** add Type enum, IntArray, UIntArray, FloatArray, SIZEOF ([b0c44fe](https://github.com/thi-ng/umbrella/commit/b0c44fe))
|
|
206
195
|
|
|
207
196
|
## [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)
|
|
208
197
|
|
|
209
198
|
### Bug Fixes
|
|
210
199
|
|
|
211
|
-
|
|
200
|
+
- **api:** make LogLevel non-const enum, minor fix ConsoleLogger ([88d5e9d](https://github.com/thi-ng/umbrella/commit/88d5e9d))
|
|
212
201
|
|
|
213
202
|
# [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)
|
|
214
203
|
|
|
215
204
|
### Features
|
|
216
205
|
|
|
217
|
-
|
|
218
|
-
|
|
206
|
+
- **api:** add common logging types & default impls ([4578604](https://github.com/thi-ng/umbrella/commit/4578604))
|
|
207
|
+
- **api:** update ILogger, freeze NULL_LOGGER ([27ff8de](https://github.com/thi-ng/umbrella/commit/27ff8de))
|
|
219
208
|
|
|
220
|
-
#
|
|
209
|
+
# [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)
|
|
221
210
|
|
|
222
|
-
###
|
|
211
|
+
### Features
|
|
223
212
|
|
|
224
|
-
|
|
213
|
+
- **api:** add new types, update existing ([560eb90](https://github.com/thi-ng/umbrella/commit/560eb90))
|
|
225
214
|
|
|
226
|
-
###
|
|
215
|
+
### BREAKING CHANGES
|
|
227
216
|
|
|
228
|
-
|
|
217
|
+
- **api:** split up, remove & update various interfaces
|
|
218
|
+
- split IAssociative => IAssoc, IAssocIn
|
|
219
|
+
- update IDissoc, add IDissocIn
|
|
220
|
+
- split IGet => IGet, IGetIn
|
|
221
|
+
- update IInto generics & return type
|
|
222
|
+
- update ISet, remove IImmutableSet
|
|
223
|
+
- update IStack, remove IImmutableStack
|
|
229
224
|
|
|
230
|
-
-
|
|
231
|
-
- update IDissoc, add IDissocIn
|
|
232
|
-
- split IGet => IGet, IGetIn
|
|
233
|
-
- update IInto generics & return type
|
|
234
|
-
- update ISet, remove IImmutableSet
|
|
235
|
-
- update IStack, remove IImmutableStack
|
|
225
|
+
# [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)
|
|
236
226
|
|
|
237
|
-
|
|
227
|
+
### Features
|
|
238
228
|
|
|
239
|
-
|
|
229
|
+
- **api:** add additional Fn arities ([33c7dfe](https://github.com/thi-ng/umbrella/commit/33c7dfe))
|
|
230
|
+
- **api:** add more Fn type aliases, update existing ([3707e61](https://github.com/thi-ng/umbrella/commit/3707e61))
|
|
240
231
|
|
|
241
|
-
|
|
242
|
-
* **api:** add more Fn type aliases, update existing ([3707e61](https://github.com/thi-ng/umbrella/commit/3707e61))
|
|
232
|
+
# [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)
|
|
243
233
|
|
|
244
|
-
|
|
234
|
+
### Bug Fixes
|
|
245
235
|
|
|
246
|
-
|
|
236
|
+
- **api:** update assert(), re-export mixin() ([9f91cfa](https://github.com/thi-ng/umbrella/commit/9f91cfa))
|
|
247
237
|
|
|
248
|
-
|
|
238
|
+
### Build System
|
|
249
239
|
|
|
250
|
-
|
|
240
|
+
- **api:** update package build scripts / outputs ([f913d7b](https://github.com/thi-ng/umbrella/commit/f913d7b))
|
|
251
241
|
|
|
252
|
-
|
|
242
|
+
### Features
|
|
253
243
|
|
|
254
|
-
|
|
244
|
+
- **api:** add assert() ([d381ace](https://github.com/thi-ng/umbrella/commit/d381ace))
|
|
255
245
|
|
|
256
|
-
|
|
246
|
+
### BREAKING CHANGES
|
|
257
247
|
|
|
258
|
-
|
|
248
|
+
- **api:** rename mixins to avoid name clashes, update decorators
|
|
249
|
+
- append `Mixin` suffix to all mixins (i.e. `INotify` => `INotifyMixin`)
|
|
250
|
+
- update re-exports of mixins & decorators (no more nested child namespace)
|
|
259
251
|
|
|
260
|
-
|
|
252
|
+
# [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)
|
|
261
253
|
|
|
262
|
-
|
|
263
|
-
- update re-exports of mixins & decorators (no more nested child namespace)
|
|
254
|
+
### Features
|
|
264
255
|
|
|
265
|
-
|
|
266
|
-
# [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)
|
|
256
|
+
- **api:** add `IToHiccup` interface ([e390a54](https://github.com/thi-ng/umbrella/commit/e390a54))
|
|
267
257
|
|
|
268
|
-
|
|
258
|
+
# [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)
|
|
269
259
|
|
|
270
|
-
|
|
260
|
+
### Features
|
|
271
261
|
|
|
272
|
-
|
|
273
|
-
|
|
262
|
+
- **api:** add new/move type aliases into api.ts ([cf30ba2](https://github.com/thi-ng/umbrella/commit/cf30ba2))
|
|
263
|
+
- **api:** add NumericArray and TypedArray types ([519394b](https://github.com/thi-ng/umbrella/commit/519394b))
|
|
274
264
|
|
|
275
|
-
|
|
265
|
+
# [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)
|
|
276
266
|
|
|
277
|
-
|
|
278
|
-
* **api:** add NumericArray and TypedArray types ([519394b](https://github.com/thi-ng/umbrella/commit/519394b))
|
|
267
|
+
### Code Refactoring
|
|
279
268
|
|
|
280
|
-
|
|
281
|
-
# [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)
|
|
269
|
+
- **api:** update interfaces, add docs ([9b38860](https://github.com/thi-ng/umbrella/commit/9b38860))
|
|
282
270
|
|
|
283
|
-
###
|
|
271
|
+
### BREAKING CHANGES
|
|
284
272
|
|
|
285
|
-
|
|
273
|
+
- **api:** IBind, IEnable now include generics, update IIndexed, IMeta, ISet, IStack
|
|
274
|
+
- add IInto
|
|
275
|
+
- add IImmutableSet
|
|
276
|
+
- add IImmutableStack
|
|
277
|
+
- minor update IEnabled mixin
|
|
286
278
|
|
|
287
|
-
|
|
279
|
+
# [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)
|
|
288
280
|
|
|
289
|
-
|
|
290
|
-
update IIndexed, IMeta, ISet, IStack
|
|
281
|
+
### Code Refactoring
|
|
291
282
|
|
|
292
|
-
-
|
|
293
|
-
- add IImmutableSet
|
|
294
|
-
- add IImmutableStack
|
|
295
|
-
- minor update IEnabled mixin
|
|
283
|
+
- **api:** remove obsolete files from package ([f051ca3](https://github.com/thi-ng/umbrella/commit/f051ca3))
|
|
296
284
|
|
|
297
|
-
|
|
298
|
-
# [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)
|
|
285
|
+
### BREAKING CHANGES
|
|
299
286
|
|
|
300
|
-
|
|
287
|
+
- **api:** @thi.ng/api now only contains type declarations, decorators and mixins. All other features have been moved to new dedicated packages:
|
|
288
|
+
- @thi.ng/bench
|
|
289
|
+
- @thi.ng/compare
|
|
290
|
+
- @thi.ng/equiv
|
|
291
|
+
- @thi.ng/errors
|
|
301
292
|
|
|
302
|
-
|
|
293
|
+
## [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)
|
|
303
294
|
|
|
304
|
-
###
|
|
295
|
+
### Performance Improvements
|
|
305
296
|
|
|
306
|
-
|
|
307
|
-
decorators and mixins. All other features have been moved
|
|
308
|
-
to new dedicated packages:
|
|
297
|
+
- **api:** major speedup equivObject(), update equivSet() ([7fdf172](https://github.com/thi-ng/umbrella/commit/7fdf172))
|
|
309
298
|
|
|
310
|
-
-
|
|
311
|
-
- @thi.ng/compare
|
|
312
|
-
- @thi.ng/equiv
|
|
313
|
-
- @thi.ng/errors
|
|
299
|
+
# [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)
|
|
314
300
|
|
|
315
|
-
|
|
316
|
-
## [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)
|
|
301
|
+
### Features
|
|
317
302
|
|
|
318
|
-
|
|
303
|
+
- **api:** support more types in equiv(), add tests ([2ac8bff](https://github.com/thi-ng/umbrella/commit/2ac8bff))
|
|
319
304
|
|
|
320
|
-
|
|
305
|
+
# [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)
|
|
321
306
|
|
|
322
|
-
|
|
323
|
-
# [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)
|
|
307
|
+
### Features
|
|
324
308
|
|
|
325
|
-
|
|
309
|
+
- **api:** add bench() & timed() utils ([d310345](https://github.com/thi-ng/umbrella/commit/d310345))
|
|
326
310
|
|
|
327
|
-
|
|
311
|
+
## [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)
|
|
328
312
|
|
|
329
|
-
|
|
330
|
-
# [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)
|
|
313
|
+
### Bug Fixes
|
|
331
314
|
|
|
332
|
-
|
|
315
|
+
- **api:** illegalState() creates IllegalStateError ([2b7e99b](https://github.com/thi-ng/umbrella/commit/2b7e99b))
|
|
333
316
|
|
|
334
|
-
|
|
317
|
+
# [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)
|
|
335
318
|
|
|
336
|
-
|
|
337
|
-
## [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)
|
|
319
|
+
### Features
|
|
338
320
|
|
|
339
|
-
|
|
321
|
+
- **api:** add error types & ctor fns ([4d3785f](https://github.com/thi-ng/umbrella/commit/4d3785f))
|
|
340
322
|
|
|
341
|
-
|
|
323
|
+
## [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)
|
|
342
324
|
|
|
343
|
-
|
|
344
|
-
# [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)
|
|
325
|
+
### Bug Fixes
|
|
345
326
|
|
|
346
|
-
|
|
327
|
+
- **api:** update compare() & equiv() ([110a9de](https://github.com/thi-ng/umbrella/commit/110a9de))
|
|
347
328
|
|
|
348
|
-
|
|
329
|
+
# [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)
|
|
349
330
|
|
|
350
|
-
|
|
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)
|
|
331
|
+
### Bug Fixes
|
|
352
332
|
|
|
353
|
-
|
|
333
|
+
- **api:** fix equiv string handling, update tests ([1354e29](https://github.com/thi-ng/umbrella/commit/1354e29))
|
|
354
334
|
|
|
355
|
-
|
|
335
|
+
### Features
|
|
356
336
|
|
|
357
|
-
|
|
358
|
-
# [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)
|
|
337
|
+
- **api:** update equiv() null handling, add tests ([878520e](https://github.com/thi-ng/umbrella/commit/878520e))
|
|
359
338
|
|
|
360
|
-
###
|
|
339
|
+
### BREAKING CHANGES
|
|
361
340
|
|
|
362
|
-
|
|
341
|
+
- **api:** equiv now treats null & undefined as equal
|
|
363
342
|
|
|
364
|
-
|
|
343
|
+
# [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)
|
|
365
344
|
|
|
366
|
-
|
|
345
|
+
### Features
|
|
367
346
|
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
* **api:** equiv now treats null & undefined as equal
|
|
371
|
-
|
|
372
|
-
<a name="1.5.0"></a>
|
|
373
|
-
# [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)
|
|
374
|
-
|
|
375
|
-
### Features
|
|
376
|
-
|
|
377
|
-
* **api:** add Predicate2 & StatefulPredicate2 types ([fbf8453](https://github.com/thi-ng/umbrella/commit/fbf8453))
|
|
347
|
+
- **api:** add Predicate2 & StatefulPredicate2 types ([fbf8453](https://github.com/thi-ng/umbrella/commit/fbf8453))
|
|
378
348
|
|
|
379
|
-
|
|
380
|
-
# [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)
|
|
349
|
+
# [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)
|
|
381
350
|
|
|
382
|
-
###
|
|
351
|
+
### Features
|
|
383
352
|
|
|
384
|
-
|
|
353
|
+
- **api:** update IWatch & mixin, boolean returns ([bddd5ce](https://github.com/thi-ng/umbrella/commit/bddd5ce))
|
|
385
354
|
|
|
386
|
-
|
|
387
|
-
# [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)
|
|
355
|
+
# [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)
|
|
388
356
|
|
|
389
|
-
###
|
|
357
|
+
### Features
|
|
390
358
|
|
|
391
|
-
|
|
359
|
+
- **api:** add StatefulPredicate ([c74353b](https://github.com/thi-ng/umbrella/commit/c74353b))
|