Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 657 Bytes

File metadata and controls

27 lines (13 loc) · 657 Bytes

1.3.1 - 2016/08/08

Enhancement

  • Add clear method using SharedPreferences.Editor#commit()(which I forgot to add in previous release). You need to enable it with @Preferences(needCommitMethodForClear = true)

1.3.0 - 2016/08/03

Enhancements

  • Setter/Remover method with SharedPreferences.Editor#commit() is now available. You need to enable it with @Key(needCommitMethod = true)
  • Add overload method for Getter that you can pass default value as parameter

1.2.0 - 2016/03/12

Enhancements

  • Setter methods now return it's class instance(now we can chain!)
  • Update to support library 23.2.1

1.1.0

initial release