All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.11.3 (2018-08-24)
Note: Version bump only for package @thi.ng/rstream
1.11.2 (2018-08-08)
Note: Version bump only for package @thi.ng/rstream
1.11.1 (2018-08-06)
- rstream: add generics for stream() (378772f)
1.11.0 (2018-08-03)
- rstream: add stream() & subscription() factories, add/update docs (e97aac0)
- rstream: update StreamSync to use
reset: false
by default, update docs (55499cc)
1.10.4 (2018-08-02)
Note: Version bump only for package @thi.ng/rstream
1.10.3 (2018-08-01)
Note: Version bump only for package @thi.ng/rstream
1.10.2 (2018-08-01)
Note: Version bump only for package @thi.ng/rstream
1.10.1 (2018-07-25)
Note: Version bump only for package @thi.ng/rstream
1.10.0 (2018-07-20)
- rstream: optimize dispatch if only single child (a59c5c9)
1.9.7 (2018-07-19)
Note: Version bump only for package @thi.ng/rstream
1.9.6 (2018-07-16)
- rstream: emit first value immediately in fromInterval() (9be2018)
1.9.5 (2018-07-13)
Note: Version bump only for package @thi.ng/rstream
1.9.4 (2018-07-11)
Note: Version bump only for package @thi.ng/rstream
1.9.3 (2018-07-09)
- rstream: Fix potential reference error in transduce() (7f2d5dd)
1.9.2 (2018-07-09)
Note: Version bump only for package @thi.ng/rstream
1.9.1 (2018-07-04)
Note: Version bump only for package @thi.ng/rstream
1.9.0 (2018-07-04)
- rstream: add support for event listener opts in
fromEvent()
(d5ac264)
1.8.2 (2018-07-03)
Note: Version bump only for package @thi.ng/rstream
1.8.1 (2018-07-03)
- rstream: unsubscribe on error in transduce() (8c7d937)
1.8.0 (2018-06-21)
- rstream: option to avoid auto-closing
fromInterval()
, add docs (cc5b736)
1.7.3 (2018-06-19)
Note: Version bump only for package @thi.ng/rstream
1.7.2 (2018-06-18)
Note: Version bump only for package @thi.ng/rstream
1.7.1 (2018-05-30)
Note: Version bump only for package @thi.ng/rstream
1.7.0 (2018-05-20)
- rstream: minor update PubSub topic fn return type (cbc600e)
- rstream: re-implement bisect() using PubSub, update tests (846aaf9)
- rstream: update resolve(), update subscribe() overrides (23fdd39)
1.6.14 (2018-05-14)
Note: Version bump only for package @thi.ng/rstream
1.6.13 (2018-05-14)
Note: Version bump only for package @thi.ng/rstream
1.6.12 (2018-05-14)
Note: Version bump only for package @thi.ng/rstream
1.6.11 (2018-05-13)
Note: Version bump only for package @thi.ng/rstream
1.6.10 (2018-05-12)
Note: Version bump only for package @thi.ng/rstream
1.6.9 (2018-05-10)
Note: Version bump only for package @thi.ng/rstream
1.6.8 (2018-05-10)
Note: Version bump only for package @thi.ng/rstream
1.6.7 (2018-05-10)
Note: Version bump only for package @thi.ng/rstream
1.6.6 (2018-05-10)
Note: Version bump only for package @thi.ng/rstream
1.6.5 (2018-05-09)
Note: Version bump only for package @thi.ng/rstream
1.6.4 (2018-04-29)
Note: Version bump only for package @thi.ng/rstream
1.6.3 (2018-04-26)
Note: Version bump only for package @thi.ng/rstream
1.6.2 (2018-04-26)
Note: Version bump only for package @thi.ng/rstream
1.6.1 (2018-04-25)
- rstream: minor fix StreamSync.addAll() (cc286e1)
1.6.0 (2018-04-24)
- rstream: add owner meta data & IDs for merge/sync inputs (33f55b3)
- rstream: support (re)named StreamSync inputs (b392817)
1.5.1 (2018-04-22)
Note: Version bump only for package @thi.ng/rstream
1.5.0 (2018-04-20)
- rstream: add PubSub, add ISubscribableSubscriber, remove cache() (27a098d)
- rstream: allow arbitrary PubSub topic vals, add @thi.ng/associative dep (ba10907)
1.4.3 (2018-04-19)
Note: Version bump only for package @thi.ng/rstream
1.4.2 (2018-04-18)
Note: Version bump only for package @thi.ng/rstream
1.4.1 (2018-04-17)
Note: Version bump only for package @thi.ng/rstream
1.4.0 (2018-04-16)
- rstream: add StreamMerge/Sync.removeID() & removeAllIDs() (8bcc287)
1.3.1 (2018-04-16)
Note: Version bump only for package @thi.ng/rstream
1.3.0 (2018-04-15)
- rstream: add Subscription.transform() (2164ddf)
1.2.9 (2018-04-15)
Note: Version bump only for package @thi.ng/rstream
1.2.8 (2018-04-14)
Note: Version bump only for package @thi.ng/rstream
1.2.7 (2018-04-13)
Note: Version bump only for package @thi.ng/rstream
1.2.6 (2018-04-11)
Note: Version bump only for package @thi.ng/rstream
1.2.5 (2018-04-08)
Note: Version bump only for package @thi.ng/rstream
1.2.4 (2018-04-05)
- rstream: correct wrong isString() import (48310a6)
1.2.3 (2018-04-04)
Note: Version bump only for package @thi.ng/rstream
1.2.2 (2018-04-01)
Note: Version bump only for package @thi.ng/rstream
1.2.1 (2018-03-28)
Note: Version bump only for package @thi.ng/rstream
1.2.0 (2018-03-21)
1.1.0 (2018-03-21)
- rstream: bisect() add downstream impl checks, add tests (2ad2f48)
- rstream: add fromView(), update fromAtom() docs, update re-exports (41bb385)
- rstream: add IDeref impl for Subscription (907d599)
- rstream: add merge()/sync() ctor wrappers (1fee7d5)
- rstream: add StreamSync (791a993)
- rstream: add transduce(), update re-exports (eec56de)
- rstream: fix #6 update StreamMerge to support transduced input streams (8026409)
- rstream: Subscription stores last value and passes to new subs (6b87bca)
- rstream: update Sidechain*.next(), add unsubscribe() (d18a115)
- rstream: update Subscription.unsubscribe() (01a751e)
1.0.22 (2018-03-19)
Note: Version bump only for package @thi.ng/rstream
1.0.21 (2018-03-18)
Note: Version bump only for package @thi.ng/rstream
1.0.20 (2018-03-18)
Note: Version bump only for package @thi.ng/rstream
1.0.19 (2018-03-18)
Note: Version bump only for package @thi.ng/rstream
1.0.18 (2018-03-17)
Note: Version bump only for package @thi.ng/rstream
1.0.17 (2018-03-16)
Note: Version bump only for package @thi.ng/rstream
1.0.16 (2018-03-11)
Note: Version bump only for package @thi.ng/rstream
1.0.15 (2018-03-09)
Note: Version bump only for package @thi.ng/rstream
1.0.14 (2018-03-09)
Note: Version bump only for package @thi.ng/rstream
1.0.13 (2018-03-08)
Note: Version bump only for package @thi.ng/rstream
1.0.12 (2018-03-08)
Note: Version bump only for package @thi.ng/rstream
1.0.11 (2018-03-07)
Note: Version bump only for package @thi.ng/rstream
1.0.10 (2018-03-07)
Note: Version bump only for package @thi.ng/rstream
1.0.9 (2018-03-05)
Note: Version bump only for package @thi.ng/rstream
1.0.8 (2018-03-03)
Note: Version bump only for package @thi.ng/rstream
1.0.7 (2018-03-03)
Note: Version bump only for package @thi.ng/rstream
1.0.6 (2018-03-02)
Note: Version bump only for package @thi.ng/rstream
1.0.5 (2018-03-01)
Note: Version bump only for package @thi.ng/rstream
1.0.4 (2018-03-01)
Note: Version bump only for package @thi.ng/rstream
1.0.3 (2018-02-26)
Note: Version bump only for package @thi.ng/rstream
1.0.2 (2018-02-23)
Note: Version bump only for package @thi.ng/rstream
1.0.1 (2018-02-19)
Note: Version bump only for package @thi.ng/rstream
1.0.0 (2018-02-18)
- rstream: StreamMerge ctor now accepts an options object
only (
StreamMergeOpts
).
0.9.4 (2018-02-08)
Note: Version bump only for package @thi.ng/rstream
0.9.3 (2018-02-03)
Note: Version bump only for package @thi.ng/rstream
0.9.2 (2018-02-02)
Note: Version bump only for package @thi.ng/rstream
0.9.1 (2018-02-01)
Note: Version bump only for package @thi.ng/rstream
0.9.0 (2018-02-01)
- rstream: add Cache subscription class (ea638be)
0.8.1 (2018-01-31)
- rstream: subscription unhandled error handling (54cd526)
0.8.0 (2018-01-31)
- rstream: add changed predicate for fromAtom(), add tests (d58cf70)
0.7.6 (2018-01-31)
Note: Version bump only for package @thi.ng/rstream
0.7.5 (2018-01-30)
Note: Version bump only for package @thi.ng/rstream
0.7.4 (2018-01-29)
- rstream: fatal recursion w/ error handling (382aa05)
0.7.3 (2018-01-29)
Note: Version bump only for package @thi.ng/rstream
0.7.2 (2018-01-29)
0.7.1 (2018-01-29)
Note: Version bump only for package @thi.ng/rstream
0.7.0 (2018-01-29)
- rstream: add atom dep, add fromAtom() & docs (ca3994a)
- rstream: add fromPromises(), add docs (55ba0e1)
- rstream: add trace() error handler (2247f72)
0.6.0 (2018-01-28)
- rstream-csp: add new package, remove CSP dep from rstream (e37f6a1)