We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a67f5 commit df943ddCopy full SHA for df943dd
CHANGELOG.md
@@ -1,13 +1,19 @@
1
-# 0.0.4
+# Redux Remote Devtools
2
+
3
+## 0.0.5
4
5
+- Send current state to devtools on connect
6
7
+## 0.0.4
8
9
- Update Documentation
10
-# 0.0.3
11
+## 0.0.3
12
13
- Specify minimum version of socketcluster_client
14
-# 0.0.2
15
+## 0.0.2
16
17
- Use socketcluster_client from pub.
18
-# 0.0.1 - Initial Release
19
+## 0.0.1 - Initial Release
pubspec.yaml
@@ -2,7 +2,7 @@ name: redux_remote_devtools
description: Remote DevTools for Redux.dart
author: Michael Marner <michael@20papercups.net>
homepage: https://github.com/MichaelMarner/dart-redux-remote-devtools
-version: 0.0.4
+version: 0.0.5
dependencies:
redux: ^3.0.0
redux_dev_tools: ^0.4.0
0 commit comments