Skip to content

Releases: hoc081098/rx_shared_preferences

3.1.0 - Oct 15, 2023

15 Oct 10:32
Compare
Choose a tag to compare

https://pub.dev/packages/rx_shared_preferences/versions/3.1.0

  • Update dependencies

    • shared_preferences to ^2.0.18.
    • rx_storage to ^2.1.0
  • Change Flutter constraint to '>=3.0.0'.

  • Change Dart SDK constraint to '>=2.17.0 <4.0.0'.

  • Deprecate all executeUpdate... extension methods, use update...s instead.


What's Changed

  • chore(deps): update subosito/flutter-action action to v2.6.1 by @renovate in #50
  • chore: add funding by @hoc081098 in #53
  • chore(deps): update codecov/codecov-action action to v3.1.1 by @renovate in #52
  • chore(deps): update subosito/flutter-action action to v2.8.0 by @renovate in #51
  • chore(deps): update codecov/codecov-action action to v3.1.2 by @renovate in #57
  • Update build-example.yml by @hoc081098 in #60
  • chore(deps): update subosito/flutter-action action to v2.10.0 by @renovate in #56
  • chore(deps): update actions/checkout action to v4 by @renovate in #62
  • 3.1.0 by @hoc081098 in #64

Full Changelog: 3.0.0...3.1.0

3.0.0 - Jun 3, 2022

03 Jun 06:33
Compare
Choose a tag to compare

https://pub.dev/packages/rx_shared_preferences/versions/3.0.0

  • Update dependencies

    • shared_preferences to 2.0.15
    • rx_storage to 2.0.0
    • rxdart to 0.27.4
    • rxdart_ext to 0.2.2
  • Update Flutter constraint to '>=2.8.0'.


What's Changed

  • Update subosito/flutter-action action to v2 by @renovate in #37
  • Update subosito/flutter-action action to v2.2.1 by @renovate in #38
  • Update subosito/flutter-action action to v2.3.0 by @renovate in #39
  • Upgrade dependencies by @hoc081098 in #41
  • Update actions/setup-java action to v3 by @renovate in #42
  • chore(deps): update actions/checkout action to v3 by @renovate in #43
  • chore(deps): update actions/upload-artifact action to v3 by @renovate in #44
  • chore(deps): update codecov/codecov-action action to v3 by @renovate in #46
  • chore(deps): update subosito/flutter-action action to v2.4.0 by @renovate in #47
  • chore: prepare for 3.0.0 by @hoc081098 in #48
  • fix: SharedPreferencesAdapter ~ type 'List<Object?>' is not a subtype of type 'FutureOr<List?>' in type cast by @hoc081098 in #49

Full Changelog: 2.3.0...3.0.0

2.3.0 - Dec 9, 2021

09 Dec 17:59
Compare
Choose a tag to compare

https://pub.dev/packages/rx_shared_preferences/versions/2.3.0

  • Change Dart SDK constraint to '>=2.14.0 <3.0.0' and Flutter constraint to '>=2.5.0'.
  • Update shared_preferences to 2.0.10
  • Fix Flutter 2.8.0 analyzer.

What's Changed

  • Update codecov/codecov-action action to v2.1.0 by @renovate in #36

Full Changelog: 2.2.0...2.3.0

2.2.0 - Sep 12, 2021

12 Sep 17:51
Compare
Choose a tag to compare

https://pub.dev/packages/rx_shared_preferences/versions/2.2.0

  • Update dependencies

    • shared_preferences to 2.0.7
    • rx_storage to 1.2.0
    • meta to 1.7.0
    • rxdart to 0.27.2
    • rxdart_ext to 0.1.2
  • Internal: migrated from pedantic to lints.

2.1.0 - May 9, 2021

09 May 15:20
26aaed0
Compare
Choose a tag to compare

2.0.0 - Apr 30, 2021

30 Apr 12:58
Compare
Choose a tag to compare

https://pub.dev/packages/rx_shared_preferences/versions/2.0.0

2.0.0-nullsafety.0 - Feb 24, 2021

24 Feb 04:45
Compare
Choose a tag to compare

1.3.5 - Jan 4, 2021

04 Jan 04:19
Compare
Choose a tag to compare

1.3.4 - Dec 18, 2020

18 Dec 17:24
ecc077c
Compare
Choose a tag to compare
  • Now, the internal implementation based on rx_storage package.
  • The public API stays the same.

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.