0.14.0: Prepare for 1.0.0
- Preparing for upcoming 1.0.0.
- Promote
during
to non-experimental. - Fix
most.create
multiple consumer handling when streams end early (e.g. usinguntil
,take
, etc.) - Remove deprecated APIs:
most.repeat
- usemost.periodic
,most.iterate
, ormost.unfold
most.fromEventWhere
- usemost.fromEvent
plusfilter
distinct
anddistinctBy
- useskipRepeats
andskipRepeatsWith