Releases: funkia/hareactive
Releases · funkia/hareactive
v0.4.0
Breaking changes
- The
flatten
function and theflatten
methods has been renamed toflat
to better align with theArray#flat
method. - The functions
performStream
,performStreamLatest
, andperformStreamOrdered
has been split up into the four functionsperformStream
,flatFutures
,flatFuturesLatest
, andflatFuturesOrdered
. 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