Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 1.96 KB

Change Log

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

1.0.0 (2018-12-06)

Features

  • api: use tuples for injection on both Provider and Inject (#9) (6364f80)
  • inject: implement optional (#10) (7060c65), closes #8

BREAKING CHANGES

  • api: - Previously providers registration used dictionary as well as Inject. Now both components (DependencyProvider, Inject) use arrays to both register providers as well as inject instances via token.
  • New minimal required TS version is 3.1
  • renamed:
    • Provide -> DependencyProvider
    • withProvider -> withDependencyProvider
  • Provider used previously provider prop -> providers
  • Inject used previously providers prop -> values
  • withDependencyProviders accepts n-ary arguments

0.2.0 (2018-07-27)

Bug Fixes

  • build: don't bundle peer deps wihin bundle (790885e)

Features

  • hoc: properly expose WrappedComponent type (#7) (883074c)

0.1.0 (2018-07-23)

Features

  • hoc: implement HoC alternatives for Provide and Inject (54115b6)

0.0.1 (2018-07-16)

Features

  • add initial implementation with react wrappers (1c784fc)