Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 878 Bytes

CHANGELOG.md

File metadata and controls

51 lines (36 loc) · 878 Bytes

Prefs Changelog

v1.4.0 (2018-12-23)

  • Added androidx compatibility

v1.3.0 (2018-12-02)

  • Updated dependencies to latest versions
  • Updated sample project to be in Kotlin
  • Added getXyzLiveData methods to observe the preferences

v1.2.2 (2017-09-15)

  • Fixed a bug where some imports were missing in the generated code

v1.2.1 (2017-08-26)

  • Added setXyz in addition to putXyz methods, to improve Kotlin interop.
  • New XyzConstants file generated with key names and default values.

v1.1.1 (2017-01-08)

Bug fix.

  • Fixed a crash when using kapt

v1.1.0 (2015-09-13)

Minor enhancements.

  • Fix for issue #5
  • Fix for issue #11
  • For boolean fields you can now use isXxx (in addition to getXxx).

v1.0.1 (2015-05-01)

Minor enhancements.

  • Fix for issue #1
  • Fix for issue #2
  • Fix for issue #3

v1.0.0 (2015-04-26)

Initial release