Skip to content

Releases: hoc081098/rx_shared_preferences

1.3.3 - Oct 10, 2020

10 Oct 13:23
Compare
Choose a tag to compare

1.3.3 - Oct 10, 2020

  • Fix: missing export RxSharedPreferencesConfigs.

1.3.2 - Oct 10, 2020

10 Oct 12:39
d351308
Compare
Choose a tag to compare

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.

1.3.1 - May 29, 2020

28 May 17:59
de47de8
Compare
Choose a tag to compare

1.3.1 - May 29, 2020

  • Update docs.

1.3.0 - May 28, 2020

28 May 17:41
3351455
Compare
Choose a tag to compare

1.3.0 - May 28, 2020

  • Breaking change: returned stream is a single-subscription stream.
  • Internal implementation refactor.

1.2.0 - Apr 20, 2020

22 Apr 17:28
Compare
Choose a tag to compare

1.2.0 - Apr 20, 2020

  • Breaking change: support for rxdart 0.24.x.
  • Now, returned stream is broadcast stream.
  • Reset default singleton instance after disposing it.
  • Internal implementation refactor.

1.1.1+1

29 Jan 11:28
Compare
Choose a tag to compare

1.1.1+1 - Jan 29, 2020

  • Update description in pubspec.yaml.

1.1.1

29 Jan 11:27
Compare
Choose a tag to compare

1.1.1 - Jan 29, 2020

  • Add getKeysStream method to IRxSharedPreferences.
  • Add constructor RxSharedPreferences.getInstance() that returns default singleton RxSharedPreferences instance.
  • Internal implementation refactor & fix default logger.

1.1.0

18 Dec 13:46
Compare
Choose a tag to compare

1.1.0 - Dec 18, 2019

  • Update dependencies.
  • Now IRxSharedPreferences's methods return Stream instead of Observable.

1.0.3+1

09 Aug 16:38
Compare
Choose a tag to compare

1.0.3+1 - Aug 9, 2019

  • Update README.md.