CHANGELOG.md 3.75 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.0 (2019-06-01)

Features

3.0.1 (2019-06-01)

Bug Fixes

  • split on first ':' char (40e06c5)

3.0.0 (2019-06-01)

Bug Fixes

  • remove unnecessary code (9c9f3ce)
  • update tests for latest jest version (1e4f2f0)

Features

  • parse & merge style strings (6894fa7)

BREAKING CHANGES

  • parsing strings into style objects changes the output and rendered style behavior in components

2.0.7 (2018-09-07)

2.0.6 (2018-03-17)

2.0.5 (2018-03-01)

2.0.4 (2018-01-16)

Bug Fixes

  • #5: handle initial state nullables on nested props (#6) (2b78c54), closes #5 #5

2.0.3 (2017-12-09)

2.0.2 (2017-11-26)

Bug Fixes

2.0.1 (2017-11-26)

Bug Fixes

  • mv obj spread to index signature typing & use arguments only (c087a4f)

2.0.0 (2017-11-26)

Bug Fixes

  • #2: don't copy level 1 obj refs (28bb545)

Features

  • add testing & bench, fix issue #2, refactor (e978c7f)

BREAKING CHANGES

  • default export has been removed in favor of named export
  • right-most arguments were not originally given precedence in all cases. This has been fixed.