Skip to content

Commit

Permalink
Publish version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMarner committed Jul 22, 2020
1 parent 1fcc0b5 commit cd576be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Redux Remote Devtools

# 1.0.3

- Updates documentation. No functional changes

# 1.0.2

- Adds analysis_options.yaml and fixes warnings. No functional changes
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the library to pubspec.yaml:

```yaml
dependencies:
redux_remote_devtools: ^1.0.1
redux_remote_devtools: ^1.0.3
```
## Middleware configuration
Expand All @@ -29,6 +29,10 @@ Add the middleware to your Redux configuration:
await remoteDevtools.connect();
```

> :warning: **Using Mutliple Middleware?**
> If you use other middleware, RemoteDevTools _must_ be put last. Otherwise,
> actions and state updates will be out of sync
### What's going on here?

1. Create a new instance of the devtools middleware. Specify the host and port to connect to.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: redux_remote_devtools
description: Remote DevTools for Redux.dart
author: Michael Marner <[email protected]>
homepage: https://github.com/MichaelMarner/dart-redux-remote-devtools
version: 1.0.2
version: 1.0.3
dependencies:
redux: '>=3.0.0 <5.0.0'
redux_dev_tools: '>=0.4.0 <1.0.0'
Expand Down

0 comments on commit cd576be

Please sign in to comment.