Releases: mrnkr/redux_toolkit
Releases · mrnkr/redux_toolkit
v0.1.4
17 Jan 14:36
Compare
Sorry, something went wrong.
No results found
0.1.4
Updated all dependencies to support from their current minor release to the next major release.
v0.1.3
08 Oct 15:09
Compare
Sorry, something went wrong.
No results found
0.1.2
Added support for localhost in remote-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
v0.1.1
08 Aug 18:50
Compare
Sorry, something went wrong.
No results found
CHANGELOG
Includes createStore, createReducer, PayloadAction and AsyncThunk.
Actions dispatched by AsyncThunk carry only requestId and payload within meta.
Exports reselect ^0.4.0 and nanoid.
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