Skip to content

Releases: zalmoxisus/remote-redux-devtools

v0.1.1

01 Feb 09:32
Compare
Choose a tag to compare
  • Fix unhandled exceptions displaying the react native red exception screen (#8).
  • Update socketcluster-client to fix the reconnecting issue.
  • Use store.subscribe instead of reducers.

v0.1.0

24 Jan 09:29
Compare
Choose a tag to compare

Use remotedev-server as a bridge to the monitor app.

v0.0.9

20 Jan 11:44
Compare
Choose a tag to compare
  • The instance can be identified in the app monitor by providing name prop.
  • Sync the instance to have the same states as the other one (if required by the app).
  • Don't miss INIT action.

v0.0.8

16 Jan 16:56
Compare
Choose a tag to compare

Support multiple instances.

v0.0.7

15 Jan 10:35
Compare
Choose a tag to compare
  • Support simultaneous actions.
  • Prevent multiple channel watching.

v0.0.6

10 Jan 08:58
Compare
Choose a tag to compare

Export as Node.js module (#3).

v0.0.5

09 Jan 16:29
Compare
Choose a tag to compare

Optionally, use as a command line tool to run a local server for sockets (#1).

v0.0.4

09 Jan 16:23
Compare
Choose a tag to compare

Initial public release. Relays lifted states and actions via sockets to the monitor app.