Skip to content

Releases: dewantawsif/flexible-hilt

v0.6.0

16 Aug 09:52
7cc5bd4
Compare
Choose a tag to compare

Changed

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

v0.5.0

07 Aug 09:06
fc7e054
Compare
Choose a tag to compare

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()

v0.4.0

30 May 01:58
f2b3179
Compare
Choose a tag to compare

Changed

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

v0.3.0

01 May 11:08
dc9879b
Compare
Choose a tag to compare

Changed

  • FlexibleHilt is now automatically initialized