Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@infinitered-circleci infinitered-circleci released this 02 Mar 01:34
· 26 commits to master since this release

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 to createEnhancer() off Reactotron.