Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.4 KB

File metadata and controls

56 lines (35 loc) · 1.4 KB

Changelog

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

Changed

  • Updated dependencies (React, ...)

Added

  • Bundle size badge

0.0.4 - 2019-03-02

Added

  • Flow typings
  • Common lint/test/bundle config dependency

0.0.3 - 2019-03-02

Added

  • Link to presentation

0.0.2 - 2018-07-23

Added

  • assign operator to merge all props in stream (for testing purposes)
  • prev operator to shift stream one step back (for business cases)

0.0.1 - 2018-07-20

Added

  • @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