What's Changed
- Add license to PreferenceUtil.kt
- Fix crash "IllegalStateException: Recursive update" on Coroutines library (#23)
- Deprecates getObjectNonNull() function (#24)
- Correct the exception message when incorrect sharedprefereces is listened to (#26)
- Add in docs and website for Rx-Preferences (#25)
- Deprecates
RxSharedPreferences.getObjectNonNull()
in favor ofRxSharedPreferences.getObject()
Full Changelog: v2.0.0...v2.0.1