Skip to content

1.3.2 - Oct 10, 2020

Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 10 Oct 12:39
· 136 commits to master since this release
d351308

1.3.2 - Oct 10, 2020

  • Add extension: RxSharedPreferences get rx for SharedPreferences.
    This allows writing concise code like this: sharedPreferences.rx.getStringStream('key').

  • Allows changing logger for default singleton instance or extension: RxSharedPreferencesConfig.logger = ...;

  • Internal implementation refactor.