@thi.ng/rstream 6.0.19 → 7.0.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.
Files changed (85) hide show
  1. package/CHANGELOG.md +44 -703
  2. package/README.md +68 -50
  3. package/api.d.ts +2 -4
  4. package/api.js +0 -3
  5. package/{subs/asidechain.d.ts → asidechain.d.ts} +2 -2
  6. package/{subs/asidechain.js → asidechain.js} +2 -1
  7. package/{from/atom.d.ts → atom.d.ts} +2 -3
  8. package/{from/atom.js → atom.js} +8 -4
  9. package/{subs/bisect.d.ts → bisect.d.ts} +2 -2
  10. package/{subs/bisect.js → bisect.js} +3 -3
  11. package/{utils/checks.d.ts → checks.d.ts} +2 -1
  12. package/{utils/checks.js → checks.js} +3 -1
  13. package/{subs/debounce.d.ts → debounce.d.ts} +2 -2
  14. package/{subs/debounce.js → debounce.js} +7 -4
  15. package/defworker.d.ts +3 -0
  16. package/defworker.js +4 -0
  17. package/{from/event.d.ts → event.d.ts} +2 -2
  18. package/{from/event.js → event.js} +4 -4
  19. package/forkjoin.d.ts +2 -2
  20. package/forkjoin.js +8 -3
  21. package/idgen.d.ts +10 -0
  22. package/idgen.js +9 -0
  23. package/index.d.ts +35 -33
  24. package/index.js +35 -33
  25. package/internal/remove.d.ts +4 -0
  26. package/internal/remove.js +7 -0
  27. package/{from/interval.d.ts → interval.d.ts} +2 -3
  28. package/{from/interval.js → interval.js} +8 -5
  29. package/{from/iterable.d.ts → iterable.d.ts} +3 -4
  30. package/{from/iterable.js → iterable.js} +7 -7
  31. package/logger.d.ts +4 -0
  32. package/logger.js +3 -0
  33. package/{stream-merge.d.ts → merge.d.ts} +3 -3
  34. package/{stream-merge.js → merge.js} +8 -10
  35. package/metastream.d.ts +3 -3
  36. package/metastream.js +10 -5
  37. package/{from/object.d.ts → object.d.ts} +2 -2
  38. package/{from/object.js → object.js} +13 -6
  39. package/package.json +140 -31
  40. package/{subs/post-worker.d.ts → post-worker.d.ts} +1 -1
  41. package/{subs/post-worker.js → post-worker.js} +5 -4
  42. package/{from/promise.d.ts → promise.d.ts} +2 -3
  43. package/{from/promise.js → promise.js} +5 -5
  44. package/{from/promises.d.ts → promises.d.ts} +1 -1
  45. package/{from/promises.js → promises.js} +4 -4
  46. package/pubsub.d.ts +3 -3
  47. package/pubsub.js +14 -8
  48. package/{from/raf.d.ts → raf.d.ts} +2 -3
  49. package/{from/raf.js → raf.js} +6 -6
  50. package/{subs/resolve.d.ts → resolve.d.ts} +1 -1
  51. package/{subs/resolve.js → resolve.js} +7 -5
  52. package/{subs/sidechain-partition.d.ts → sidechain-partition.d.ts} +4 -4
  53. package/{subs/sidechain-partition.js → sidechain-partition.js} +8 -7
  54. package/{subs/sidechain-toggle.d.ts → sidechain-toggle.d.ts} +3 -3
  55. package/{subs/sidechain-toggle.js → sidechain-toggle.js} +5 -4
  56. package/stream.d.ts +2 -2
  57. package/stream.js +9 -5
  58. package/subscription.d.ts +4 -3
  59. package/subscription.js +37 -15
  60. package/{stream-sync.d.ts → sync.d.ts} +4 -4
  61. package/{stream-sync.js → sync.js} +33 -12
  62. package/{subs/timeout.d.ts → timeout.d.ts} +2 -2
  63. package/{subs/timeout.js → timeout.js} +8 -4
  64. package/{subs/trace.d.ts → trace.d.ts} +1 -1
  65. package/{subs/trace.js → trace.js} +0 -0
  66. package/{subs/transduce.d.ts → transduce.d.ts} +1 -1
  67. package/{subs/transduce.js → transduce.js} +1 -1
  68. package/trigger.d.ts +2 -2
  69. package/trigger.js +3 -3
  70. package/{subs/tunnel.d.ts → tunnel.d.ts} +1 -1
  71. package/{subs/tunnel.js → tunnel.js} +13 -6
  72. package/tween.d.ts +5 -5
  73. package/tween.js +8 -6
  74. package/{from/view.d.ts → view.d.ts} +3 -3
  75. package/{from/view.js → view.js} +4 -4
  76. package/{from/worker.d.ts → worker.d.ts} +2 -3
  77. package/{from/worker.js → worker.js} +7 -7
  78. package/lib/index.js +0 -1148
  79. package/lib/index.js.map +0 -1
  80. package/lib/index.umd.js +0 -1
  81. package/lib/index.umd.js.map +0 -1
  82. package/utils/idgen.d.ts +0 -4
  83. package/utils/idgen.js +0 -3
  84. package/utils/worker.d.ts +0 -3
  85. package/utils/worker.js +0 -4
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.0.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.18...@thi.ng/rstream@6.0.19) (2021-08-19)
6
+ ## [7.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@7.0.0...@thi.ng/rstream@7.0.1) (2021-10-13)
7
7
 
8
8
  **Note:** Version bump only for package @thi.ng/rstream
9
9
 
@@ -11,732 +11,73 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [6.0.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.17...@thi.ng/rstream@6.0.18) (2021-08-19)
14
+ # [7.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.21...@thi.ng/rstream@7.0.0) (2021-10-12)
15
15
 
