Skip to content

Commit 112e013

Browse files
committed
docs and version update
1 parent 400b0b6 commit 112e013

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ Initial Version of the library.
55
* Includes `createStore`, `createReducer`, `PayloadAction` and `AsyncThunk`.
66
* Actions dispatched by `AsyncThunk` carry only `requestId` and `payload` within `meta`.
77
* 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# redux_toolkit
22

33
[![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)
45
[![Build Status](https://travis-ci.com/mrnkr/redux_toolkit.svg?branch=master)](https://travis-ci.com/mrnkr/redux_toolkit)
56
[![codecov](https://codecov.io/gh/mrnkr/redux_toolkit/branch/master/graph/badge.svg)](https://codecov.io/gh/mrnkr/redux_toolkit)
67

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: redux_toolkit
22
description: Dart port of the official, opinionated, batteries-included toolset
33
for efficient Redux development
4-
version: 0.1.0
4+
version: 0.1.1
55
homepage: https://github.com/mrnkr/redux_toolkit
66

77
environment:

0 commit comments

Comments
 (0)