File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Redux Remote Devtools
2
2
3
+ # 1.0.0
4
+
5
+ - Allows support for Redux 4.0.0 (backwards compatible with 3)
6
+ - Switching to semver versioning
7
+
3
8
# 0.0.11
4
9
5
10
- Updates dependency to latest socketcluster_client and makes this package work
18
23
19
24
# 0.0.8
20
25
21
- - Backwards compatible Update to support changes to Dart API (thanks @tvolkert )
26
+ - Backwards compatible Update to support changes to Dart API (thanks @tvolkert )
22
27
23
28
## 0.0.7
24
29
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: redux_remote_devtools
2
2
description : Remote DevTools for Redux.dart
3
3
author : Michael Marner <michael@20papercups.net>
4
4
homepage : https://github.com/MichaelMarner/dart-redux-remote-devtools
5
- version : 0 .0.11
5
+ version : 1 .0.0
6
6
dependencies :
7
- redux : ^ 3.0.0
7
+ redux : ' >= 3.0.0 <5.0.0 '
8
8
redux_dev_tools : ^0.4.0
9
9
socketcluster_client : ^0.2.0
10
10
dev_dependencies :
You can’t perform that action at this time.
0 commit comments