16
- **Note:** Version bump only for package @thi.ng/rstream
17
-
18
-
19
-
20
-
21
-
22
- ## [6.0.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.16...@thi.ng/rstream@6.0.17) (2021-08-17)
23
-
24
- **Note:** Version bump only for package @thi.ng/rstream
25
-
26
-
27
-
28
-
29
-
30
- ## [6.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.15...@thi.ng/rstream@6.0.16) (2021-08-08)
31
-
32
- **Note:** Version bump only for package @thi.ng/rstream
33
-
34
-
35
-
36
-
37
-
38
- ## [6.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.14...@thi.ng/rstream@6.0.15) (2021-08-08)
39
-
40
- **Note:** Version bump only for package @thi.ng/rstream
41
-
42
-
43
-
44
-
45
-
46
- ## [6.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.13...@thi.ng/rstream@6.0.14) (2021-08-08)
47
-
48
-
49
- ### Bug Fixes
50
-
51
- * **rstream:** fix [#305](https://github.com/thi-ng/umbrella/issues/305), metaStream() factory arg type ([2bc7bff](https://github.com/thi-ng/umbrella/commit/2bc7bff2eff9331d3a52830d0275d47fc7c59e78))
52
-
53
-
54
-
55
-
56
-
57
- ## [6.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.12...@thi.ng/rstream@6.0.13) (2021-08-04)
58
-
59
- **Note:** Version bump only for package @thi.ng/rstream
60
-
61
-
62
-
63
-
64
-
65
- ## [6.0.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.11...@thi.ng/rstream@6.0.12) (2021-08-04)
66
-
67
- **Note:** Version bump only for package @thi.ng/rstream
68
-
69
-
70
-
71
-
72
-
73
- ## [6.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.10...@thi.ng/rstream@6.0.11) (2021-07-27)
74
-
75
- **Note:** Version bump only for package @thi.ng/rstream
76
-
77
-
78
-
79
-
80
-
81
- ## [6.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.9...@thi.ng/rstream@6.0.10) (2021-07-01)
82
-
83
- **Note:** Version bump only for package @thi.ng/rstream
84
-
85
-
86
-
87
-
88
-
89
- ## [6.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.8...@thi.ng/rstream@6.0.9) (2021-06-08)
90
-
91
- **Note:** Version bump only for package @thi.ng/rstream
92
-
93
-
94
-
95
-
96
-
97
- # [6.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@5.1.7...@thi.ng/rstream@6.0.0) (2021-03-12)
98
-
99
-
100
- ### Bug Fixes
101
-
102
- * **rstream:** fix wrong imports ([ae4866a](https://github.com/thi-ng/umbrella/commit/ae4866adb52800af4dee30392d8482befd8a9435))
103
- * **rstream:** minor update/revert sub ctor args ([c651421](https://github.com/thi-ng/umbrella/commit/c651421e7809df1a37103628e54d3e21161e8c0a))
104
- * **rstream:** PubSub dispatch & error handling ([cca0f34](https://github.com/thi-ng/umbrella/commit/cca0f34568c9e1a6c30a6a423e7469a477e5a76d))
105
- * **rstream:** update failing tests ([ae591a1](https://github.com/thi-ng/umbrella/commit/ae591a1a8a8647768d38b783c094ae1bbe94a278))
106
-
107
-
108
- ### Features
109
-
110
- * **rstream:** [#281](https://github.com/thi-ng/umbrella/issues/281) update Subscription error/teardown logic ([a9e4040](https://github.com/thi-ng/umbrella/commit/a9e40407d0c0ec4e3ffdd3983d70a9e40aec2356))
111
- * **rstream:** add .transform() error handler opt ([#276](https://github.com/thi-ng/umbrella/issues/276)) ([22c6f7c](https://github.com/thi-ng/umbrella/commit/22c6f7cb25516359690811c39a184b0e9838ea02))
112
- * **rstream:** add generic type for PubSub topics ([08adc5f](https://github.com/thi-ng/umbrella/commit/08adc5f2f6c719cdda0a8eb4e5548bf6c5c1cf75))
113
- * **rstream:** add ISubscription interface ([98edee0](https://github.com/thi-ng/umbrella/commit/98edee0bc84763547a1c06394d78456565fbc9de))
114
- * **rstream:** add PubSub.transformTopic() ([123e15d](https://github.com/thi-ng/umbrella/commit/123e15d84557990c682ed80f9f97eafe94c09b43))
115
- * **rstream:** add sidechainPartitionRAF() ([a101626](https://github.com/thi-ng/umbrella/commit/a10162625836d5392199d34149c281f9cc47a572))
116
- * **rstream:** add StreamSource error handling ([73023b6](https://github.com/thi-ng/umbrella/commit/73023b6979dd0cf4b95c6d072bfbda8c12ba9438))
117
- * **rstream:** add Sub2 WIP impl ([de4149b](https://github.com/thi-ng/umbrella/commit/de4149bc0504c4be9faef8b467eee74ecf9caa05))
118
- * **rstream:** further simplify ISubscribable & impls ([9e290fe](https://github.com/thi-ng/umbrella/commit/9e290fe2e3813d0096eacd28d700f9000155bc5e))
119
- * **rstream:** log error to console ([594d806](https://github.com/thi-ng/umbrella/commit/594d806fbc2176d3458d80e390baa0cb4b0d7b60)), closes [#125](https://github.com/thi-ng/umbrella/issues/125) [#276](https://github.com/thi-ng/umbrella/issues/276)
120
- * **rstream:** update DONE state & teardown logic ([a8a8c44](https://github.com/thi-ng/umbrella/commit/a8a8c44ed8a42b91f92fe9040cb1ce28b17113e7))
121
- * **rstream:** update error handler sig ([#281](https://github.com/thi-ng/umbrella/issues/281)) ([015380a](https://github.com/thi-ng/umbrella/commit/015380ac20e342f83757556e158320e23a42502a))
122
- * **rstream:** update ITransformable.transform() ([fe0eaa9](https://github.com/thi-ng/umbrella/commit/fe0eaa9f145d627dce67acfe2650c38222121ad1))
123
- * **rstream:** update PubSub ([fa87168](https://github.com/thi-ng/umbrella/commit/fa87168ffbb683aed495b7786a4d100510d29c04))
124
- * **rstream:** update Sub2, State enum ([db0ab34](https://github.com/thi-ng/umbrella/commit/db0ab34fcea8869d9c85c51f5faacf1e1f6bb0ec))
125
- * **rstream:** update Subscription FSM, add/update tests ([ea1d0c1](https://github.com/thi-ng/umbrella/commit/ea1d0c1fe2132cf00e2f2851cb770007a5965c13))
126
-
127
-
128
- ### Performance Improvements
129
-
130
- * **rstream:** revert to storing child subs in array ([014bf20](https://github.com/thi-ng/umbrella/commit/014bf20ee3fdfa31377a08eaa5dc8fe211cadeac))
131
-
132
-
133
- ### BREAKING CHANGES
134
-
135
- * **rstream:** remove `.subscribe(sub, xform, opts)` signature.
136
- Transducer now supplied via `xform` key in `opts` (or use `.transform()`
137
- instead of `.subscribe()`)
138
-
139
- - further simplify `Subscription.subscribe()` / `.transform()`
140
- - update Subscription ctor args
141
- - make `.subscribe()` child subs partial again
142
- - remove temporary & obsolete again `DUMMY` subscriber
143
- - add docs
144
- - update tests
145
- * **rstream:** replace transducer only version of
146
- `PubSub.subscribeTopic()` with new `.transformTopic()`.
147
- Similarly to 22c6f7cb2, `.subscribeTopic()` subs also need to
148
- provide at least a `next` key (for typechecking only)
149
-
150
- - add .transformTopic() w/ opt error handling support
151
- - TODO multi-transducer overrides for .transformTopic()
152
- * **rstream:** update ISubscribable contract, remove transducer
153
- only version of `.subscribe()`, MUST provide dummy sub w/ transducer
154
- OR (better) use `.transform()` instead (which also more clearly
155
- communicates intention...)
156
-
157
- - another breaking change side effect for `.subscribe()`:
158
- `next()` handlers MUST be provided now in first arg (child sub), this
159
- is NOT because they're mandatory now, but TS won't be able to
160
- correctly infer arg types when using `Partial<ISubscriber<T>>`
161
- - add `DUMMY` subscriber constant w/ empty `next() {}`
162
- - simplify internal `.subscribe()` logic
163
- - add `WithErrorHandlerOpts` interface
164
- - update `.transform()` & `.map()`: add error handling support
165
-
166
-
167
-
168
-
169
-
170
- ## [5.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@5.1.1...@thi.ng/rstream@5.1.2) (2021-02-22)
171
-
172
-
173
- ### Bug Fixes
174
-
175
- * **rstream:** add auto IDs for bisect/debounce() ([89b1def](https://github.com/thi-ng/umbrella/commit/89b1def89f34723ebd1bc1c188b0166293eac6cc))
176
-
177
-
178
-
179
-
180
-
181
- # [5.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@5.0.15...@thi.ng/rstream@5.1.0) (2021-01-22)
182
-
183
-
184
- ### Features
185
-
186
- * **rstream:** add CommonOpts for .map() ([6324123](https://github.com/thi-ng/umbrella/commit/63241231a93c34fa5fb834706f26e024adf3100b))
187
-
188
-
189
-
190
-
191
-
192
- ## [5.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@5.0.3...@thi.ng/rstream@5.0.4) (2020-09-13)
193
-
194
-
195
- ### Bug Fixes
196
-
197
- * **rstream:** update PubSub.subscribeTopic(), fix [#248](https://github.com/thi-ng/umbrella/issues/248) ([3e2240a](https://github.com/thi-ng/umbrella/commit/3e2240ababeee342857eead64c491789cc97b960))
198
-
199
-
200
-
201
-
202
-
203
- # [5.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.6.5...@thi.ng/rstream@5.0.0) (2020-07-28)
204
-
205
-
206
- ### Features
207
-
208
- * **rstream:** fix/update StreamSync type inference ([c9d983d](https://github.com/thi-ng/umbrella/commit/c9d983dec69f508efb8cd66f377f57c78489abcc))
209
-
210
-
211
- ### BREAKING CHANGES
212
-
213
- * **rstream:** better StreamSync generics handling/inference &
214
- updated StreamSyncOpts
215
-
216
- - `src` opt (input sources) MUST be given as object now
217
- (specifying inputs as array not supported anymore, use `autoObj()`
218
- from transducers package to convert array into auto-labeled object)
219
- - update StreamSync inference rules to better determine result type
220
- - simplify .addAll()
221
- - generics now *usually* don't need to manually be specified anymore
222
- (with some exceptions)
223
- - update tests
224
-
225
-
226
-
227
-
228
-
229
- # [4.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.5.1...@thi.ng/rstream@4.6.0) (2020-07-08)
230
-
231
-
232
- ### Features
233
-
234
- * **rstream:** add Subscription.map() syntax sugar ([a00485e](https://github.com/thi-ng/umbrella/commit/a00485e93600783691d6eaf6088d6625fb26630c))
235
-
236
-
237
-
238
-
239
-
240
- # [4.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.4.1...@thi.ng/rstream@4.5.0) (2020-07-02)
241
-
242
-
243
- ### Features
244
-
245
- * **rstream:** add reactive(), update readme ([e508faa](https://github.com/thi-ng/umbrella/commit/e508faa2fa110ddc812e8f3d750a6d7060ee57d6))
246
-
247
-
248
-
249
-
250
-
251
- # [4.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.3.5...@thi.ng/rstream@4.4.0) (2020-06-14)
252
-
253
-
254
- ### Features
255
-
256
- * **rstream:** add debounce() sub & tests ([9c53bb4](https://github.com/thi-ng/umbrella/commit/9c53bb4faffee0a06046de64325f0b4ddeedd3a0))
257
- * **rstream:** add emitLast metastream option ([1073735](https://github.com/thi-ng/umbrella/commit/107373574cd6f15531e6210c016cde1a9939e040))
258
- * **rstream:** add error handling for transducer phase ([609424e](https://github.com/thi-ng/umbrella/commit/609424e6b332e5f2df89d07b6b5af02fc5b4ba99))
259
-
260
-
261
-
262
-
263
-
264
- ## [4.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.3.0...@thi.ng/rstream@4.3.1) (2020-05-16)
265
-
266
-
267
- ### Bug Fixes
268
-
269
- * **rstream:** initial default val handling in fromObject() ([25117e3](https://github.com/thi-ng/umbrella/commit/25117e3e6fe145c2a1c30fa5a97d997e1929900c))
270
-
271
-
272
-
273
-
274
-
275
- # [4.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.2.0...@thi.ng/rstream@4.3.0) (2020-05-16)
276
-
277
-
278
- ### Features
279
-
280
- * **rstream:** extend fromObject() features/opts ([975f74c](https://github.com/thi-ng/umbrella/commit/975f74c88ccd8ca9560505f0de74cc8d28c05ac0))
281
-
282
-
283
-
284
-
285
-
286
- # [4.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.1.0...@thi.ng/rstream@4.2.0) (2020-05-15)
287
-
288
-
289
- ### Features
290
-
291
- * **rstream:** add fromObject(), add docs & tests ([5e854eb](https://github.com/thi-ng/umbrella/commit/5e854eb64c28eac2221b656db528b819449bdcbd))
292
- * **rstream:** update fromObject(), add StreamObjOpts, update docs ([f3ca3b6](https://github.com/thi-ng/umbrella/commit/f3ca3b6fef4568cb5c8992166e1db931c173ffca))
293
-
294
-
295
-
296
-
297
-
298
- # [4.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.0.8...@thi.ng/rstream@4.1.0) (2020-05-14)
299
-
300
-
301
- ### Features
302
-
303
- * **rstream:** [#221](https://github.com/thi-ng/umbrella/issues/221), update StreamSync input removal ([52ee040](https://github.com/thi-ng/umbrella/commit/52ee04010814aa6aa3362f8bd1b52ea857ff8ed0))
304
-
305
-
306
-
307
-
308
-
309
- ## [4.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.0.7...@thi.ng/rstream@4.0.8) (2020-05-03)
310
-
311
-
312
- ### Bug Fixes
313
-
314
- * **rstream:** MetaStream close mode handling ([2d9e907](https://github.com/thi-ng/umbrella/commit/2d9e907e9c5a7ef9b0944473561c7c6d52f82841))
315
-
316
-
317
-
318
-
319
-
320
- ## [4.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.0.6...@thi.ng/rstream@4.0.7) (2020-04-28)
321
-
322
-
323
- ### Bug Fixes
324
-
325
- * **rstream:** subscribe() w/ xform, add test ([20ce586](https://github.com/thi-ng/umbrella/commit/20ce586fdc0b4f9633f93581f7480572334317f1))
326
-
327
-
328
-
329
-
330
-
331
- ## [4.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.0.2...@thi.ng/rstream@4.0.3) (2020-04-06)
332
-
333
-
334
- ### Bug Fixes
335
-
336
- * **rstream:** fix Subscription.subscribe() ([2a7f6ad](https://github.com/thi-ng/umbrella/commit/2a7f6ad01f6b239e46eb59d4b12f30356dbf078a))
337
-
338
-
339
-
340
-
341
-
342
- # [4.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@3.0.7...@thi.ng/rstream@4.0.0) (2020-03-28)
343
-
344
-
345
- ### Features
346
-
347
- * **rstream:** update/rename fromView() ([f5df4ab](https://github.com/thi-ng/umbrella/commit/f5df4abbdaa82e666b9fcea9135a6e3d2f563666))
348
-
349
-
350
- ### BREAKING CHANGES
351
-
352
- * **rstream:** update/rename fromView(), add fromViewUnsafe()
353
-
354
- - fromView() now performs type checking on given path and/or view transform
355
- - existing `fromView()` renamed to `fromViewUnsafe()` (this is in line w/ related
356
- updates in thi.ng/atom & thi.ng/paths pkgs)
357
-
358
-
359
-
360
-
361
-
362
- # [3.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.5.6...@thi.ng/rstream@3.0.0) (2019-11-30)
363
-
364
- ### Bug Fixes
365
-
366
- * **rstream:** add missing timeout() re-export ([7062332](https://github.com/thi-ng/umbrella/commit/7062332137125e86b8f956ceafcb0d2fe16a30e6))
367
- * **rstream:** update StreamSync.remove(), refactor ctor ([d5fd4b4](https://github.com/thi-ng/umbrella/commit/d5fd4b4db759d26270491c38334f1e4258a74c4f))
368
-
369
- ### Documentation
370
-
371
- * **rstream:** update readme ([4ecdbf9](https://github.com/thi-ng/umbrella/commit/4ecdbf92e53e24099cc3a136c18ab51563ddd06f))
372
-
373
- ### Features
374
-
375
- * **rstream:** add back pressure opts to StreamSyncOpts & ForkJoinOpts ([e236987](https://github.com/thi-ng/umbrella/commit/e2369879b3972568eac985daf11766b292fce84a))
376
- * **rstream:** add CommonOpts support for ISubscribable & ITransformable ([0a70b90](https://github.com/thi-ng/umbrella/commit/0a70b90a244b8d1285ee6c0c01e8e4d570c18a91))
377
- * **rstream:** add forkBuffer/joinBuffer HOFs, add docs ([a35c8e8](https://github.com/thi-ng/umbrella/commit/a35c8e86d212b4186c2642f19230c0153356e203))
378
- * **rstream:** add forkJoin() parallel worker processing ([da03722](https://github.com/thi-ng/umbrella/commit/da03722897995a61c46d255ccfac4d81c4af24d0))
379
- * **rstream:** add ITransformable interface, minor updates ([da52b98](https://github.com/thi-ng/umbrella/commit/da52b9872b5063b617bb217a7c54743d427aa219))
380
- * **rstream:** add Subscription.done() error handling ([c911006](https://github.com/thi-ng/umbrella/commit/c911006e7990f4283e5a3f93191b03638cc39905))
381
- * **rstream:** add/update fork/joinBuffer generics, optimize ([8f0c55c](https://github.com/thi-ng/umbrella/commit/8f0c55c1680558292c022a2dd535bbb8d49200ab))
382
- * **rstream:** initial work on [#74](https://github.com/thi-ng/umbrella/issues/74), [#81](https://github.com/thi-ng/umbrella/issues/81), [#91](https://github.com/thi-ng/umbrella/issues/91), [#92](https://github.com/thi-ng/umbrella/issues/92), add stream opts ([e770469](https://github.com/thi-ng/umbrella/commit/e77046995ff4cdb4b2582620b32bee001ceb664c))
383
- * **rstream:** update args for various fromXXX() stream factories ([b466ebc](https://github.com/thi-ng/umbrella/commit/b466ebc553dd00e37a84fe20cc61d8e1f275ed37))
384
- * **rstream:** update sidechainPartition/Toggle and timeout ([898eb53](https://github.com/thi-ng/umbrella/commit/898eb537c6812eecc1b6f0dd720ce5a24b431f13))
385
- * **rstream:** update Stream cancel & reset behavior for CloseMode.NEVER ([250dfe1](https://github.com/thi-ng/umbrella/commit/250dfe12560d4629d867a0a2c0cc3e03756fdab6))
386
-
387
- ### BREAKING CHANGES
388
-
389
- * **rstream:** document new stream/sub config opts in readme
390
- * **rstream:** update stream factories to use options object args
391
-
392
- - fromAtom
393
- - fromInterval
394
- - fromIterable
395
- - fromView
396
- - fromWorker
397
-
398
- ## [2.5.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.5.2...@thi.ng/rstream@2.5.3) (2019-08-16)
399
-
400
- ### Bug Fixes
401
-
402
- * **rstream:** preserve const enums ([765a9ac](https://github.com/thi-ng/umbrella/commit/765a9ac))
403
-
404
- # [2.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.4.4...@thi.ng/rstream@2.5.0) (2019-07-07)
405
-
406
- ### Bug Fixes
407
-
408
- * **rstream:** generics & type hints (TS 3.5.2) ([eb2e18a](https://github.com/thi-ng/umbrella/commit/eb2e18a))
409
- * **rstream:** TS strictNullChecks, add assertions ([1aad856](https://github.com/thi-ng/umbrella/commit/1aad856))
410
-
411
- ### Features
412
-
413
- * **rstream:** add fromDOMEvent() ([6e3fec8](https://github.com/thi-ng/umbrella/commit/6e3fec8))
414
- * **rstream:** enable TS strict compiler flags (refactor) ([d796e21](https://github.com/thi-ng/umbrella/commit/d796e21))
415
-
416
- # [2.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.3.8...@thi.ng/rstream@2.4.0) (2019-04-11)
417
-
418
- ### Features
419
-
420
- * **rstream:** add tweenNumber() ([cb6d46a](https://github.com/thi-ng/umbrella/commit/cb6d46a))
421
-
422
- ## [2.3.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.3.7...@thi.ng/rstream@2.3.8) (2019-04-11)
423
-
424
- ### Bug Fixes
425
-
426
- * **rstream:** add missing Subscription.deref() return type hint ([0ae1243](https://github.com/thi-ng/umbrella/commit/0ae1243))
427
-
428
- ## [2.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.3.1...@thi.ng/rstream@2.3.2) (2019-04-02)
429
-
430
- ### Bug Fixes
431
-
432
- * **rstream:** fix [#80](https://github.com/thi-ng/umbrella/issues/80) update StreamSource alias ([f7b9fbd](https://github.com/thi-ng/umbrella/commit/f7b9fbd))
433
-
434
- # [2.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.2.4...@thi.ng/rstream@2.3.0) (2019-03-21)
435
-
436
- ### Features
437
-
438
- * **rstream:** update clock control for tween(), update docs ([65e9c44](https://github.com/thi-ng/umbrella/commit/65e9c44))
439
-
440
- ## [2.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.2.0...@thi.ng/rstream@2.2.1) (2019-03-05)
441
-
442
- ### Bug Fixes
443
-
444
- * **rstream:** add __owner info for MetaStream, update ISubscriber ([b5801e9](https://github.com/thi-ng/umbrella/commit/b5801e9))
445
-
446
- # [2.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.1.0...@thi.ng/rstream@2.2.0) (2019-03-03)
447
-
448
- ### Bug Fixes
449
-
450
- * **rstream:** update MetaStream unsub handling ([b2e6e6f](https://github.com/thi-ng/umbrella/commit/b2e6e6f))
451
-
452
- ### Features
453
-
454
- * **rstream:** add CloseMode enum, update StreamMerge, StreamSync & opts ([f0d53b4](https://github.com/thi-ng/umbrella/commit/f0d53b4))
455
- * **rstream:** add tween() stream operator ([c74a2d0](https://github.com/thi-ng/umbrella/commit/c74a2d0))
456
-
457
- # [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.0.6...@thi.ng/rstream@2.1.0) (2019-03-01)
458
-
459
- ### Features
460
-
461
- * **rstream:** add metaStream() ([bc36005](https://github.com/thi-ng/umbrella/commit/bc36005))
462
-
463
- # [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.14.9...@thi.ng/rstream@2.0.0) (2019-01-21)
464
-
465
- ### Bug Fixes
466
-
467
- * **rstream:** avoid Subscription ctor to workaround parceljs build issue ([d1e275b](https://github.com/thi-ng/umbrella/commit/d1e275b))
468
- * **rstream:** disable __State reverse enum lookups ([b238a3a](https://github.com/thi-ng/umbrella/commit/b238a3a))
469
16
 
470
17
  ### Build System
471
18
 
472
- * update package scripts, outputs, imports in remaining packages ([f912a84](https://github.com/thi-ng/umbrella/commit/f912a84))
473
-
474
- ### BREAKING CHANGES
475
-
476
- * enable multi-outputs (ES6 modules, CJS, UMD)
477
-
478
- - build scripts now first build ES6 modules in package root, then call
479
- `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
480
- - all imports MUST be updated to only refer to package level
481
- (not individual files anymore). tree shaking in user land will get rid of
482
- all unused imported symbols
483
-
484
- # [1.14.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.13.8...@thi.ng/rstream@1.14.0) (2018-11-24)
485
-
486
- ### Bug Fixes
487
-
488
- * **rstream:** make maxWorkers optional ([46c2882](https://github.com/thi-ng/umbrella/commit/46c2882))
489
-
490
- ### Features
491
-
492
- * **rstream:** add StreamSync.getSources() / getSourceForID() ([ef0fe42](https://github.com/thi-ng/umbrella/commit/ef0fe42))
493
- * **rstream:** add support multiple workers in Tunnel & TunnelOpts ([67a5b10](https://github.com/thi-ng/umbrella/commit/67a5b10))
494
- * **rstream:** add worker tunnel() sub ([4750e79](https://github.com/thi-ng/umbrella/commit/4750e79))
495
-
496
- <a name="1.13.2"></a>
497
- ## [1.13.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.13.1...@thi.ng/rstream@1.13.2) (2018-09-24)
498
-
499
- ### Performance Improvements
500
-
501
- * **rstream:** `State` => const enum ([7ac83c6](https://github.com/thi-ng/umbrella/commit/7ac83c6))
502
-
503
- <a name="1.13.0"></a>
504
- # [1.13.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.12.2-alpha.2...@thi.ng/rstream@1.13.0) (2018-09-22)
505
-
506
- ### Features
507
-
508
- * **rstream:** add trigger() generics ([288b68d](https://github.com/thi-ng/umbrella/commit/288b68d))
509
- * **rstream:** add trigger() utility stream ([929c6f4](https://github.com/thi-ng/umbrella/commit/929c6f4))
510
-
511
- <a name="1.12.0"></a>
512
- # [1.12.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.11.10...@thi.ng/rstream@1.12.0) (2018-09-08)
513
-
514
- ### Features
515
-
516
- * **rstream:** add merge-only mode for StreamSync, update docs ([162aa2d](https://github.com/thi-ng/umbrella/commit/162aa2d))
517
-
518
- <a name="1.11.6"></a>
519
- ## [1.11.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.11.5...@thi.ng/rstream@1.11.6) (2018-08-27)
520
-
521
- ### Bug Fixes
522
-
523
- * **rstream:** Fix unbound this in method call expression ([34a97b4](https://github.com/thi-ng/umbrella/commit/34a97b4))
524
-
525
- <a name="1.11.1"></a>
526
- ## [1.11.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.11.0...@thi.ng/rstream@1.11.1) (2018-08-06)
527
-
528
- ### Bug Fixes
529
-
530
- * **rstream:** add generics for stream() ([378772f](https://github.com/thi-ng/umbrella/commit/378772f))
531
-
532
- <a name="1.11.0"></a>
533
- # [1.11.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.10.4...@thi.ng/rstream@1.11.0) (2018-08-03)
534
-
535
- ### Features
536
-
537
- * **rstream:** add stream() & subscription() factories, add/update docs ([e97aac0](https://github.com/thi-ng/umbrella/commit/e97aac0))
538
- * **rstream:** update StreamSync to use `reset: false` by default, update docs ([55499cc](https://github.com/thi-ng/umbrella/commit/55499cc))
539
-
540
- <a name="1.10.0"></a>
541
- # [1.10.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.9.7...@thi.ng/rstream@1.10.0) (2018-07-20)
542
-
543
- ### Features
544
-
545
- * **rstream:** Add a timeout() subscription ([aa55973](https://github.com/thi-ng/umbrella/commit/aa55973))
546
- * **rstream:** add reset option for timeout() ([cd751fb](https://github.com/thi-ng/umbrella/commit/cd751fb))
547
-
548
- ### Performance Improvements
549
-
550
- * **rstream:** optimize dispatch if only single child ([a59c5c9](https://github.com/thi-ng/umbrella/commit/a59c5c9))
551
-
552
- <a name="1.9.6"></a>
553
- ## [1.9.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.9.5...@thi.ng/rstream@1.9.6) (2018-07-16)
554
-
555
- ### Bug Fixes
556
-
557
- * **rstream:** emit first value immediately in fromInterval() ([9be2018](https://github.com/thi-ng/umbrella/commit/9be2018))
558
-
559
- <a name="1.9.3"></a>
560
- ## [1.9.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.9.2...@thi.ng/rstream@1.9.3) (2018-07-09)
561
-
562
- ### Bug Fixes
563
-
564
- * **rstream:** Fix potential reference error in transduce() ([7f2d5dd](https://github.com/thi-ng/umbrella/commit/7f2d5dd))
565
-
566
- <a name="1.9.0"></a>
567
- # [1.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.8.2...@thi.ng/rstream@1.9.0) (2018-07-04)
568
-
569
- ### Features
570
-
571
- * **rstream:** add support for event listener opts in `fromEvent()` ([d5ac264](https://github.com/thi-ng/umbrella/commit/d5ac264))
572
-
573
- <a name="1.8.1"></a>
574
- ## [1.8.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.8.0...@thi.ng/rstream@1.8.1) (2018-07-03)
575
-
576
- ### Bug Fixes
19
+ * major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea9fab2a645d6c5f2bf2591459b939c09b6))
577
20
 
578
- * **rstream:** unsubscribe on error in transduce() ([8c7d937](https://github.com/thi-ng/umbrella/commit/8c7d937))
579
-
580
- <a name="1.8.0"></a>
581
- # [1.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.7.3...@thi.ng/rstream@1.8.0) (2018-06-21)
582
-
583
- ### Features
584
-
585
- * **rstream:** option to avoid auto-closing `fromInterval()`, add docs ([cc5b736](https://github.com/thi-ng/umbrella/commit/cc5b736))
586
-
587
- <a name="1.7.3"></a>
588
- ## [1.7.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.7.2...@thi.ng/rstream@1.7.3) (2018-06-19)
589
-
590
- <a name="1.7.0"></a>
591
- # [1.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.6.14...@thi.ng/rstream@1.7.0) (2018-05-20)
592
-
593
- ### Bug Fixes
594
-
595
- * **rstream:** minor update PubSub topic fn return type ([cbc600e](https://github.com/thi-ng/umbrella/commit/cbc600e))
596
-
597
- ### Features
598
-
599
- * **rstream:** re-implement bisect() using PubSub, update tests ([846aaf9](https://github.com/thi-ng/umbrella/commit/846aaf9))
600
- * **rstream:** update resolve(), update subscribe() overrides ([23fdd39](https://github.com/thi-ng/umbrella/commit/23fdd39))
601
-
602
- <a name="1.6.14"></a>
603
- ## [1.6.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.6.13...@thi.ng/rstream@1.6.14) (2018-05-14)
604
-
605
- <a name="1.6.1"></a>
606
- ## [1.6.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.6.0...@thi.ng/rstream@1.6.1) (2018-04-25)
607
-
608
- ### Bug Fixes
609
-
610
- * **rstream:** minor fix StreamSync.addAll() ([cc286e1](https://github.com/thi-ng/umbrella/commit/cc286e1))
611
-
612
- <a name="1.6.0"></a>
613
- # [1.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.5.1...@thi.ng/rstream@1.6.0) (2018-04-24)
614
-
615
- ### Features
616
-
617
- * **rstream:** add owner meta data & IDs for merge/sync inputs ([33f55b3](https://github.com/thi-ng/umbrella/commit/33f55b3))
618
-
619
- ### Performance Improvements
620
-
621
- * **rstream:** support (re)named StreamSync inputs ([b392817](https://github.com/thi-ng/umbrella/commit/b392817))
622
-
623
- <a name="1.5.0"></a>
624
- # [1.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.4.3...@thi.ng/rstream@1.5.0) (2018-04-20)
625
-
626
- ### Features
627
-
628
- * **rstream:** add PubSub, add ISubscribableSubscriber, remove cache() ([27a098d](https://github.com/thi-ng/umbrella/commit/27a098d))
629
- * **rstream:** allow arbitrary PubSub topic vals, add [@thi](https://github.com/thi).ng/associative dep ([ba10907](https://github.com/thi-ng/umbrella/commit/ba10907))
630
-
631
- <a name="1.4.0"></a>
632
- # [1.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.3.1...@thi.ng/rstream@1.4.0) (2018-04-16)
633
-
634
- ### Features
635
-
636
- * **rstream:** add StreamMerge/Sync.removeID() & removeAllIDs() ([8bcc287](https://github.com/thi-ng/umbrella/commit/8bcc287))
637
-
638
- <a name="1.3.0"></a>
639
- # [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.2.9...@thi.ng/rstream@1.3.0) (2018-04-15)
640
-
641
- ### Features
642
-
643
- * **rstream:** add Subscription.transform() ([2164ddf](https://github.com/thi-ng/umbrella/commit/2164ddf))
644
-
645
- <a name="1.2.4"></a>
646
- ## [1.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.2.3...@thi.ng/rstream@1.2.4) (2018-04-05)
647
-
648
- ### Bug Fixes
649
-
650
- * **rstream:** correct wrong isString() import ([48310a6](https://github.com/thi-ng/umbrella/commit/48310a6))
651
-
652
- <a name="1.2.0"></a>
653
- # [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.1.0...@thi.ng/rstream@1.2.0) (2018-03-21)
654
-
655
- ### Features
656
-
657
- * **rstream:** update error handling, add [@thi](https://github.com/thi).ng/api dep ([1ce7054](https://github.com/thi-ng/umbrella/commit/1ce7054))
658
-
659
- <a name="1.1.0"></a>
660
- # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.0.22...@thi.ng/rstream@1.1.0) (2018-03-21)
661
-
662
- ### Bug Fixes
663
-
664
- * **rstream:** bisect() add downstream impl checks, add tests ([2ad2f48](https://github.com/thi-ng/umbrella/commit/2ad2f48))
665
-
666
- ### Features
667
-
668
- * **rstream:** add fromView(), update fromAtom() docs, update re-exports ([41bb385](https://github.com/thi-ng/umbrella/commit/41bb385))
669
- * **rstream:** add IDeref impl for Subscription ([907d599](https://github.com/thi-ng/umbrella/commit/907d599))
670
- * **rstream:** add merge()/sync() ctor wrappers ([1fee7d5](https://github.com/thi-ng/umbrella/commit/1fee7d5))
671
- * **rstream:** add StreamSync ([791a993](https://github.com/thi-ng/umbrella/commit/791a993))
672
- * **rstream:** add transduce(), update re-exports ([eec56de](https://github.com/thi-ng/umbrella/commit/eec56de))
673
- * **rstream:** fix [#6](https://github.com/thi-ng/umbrella/issues/6) update StreamMerge to support transduced input streams ([8026409](https://github.com/thi-ng/umbrella/commit/8026409))
674
- * **rstream:** Subscription stores last value and passes to new subs ([6b87bca](https://github.com/thi-ng/umbrella/commit/6b87bca))
675
- * **rstream:** update Sidechain*.next(), add unsubscribe() ([d18a115](https://github.com/thi-ng/umbrella/commit/d18a115))
676
- * **rstream:** update Subscription.unsubscribe() ([01a751e](https://github.com/thi-ng/umbrella/commit/01a751e))
677
-
678
- <a name="1.0.22"></a>
679
- ## [1.0.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.0.21...@thi.ng/rstream@1.0.22) (2018-03-19)
680
-
681
- <a name="1.0.0"></a>
682
- # [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@0.9.4...@thi.ng/rstream@1.0.0) (2018-02-18)
683
-
684
- ### Features
685
-
686
- * **rstream:** fix [#8](https://github.com/thi-ng/umbrella/issues/8), support infinite StreamMerge's, update ctor ([4942e2e](https://github.com/thi-ng/umbrella/commit/4942e2e))
687
21
 
688
22
  ### BREAKING CHANGES
689
23
 
690
- * **rstream:** StreamMerge ctor now accepts an options object
691
- only (`StreamMergeOpts`).
692
-
693
- <a name="0.9.0"></a>
694
- # [0.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@0.8.1...@thi.ng/rstream@0.9.0) (2018-02-01)
695
-
696
- ### Features
24
+ * discontinue CommonJS & UMD versions
697
25
 
698
- * **rstream:** add Cache subscription class ([ea638be](https://github.com/thi-ng/umbrella/commit/ea638be))
26
+ - only ESM modules will be published from now on
27
+ - CJS obsolete due to ESM support in recent versions of node:
28
+ - i.e. launch NodeJS via:
29
+ - `node --experimental-specifier-resolution=node --experimental-repl-await`
30
+ - in the node REPL use `await import(...)` instead of `require()`
31
+ - UMD obsolete due to widespread browser support for ESM
699
32
 
700
- <a name="0.8.1"></a>
701
- ## [0.8.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@0.8.0...@thi.ng/rstream@0.8.1) (2018-01-31)
33
+ Also:
34
+ - normalize/restructure/reorg all package.json files
35
+ - cleanup all build scripts, remove obsolete
36
+ - switch from mocha to @thi.ng/testament for all tests
702
37
 
703
- ### Bug Fixes
704
38
 
705
- * **rstream:** subscription unhandled error handling ([54cd526](https://github.com/thi-ng/umbrella/commit/54cd526))
706
39
 
707
- <a name="0.8.0"></a>
708
- # [0.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@0.7.6...@thi.ng/rstream@0.8.0) (2018-01-31)
709
40
 
710
- ### Features
711
41
 
712
- * **rstream:** add changed predicate for fromAtom(), add tests ([d58cf70](https://github.com/thi-ng/umbrella/commit/d58cf70))
713
42
 
714
- <a name="0.7.4"></a>
715
- ## [0.7.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@0.7.3...@thi.ng/rstream@0.7.4) (2018-01-29)
43
+ ## [6.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.13...@thi.ng/rstream@6.0.14) (2021-08-08)
716
44
 
717
- ### Bug Fixes
45
+ ### Bug Fixes
718
46
 
719
- * **rstream:** fatal recursion w/ error handling ([382aa05](https://github.com/thi-ng/umbrella/commit/382aa05))
47
+ - **rstream:** fix [#305](https://github.com/thi-ng/umbrella/issues/305), metaStream() factory arg type ([2bc7bff](https://github.com/thi-ng/umbrella/commit/2bc7bff2eff9331d3a52830d0275d47fc7c59e78))
720
48
 
721
- <a name="0.7.2"></a>
722
- ## [0.7.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@0.7.1...@thi.ng/rstream@0.7.2) (2018-01-29)
49
+ # [6.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@5.1.7...@thi.ng/rstream@6.0.0) (2021-03-12)
723
50
 
724
- ### Bug Fixes
51
+ ### Bug Fixes
725
52
 
726
- * **rstream:** fix [#1](https://github.com/thi-ng/umbrella/issues/1) update fromPromise(), add test ([822b297](https://github.com/thi-ng/umbrella/commit/822b297))
53
+ - **rstream:** fix wrong imports ([ae4866a](https://github.com/thi-ng/umbrella/commit/ae4866adb52800af4dee30392d8482befd8a9435))
54
+ - **rstream:** minor update/revert sub ctor args ([c651421](https://github.com/thi-ng/umbrella/commit/c651421e7809df1a37103628e54d3e21161e8c0a))
55
+ - **rstream:** PubSub dispatch & error handling ([cca0f34](https://github.com/thi-ng/umbrella/commit/cca0f34568c9e1a6c30a6a423e7469a477e5a76d))
56
+ - **rstream:** update failing tests ([ae591a1](https://github.com/thi-ng/umbrella/commit/ae591a1a8a8647768d38b783c094ae1bbe94a278))
727
57
 
728
- <a name="0.7.0"></a>
729
- # [0.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@0.6.0...@thi.ng/rstream@0.7.0) (2018-01-29)
58
+ ### Features
730
59
 
731
- ### Features
60
+ - **rstream:** [#281](https://github.com/thi-ng/umbrella/issues/281) update Subscription error/teardown logic ([a9e4040](https://github.com/thi-ng/umbrella/commit/a9e40407d0c0ec4e3ffdd3983d70a9e40aec2356))
61
+ - **rstream:** add .transform() error handler opt ([#276](https://github.com/thi-ng/umbrella/issues/276)) ([22c6f7c](https://github.com/thi-ng/umbrella/commit/22c6f7cb25516359690811c39a184b0e9838ea02))
62
+ - **rstream:** add generic type for PubSub topics ([08adc5f](https://github.com/thi-ng/umbrella/commit/08adc5f2f6c719cdda0a8eb4e5548bf6c5c1cf75))
63
+ - **rstream:** add ISubscription interface ([98edee0](https://github.com/thi-ng/umbrella/commit/98edee0bc84763547a1c06394d78456565fbc9de))
64
+ - **rstream:** add PubSub.transformTopic() ([123e15d](https://github.com/thi-ng/umbrella/commit/123e15d84557990c682ed80f9f97eafe94c09b43))
65
+ - **rstream:** add sidechainPartitionRAF() ([a101626](https://github.com/thi-ng/umbrella/commit/a10162625836d5392199d34149c281f9cc47a572))
66
+ - **rstream:** add StreamSource error handling ([73023b6](https://github.com/thi-ng/umbrella/commit/73023b6979dd0cf4b95c6d072bfbda8c12ba9438))
67
+ - **rstream:** add Sub2 WIP impl ([de4149b](https://github.com/thi-ng/umbrella/commit/de4149bc0504c4be9faef8b467eee74ecf9caa05))
68
+ - **rstream:** further simplify ISubscribable & impls ([9e290fe](https://github.com/thi-ng/umbrella/commit/9e290fe2e3813d0096eacd28d700f9000155bc5e))
69
+ - **rstream:** log error to console ([594d806](https://github.com/thi-ng/umbrella/commit/594d806fbc2176d3458d80e390baa0cb4b0d7b60)), closes [#125](https://github.com/thi-ng/umbrella/issues/125) [#276](https://github.com/thi-ng/umbrella/issues/276)
70
+ - **rstream:** update DONE state & teardown logic ([a8a8c44](https://github.com/thi-ng/umbrella/commit/a8a8c44ed8a42b91f92fe9040cb1ce28b17113e7))
71
+ - **rstream:** update error handler sig ([#281](https://github.com/thi-ng/umbrella/issues/281)) ([015380a](https://github.com/thi-ng/umbrella/commit/015380ac20e342f83757556e158320e23a42502a))
72
+ - **rstream:** update ITransformable.transform() ([fe0eaa9](https://github.com/thi-ng/umbrella/commit/fe0eaa9f145d627dce67acfe2650c38222121ad1))
73
+ - **rstream:** update PubSub ([fa87168](https://github.com/thi-ng/umbrella/commit/fa87168ffbb683aed495b7786a4d100510d29c04))
74
+ - **rstream:** update Sub2, State enum ([db0ab34](https://github.com/thi-ng/umbrella/commit/db0ab34fcea8869d9c85c51f5faacf1e1f6bb0ec))
75
+ - **rstream:** update Subscription FSM, add/update tests ([ea1d0c1](https://github.com/thi-ng/umbrella/commit/ea1d0c1fe2132cf00e2f2851cb770007a5965c13))
732
76
 
733
- * **rstream:** add atom dep, add fromAtom() & docs ([ca3994a](https://github.com/thi-ng/umbrella/commit/ca3994a))
734
- * **rstream:** add fromPromises(), add docs ([55ba0e1](https://github.com/thi-ng/umbrella/commit/55ba0e1))
735
- * **rstream:** add trace() error handler ([2247f72](https://github.com/thi-ng/umbrella/commit/2247f72))
77
+ ### Performance Improvements
736
78
 
737
- <a name="0.6.0"></a>
738
- # [0.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@0.5.1...@thi.ng/rstream@0.6.0) (2018-01-28)
79
+ - **rstream:** revert to storing child subs in array ([014bf20](https://github.com/thi-ng/umbrella/commit/014bf20ee3fdfa31377a08eaa5dc8fe211cadeac))
739
80
 
740
- ### Features
81
+ ### BREAKING CHANGES
741
82
 
742
- * **rstream-csp:** add new package, remove CSP dep from rstream ([e37f6a1](https://github.com/thi-ng/umbrella/commit/e37f6a1))
83
+ - **rstream:** remove `.subscribe(sub, xform, opts)` signature. Transducer now supplied via `xform` key in `opts` (or use `.transform()` instead of `.subscribe()`)