- Release v0.8.0. Last v0.x release line.
- Breaking: Changed required parameter
key
to optional named parameter. - Breaking: Remove gate. Load initial state before calling
runApp
.
- Breaking: Dart 2.
- Breaking: Revert back to
DocumentFileEngine
as default. - Refactor.
- Breaking: Fix typo
sharedPreference
tosharedPreferences
(andSharedPreferenceEngine
toSharedPreferencesEngine
). You will need to rename if you are using it explicitly.
- Fix library export.
- Update load listener from
loadStream.listen
to Future.
- Update
redux_persist
dependency.
- Fix load bug (loaded JSON instead of string)
- Breaking: Change PersistorGate
child
tobuilder
.
- Breaking: Change PersistorGate from Widget to WidgetBuilder.
- Initial decoupling.