File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Redux Remote Devtools
2
2
3
+ # 0.0.9
4
+
5
+ - Resolves an issue where the connect function returned when the http
6
+ connection was established, instead of after the connect handshake
7
+ completed. This was causing the first few actions to be missing from
8
+ devtools. Thanks to @dennis-tra for fixing this.
9
+
3
10
# 0.0.8
4
11
5
12
- Backwards compatible Update to support changes to Dart API (thanks @tvolkert )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ 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.8
5
+ version : 0.0.9
6
6
dependencies :
7
7
redux : ^3.0.0
8
8
redux_dev_tools : ^0.4.0
You can’t perform that action at this time.
0 commit comments