All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.0 (2018-12-06)
- api: use tuples for injection on both Provider and Inject (#9) (6364f80)
- inject: implement optional (#10) (7060c65), closes #8
- 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)
- build: don't bundle peer deps wihin bundle (790885e)
- hoc: properly expose WrappedComponent type (#7) (883074c)
0.1.0 (2018-07-23)
- hoc: implement HoC alternatives for Provide and Inject (54115b6)
- add initial implementation with react wrappers (1c784fc)