Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 922 Bytes

CHANGELOG.md

File metadata and controls

40 lines (22 loc) · 922 Bytes

Change Log

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.

[1.0.2] - 2022-04-13

Changed

  • Fixed missing children prop on react 18

[1.0.0] - 2021-05-11

Changed

[0.3.0] - 2018-11-07

Added

  • Inversify 5.x support

Changed

  • Updated dependencies and dev tools

[0.2.0] - 2017-04-28

Added

  • Changelog
  • Decorators @provide.singleton and @provide.transient allowing to explicitly set service scope

Changed

  • Moved to PropTypes as recommended in React v15.5.0 Announcement
  • Default behavior of @provide has changed to register service as singleton