Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

60 lines (45 loc) · 1.96 KB

Changelog

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.

Changed

  • Reduce footprint from inlining get() and getLazy() of FlexibleHilt

Removed

  • MakeFlexible annotation
  • getFromFlexibleHilt() and lazyFromFlexibleHilt() methods

Changed

  • Generated class name so it doesn't match original class

Added

  • FlexibleHilt.get() and FlexibleHilt.getLazy()

Changed

  • Generated classes and their file structure

Deprecated

  • MakeFlexible annotation, as it is no longer needed due to recent compiler changes
  • getFromFlexibleHilt() and lazyFromFlexibleHilt() in favor of FlexibleHilt.get() and FlexibleHilt.getLazy()

Changed

  • Add guard on what Context can be used to initialize FlexibleHilt

Changed

  • FlexibleHilt is now automatically initialized

Changed

  • Now requires minSdk to be 21+

Changed

  • Use me.tawsif group id for library

Initial release