All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.0.5 - 2019-07-02
- Updated dependencies (React, ...)
- Bundle size badge
0.0.4 - 2019-03-02
- Flow typings
- Common lint/test/bundle config dependency
0.0.3 - 2019-03-02
- Link to presentation
0.0.2 - 2018-07-23
- assign operator to merge all props in stream (for testing purposes)
- prev operator to shift stream one step back (for business cases)
- @reactive decorator to replace life cycle with RxJS
- handle high order operator to define reactive upstream and map it to component props
- par high order operator to combine operators in parallel (forking input and joining outputs)
- Unit tests
- Documentation
- Travis CI integration
- Coveralls integration