Skip to content
This repository has been archived by the owner on Dec 25, 2019. It is now read-only.

Releases: sergejsha/featured

0.3.0 (Elijah)

23 Jan 17:29
Compare
Choose a tag to compare
  • Removed dependency on Android support library to support migration to androidx
  • Added dependency on org.jetbrains:annotations

0.2.0 (David)

02 Oct 15:54
Compare
Choose a tag to compare
  • supporting arrays in feature event callbacks

0.1.0 (Caesar)

27 Sep 12:45
Compare
Choose a tag to compare
  • Name of FeatureHost class is taken from the feature class parameter
  • Feature is parameterized with an additional context type
  • Feature received own getContext() method
  • Generated FeatureHost class can host inherited feature types
  • Multiple instances of the same feature class can be added to the feature host
  • More tests added

0.0.2 (Benaiah)

08 Aug 20:45
Compare
Choose a tag to compare
  • Added feature inheritance
  • Added proper feature host generation for library project

0.0.1 (Adam)

09 Jul 11:15
Compare
Choose a tag to compare

First public release