Skip to content

v0.4.0

Compare
Choose a tag to compare
@dlew dlew released this 10 Dec 15:31
· 242 commits to master since this release
  • #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>