Skip to content

Commit 87bd9a4

Browse files
committed
0.0.9
1 parent 41b88a4 commit 87bd9a4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Redux Remote Devtools
22

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+
310
# 0.0.8
411

512
- Backwards compatible Update to support changes to Dart API (thanks @tvolkert)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: redux_remote_devtools
22
description: Remote DevTools for Redux.dart
33
author: Michael Marner <michael@20papercups.net>
44
homepage: https://github.com/MichaelMarner/dart-redux-remote-devtools
5-
version: 0.0.8
5+
version: 0.0.9
66
dependencies:
77
redux: ^3.0.0
88
redux_dev_tools: ^0.4.0

0 commit comments

Comments
 (0)