Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Latest commit

 

History

History
62 lines (34 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

62 lines (34 loc) · 1.1 KB

Changelog

Version 1.2.3(2020-04-02)

  • New: replace android SharedPreference.
  • Fix: annotationProcessor not work.

Version 1.1.0(2019-05-29)

  • New: @PreferenceIgnore ignore filed.

Version 1.0.3(2018-09-27)

  • Fix: check filed is implements Serializable.

Version 1.0.1(2017-11-30)

  • Fix: clear Object property.

Version 1.0.0(2017-09-25)

  • New: save Enum,Array,Serializable.

Version 0.3.4(2017-06-06)

  • Fix: compileOnly auto-service.
  • Removed Deprecated method from Fit.

Version 0.3.2(2017-03-07)

  • New: method get and edit.

Version 0.3.1(2017-03-03)

  • New: method return SharedPreferences.Editor for save and clear.
  • Fix: Double NonNull.

Version 0.3.0(2017-02-21)

  • New: bean support getter,setter.

Version 0.2.1(2016-12-30)

  • New: custom SharedPrefences file name.

Version 0.1.4(2016-11-19)

  • miniSdkVersion 4

Version 0.1.3(2013-09-06)

  • Fix: checked not inner class.
  • Fix: checked not private constructor.

Version 0.1.2(2016-09-02)

  • New: storage Set.
  • Fix: checked boxed primitive null.

Version 0.1.1(2016-08-30)

  • Initial release.