redux-flipper

Redux middleware for React Native for Flipper

MIT License

Downloads
186K
Stars
160
Committers
13

Bot releases are hidden (Show)

redux-flipper - v2.0.3 Latest Release

Published by plwai 8 months ago

  • support redux v5
redux-flipper - v2.0.2

Published by plwai over 2 years ago

Add license

redux-flipper - v2.0.1

Published by jk-gan about 3 years ago

add flexibility to peerDeps for newer versions (#54 by @bell-steven )

redux-flipper - v2.0.0

Published by jk-gan about 3 years ago

We bump the version to 2.0.0 to match the flipper-plugin-redux-debugger 2.0.0 version.

  • fix connection issue (#49)
  • fix undefined action (#47)
  • upgrade dependencies
redux-flipper - v1.4.2

Published by plwai almost 4 years ago

Change Logs

  • support cyclic reference in action (#23 by @keima )

  • update dependencies (#37 by @appden )

Notes

v1.4.1 is a false publish and so it is skipped.

redux-flipper - v1.4.0

Published by plwai about 4 years ago

Implement State whitelisting in RN debugger (#33 #27 by @henrikra)

redux-flipper - v1.3.2

Published by plwai about 4 years ago

Bump loadash version

redux-flipper - v1.3.1

Published by plwai over 4 years ago

Fix error with half defined configuration ( #24 )

redux-flipper - v1.3.0

Published by jk-gan over 4 years ago

Implement actionsBlacklist like in RN debugger (#21 by @andrewzey)

redux-flipper - V1.2.0

Published by plwai over 4 years ago

Additional feature to resolve cyclic reference state object. For more information on optional configuration, please refer to README.md.

redux-flipper - v1.1.0

Published by jk-gan over 4 years ago

Now it will start the connection with Flipper even before an action is dispacthed. This is all internal enhancement, you don't need to change anything.

redux-flipper - v1.0.0

Published by jk-gan over 4 years ago

Version 1.0.0 🥳

Redux middleware with flipper-plugin-redux-debugger provides anything you need when using redux in react native:

  • logger
  • comparison between old states and new states
  • manual dispatch action for debugging purpose