v0.4.0
- #62, #67: Added
Navi-based implementation of providers. - #61: Moved
ActivityLifecycleProvider
and
FragmentLifecycleProvider
into the core library so that multiple implementations can share them easily. The package
name changed so you may need to re-import them in your code. - #60: Reverted generic parameters back to
Transformer<T, T>