- Add clear method using
SharedPreferences.Editor#commit()(which I forgot to add in previous release). You need to enable it with@Preferences(needCommitMethodForClear = true)
- 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
- Setter methods now return it's class instance(now we can chain!)
- Update to support library 23.2.1
initial release