redux_toolkit 0.1.4 redux_toolkit: ^0.1.4 copied to clipboard
Dart port of the official, opinionated, batteries-included toolset for efficient Redux development
0.1.0 #
Initial Version of the library.
- Includes
createStore
,createReducer
,PayloadAction
andAsyncThunk
. - Actions dispatched by
AsyncThunk
carry onlyrequestId
andpayload
withinmeta
. - Exports
reselect ^0.4.0
andnanoid
.
0.1.1 #
- Enhanced docs by adding examples and correcting mistakes in the README.
- Added docs to the example
- Migrated the example to functional widgets using
functional_widget
- Fixed code styling and setup pedantic
0.1.2 #
- Added support for
localhost
inremote-devtools
url. - Added example for enum actions.
- Added tests for
configure_store
.
0.1.3 #
- Updated
meta
dependency to support the latest version - Fixed formatting with
dartfmt
0.1.4 #
- Updated all dependencies to support from their current minor release to the next major release.