File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,10 @@ Initial Version of the library.
5
5
* Includes ` createStore ` , ` createReducer ` , ` PayloadAction ` and ` AsyncThunk ` .
6
6
* Actions dispatched by ` AsyncThunk ` carry only ` requestId ` and ` payload ` within ` meta ` .
7
7
* Exports ` reselect ^0.4.0 ` and ` nanoid ` .
8
+
9
+ ## 0.1.1
10
+
11
+ * Enhanced docs by adding examples and correcting mistakes in the README.
12
+ * Added docs to the example
13
+ * Migrated the example to functional widgets using [ ` functional_widget ` ] ( https://github.com/rrousselGit/functional_widget )
14
+ * Fixed code styling and setup pedantic
Original file line number Diff line number Diff line change 1
1
# redux_toolkit
2
2
3
3
[ ![ pub package] ( https://img.shields.io/pub/v/redux_toolkit.svg )] ( https://pub.dartlang.org/packages/redux_toolkit )
4
+ [ ![ license] ( https://img.shields.io/github/license/mrnkr/redux_toolkit )] ( https://github.com/mrnkr/redux_toolkit/blob/master/LICENSE )
4
5
[ ![ Build Status] ( https://travis-ci.com/mrnkr/redux_toolkit.svg?branch=master )] ( https://travis-ci.com/mrnkr/redux_toolkit )
5
6
[ ![ codecov] ( https://codecov.io/gh/mrnkr/redux_toolkit/branch/master/graph/badge.svg )] ( https://codecov.io/gh/mrnkr/redux_toolkit )
6
7
Original file line number Diff line number Diff line change 1
1
name : redux_toolkit
2
2
description : Dart port of the official, opinionated, batteries-included toolset
3
3
for efficient Redux development
4
- version : 0.1.0
4
+ version : 0.1.1
5
5
homepage : https://github.com/mrnkr/redux_toolkit
6
6
7
7
environment :
You can’t perform that action at this time.
0 commit comments