Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1021 Bytes

CHANGELOG-1.x.md

File metadata and controls

44 lines (26 loc) · 1021 Bytes

Change Log

2.x

Please refer to the releases page for the 2.x versions and CHANGELOG.md for the newer versions.

1.x

Version 1.1.1 (2018-12-19)

  • Improved docs
  • Improved tests
  • Moved CI from Travis to Circle
  • Moved test coverage reports from Coveralls to Codecov

Version 1.1.0 (2018-02-06)

  • Added support for component injection and function-as-children render patterns (#1)

Version 1.0.1 (2017-12-20)

  • Fixed typo in README

Version 1.0.0 (2017-12-14)

  • Initial release 🎉

Version 1.0.0-alpha.2 (2017-12-13)

  • Removed static class fields as a workaround for an Expo Snack bug

Version 1.0.0-alpha.1 (2017-12-12)

  • Fixed default render return value (null) when no render prop provided
  • Removed unused babel plugins

Version 1.0.0-alpha.0 (2017-12-12)

  • Initial prerelease