Skip to content

Releases: StreetStrider/fluh

1.0.0

16 Jan 12:29
Compare
Choose a tag to compare
  • Added TypeScript definitions.
  • Added reduce.

0.6.0

10 Dec 19:12
Compare
Choose a tag to compare
  • Breaking change: filter_by is moved to its own module map/filter-by.
  • Added merge.
  • Added debug.
  • transfer is now in index.
  • Added delta.
  • Added promise: every, last and buffered strategies.
  • Added raf.
  • resource is now in index.

0.5.0

02 Jul 15:00
Compare
Choose a tag to compare
  • Added uniq.
  • Breaking change: on now returns disposer, not the bud itself.

0.4.0

02 Jul 15:01
Compare
Choose a tag to compare
  • Added sample.
  • Added filter_by.
  • Added turnoff.
  • Added resource.

0.3.0

02 Jul 15:01
Compare
Choose a tag to compare
  • Breaking change: when_data_all now handles errors like Promise.all.
  • Fixed not being possible to pass undefined as value to Bud, while readme allows that.
  • Better cleanup on End to allow gc at early stages.
  • Added when_error.
  • Added tap.

0.2.0

02 Jul 15:02
Compare
Choose a tag to compare
  • Breaking change: now all effects run after all propagations, which means effects see all tip values in consistent state. Previously, effects run before propagating data further.

0.1.0

02 Jul 15:02
Compare
Choose a tag to compare
  • Initial release, added basic features: Bud, join, special values Nothing, Many, End.
  • Atomicity.
  • map, filter and when.
  • thru and two high-order primitives: defer and delay.
  • Cache order for static graph.
  • Utilities: Noop, Same, Fin, concat, drain, capture.