3.0.0 (2019-03-02)
Bug Fixes
- Don't try and send subscriptions if we don't have a store. (7219574)
Features
- Rewrite library over to Typescript (e24d332)
BREAKING CHANGES
- This rewrites the library over to TypeScript and updates the API used for hooking up reactotron to redux. In doing the rewrite the way you wire up the store changed. Please see https://github.com/infinitered/reactotron/blob/master/docs/plugin-redux.md for updated instructions. The change is minimal and should only require changing from calling
createStore
on Reactotron to passing the result of a call tocreateEnhancer()
off Reactotron.