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.
- Reduce footprint from inlining
get()
andgetLazy()
ofFlexibleHilt
MakeFlexible
annotationgetFromFlexibleHilt()
andlazyFromFlexibleHilt()
methods
- Generated class name so it doesn't match original class
FlexibleHilt.get()
andFlexibleHilt.getLazy()
- Generated classes and their file structure
MakeFlexible
annotation, as it is no longer needed due to recent compiler changesgetFromFlexibleHilt()
andlazyFromFlexibleHilt()
in favor ofFlexibleHilt.get()
andFlexibleHilt.getLazy()
- Add guard on what
Context
can be used to initializeFlexibleHilt
FlexibleHilt
is now automatically initialized
- Now requires
minSdk
to be 21+
- Use
me.tawsif
group id for library
Initial release