Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (23 loc) · 828 Bytes

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 828 Bytes

0.5.7 (February 17, 2017)

  • Fix bug where shouldUpdate prevents legitmate rerender

0.5.6 (February 14, 2017)

  • onWillReceiveProps now apply state immediately
  • Minor Typescript definition improvement

0.5.5 (February 11, 2017)

  • Fix state change after lazy loading issue

0.5.4 (February 01, 2017)

  • Fix bug in branch which was skipping 1 extra callback.

0.5.3 (February 01, 2017)

  • Add forgotten dependency fbjs

0.5.2 (February 01, 2017)

  • Better typings for branch()

0.5.1 (February 01, 2017)

  • Correctly export renderNothing

0.5.0 (Januar 31, 2017)

  • Added support for ES6 Symbols
  • Added support for various recompose HOCs
  • Fixed bug with state name collision
  • Added alias compose
  • Lifecycle Composables now follows import scheme.

0.4.0 (Januar 26, 2017)

  • First release