Releases: hoc081098/rx_shared_preferences
Releases · hoc081098/rx_shared_preferences
4.0.0 - Jul 20, 2024
https://pub.dev/packages/rx_shared_preferences/versions/4.0.0
- Update dependencies:
shared_preferences
to^2.1.2
.rx_storage
to^3.0.0
(supportsrxdart: ^0.28.0
andrxdart_ext: ^0.3.0
).
- Change
Flutter
constraint to'>=3.3.0'
. - Change
Dart SDK
constraint to'>=2.18.0 <4.0.0'
.
What's Changed
- chore(deps): update subosito/flutter-action action to v2.12.0 by @renovate in #63
- chore(deps): update actions/upload-artifact action to v4 by @renovate in #69
- chore(deps): update actions/setup-java action to v4 by @renovate in #68
- fix(deps): update dependency rxdart_ext to ^0.3.0 by @renovate in #73
Full Changelog: 3.1.0...4.0.0
3.1.0 - Oct 15, 2023
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, useupdate...
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
https://pub.dev/packages/rx_shared_preferences/versions/3.0.0
-
Update dependencies
shared_preferences
to2.0.15
rx_storage
to2.0.0
rxdart
to0.27.4
rxdart_ext
to0.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
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
to2.0.10
- Fix Flutter 2.8.0 analyzer.
What's Changed
Full Changelog: 2.2.0...2.3.0
2.2.0 - Sep 12, 2021
https://pub.dev/packages/rx_shared_preferences/versions/2.2.0
-
Update dependencies
shared_preferences
to2.0.7
rx_storage
to1.2.0
meta
to1.7.0
rxdart
to0.27.2
rxdart_ext
to0.1.2
-
Internal: migrated from
pedantic
tolints
.
2.1.0 - May 9, 2021
https://pub.dev/packages/rx_shared_preferences/versions/2.1.0
- Update
rxdart
to0.27.0
.
2.0.0 - Apr 30, 2021
https://pub.dev/packages/rx_shared_preferences/versions/2.0.0
-
Stable release for null safety.
-
Refactor based on rx_storage: 1.0.0 package:
- Stable release for null safety.
- Add RxStorage.executeUpdate: Read–modify–write style.
- Synchronize writing task by key.
- Internal refactoring, optimize performance.
-
Add more extensions:
getObject
: reads a value of any type from persistent storage.getObjectStream
: observe a Stream of any type from persistent storage.executeUpdateBool
: based on RxStorage.executeUpdate.executeUpdateDouble
: based on RxStorage.executeUpdate.executeUpdateInt
: based on RxStorage.executeUpdate.executeUpdateString
: based on RxStorage.executeUpdate.executeUpdateStringList
: based on RxStorage.executeUpdate.
-
Update docs.
2.0.0-nullsafety.0 - Feb 24, 2021
- Breaking
- Opt into nullsafety.
- Set Dart SDK constraints to
>=2.12.0-0 <3.0.0
. - Using shared_preferences: ^2.0.0.
- Refactor
Logger
and implementation based on rx_storage: ^1.0.0-nullsafety.0 package.
1.3.5 - Jan 4, 2021
- Refactor based on rx_storage: ^0.0.2 package.
- The public API stays the same.
1.3.4 - Dec 18, 2020
- Now, the internal implementation based on rx_storage package.
- The public API stays the same.