Hareactive Versions Save

Purely functional reactive programming library

v0.4.0

4 years ago

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

https://github.com/paldepind/hareactive/compare/v0.3.4...v0.4.0

v0.3.4

4 years ago
  • Remove instant, rename flash to instant a4f33ff
  • flash support testNow 2bf2527
  • add instant, a wrapper for stateful functions 3d4f746
  • add flash cc17692
  • Changes can activate on non-replaced placeholder fe4a377

https://github.com/paldepind/hareactive/compare/v0.3.3...v0.3.4

v0.3.3

4 years ago
  • Fix bug related to ConstantBehavior not having a parent 3b7ff3c
  • Reenable strict generic checks e3ae44f
  • Update dependencies 532e250
  • Merge pull request #66 from funkia/document-moment 50a4fb7
  • Document moment c13b033

https://github.com/paldepind/hareactive/compare/v0.3.2...v0.3.3

v0.1.0

7 years ago