Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@paldepind paldepind released this 19 Sep 12:22
· 16 commits to master since this release

Breaking changes

  • The flatten function and the flatten methods has been renamed to flat to better align with the Array#flat method.
  • The functions performStream, performStreamLatest, and performStreamOrdered has been split up into the four functions performStream, flatFutures, flatFuturesLatest, and flatFuturesOrdered. For more information see #68.

Commits

  • Move tests for time related functions into separate module c230da7
  • Merge pull request #68 from funkia/stream-of-futures 88e22e7
  • Rename flatFuture to flatFutures 1e3b3ff
  • Split performStream into functions handling stream of futures ba08ae5
  • switcher stays in pull when stream switches to push fa02e03
  • integrate stays in pull if parent changes to push 64750f8
  • push on behavior stops at pull behaviors 771977c
  • lift only switches to push if all parents are push 1cad54b
  • render and observe takes an optional timestamp ea5cb1e
  • Update dependencies 71e95b2
  • observe takes time and pull in that time on synchronous pull ab8f7af
  • Rename flatten function and methods to flat c4b0282
  • Remove unused PlanNow ccd88fc
  • Merge pull request #67 from funkia/pushing-triggers-pull 0345a86
  • cleanup and refactor to follow code conventions f22b3af
  • push triggers pull, fix glitches 3a3cfd0
  • Timing functions returns value in Now 3b4a5ed
  • Add skipped but breaking test 4e05c43
  • Change VSCode debug configuration to work with Jest 3444dea

v0.3.4...v0.4.0