-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
104 additions
and
48 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
## 1.2.0 | ||
|
||
- Breaking change: remove `rxdart` dependency | ||
|
||
## 1.1.0 | ||
- Update rxdart | ||
- Now support extension methods | ||
- Update rxdart | ||
- Now support extension methods | ||
|
||
## 1.0.1+1 | ||
- Update dependencies | ||
- Update example | ||
- Update dependencies | ||
- Update example | ||
|
||
## 1.0.1 | ||
- Update dependencies | ||
- Some minor changes | ||
- Update dependencies | ||
- Some minor changes | ||
|
||
## 1.0.0+1 | ||
- Only change description | ||
- Only change description | ||
|
||
## 1.0.0 | ||
|
||
- Add document, README, tests and some changes | ||
- Add document, README, tests and some changes | ||
|
||
## 0.0.9 | ||
## 0.0.9 | ||
|
||
- Initial version, created by Stagehand |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
name: rx_redux | ||
description: A library that manages state using RxDart. Redux implementation based on RxDart | ||
version: 1.1.0 | ||
description: A library that manages state using Dart Stream. Redux implementation based on Dart Stream, with the power of RxDart. | ||
version: 1.2.0 | ||
homepage: https://github.com/hoc081098/rx_redux.git | ||
issue_tracker: https://github.com/hoc081098/rx_redux/issues | ||
|
||
environment: | ||
sdk: '>=2.6.0 <3.0.0' | ||
|
||
dependencies: | ||
rxdart: ^0.23.1 | ||
meta: ^1.1.6 | ||
|
||
dev_dependencies: | ||
pedantic: ^1.0.0 | ||
test: ^1.0.0 | ||
rxdart: ^0.24.0 |