Releases: infinitered/reactotron
Releases · infinitered/reactotron
v0.8.0
v0.7.0
v0.6.1
v0.6.0
v0.5.0
NEW
additional details about the client are now shown when connecting - thx @andrewvyNEW
client count is shown in status bar - thx @andrewvyNEW
a simpler way to integrate redux with an enhancer - thx @andrewvyFIX
adds a .babelrc to the react native example appFIX
the redux action timer is showing the correct times againMOD
adds a working Android example appDOC
made a note about ensuringconnect()
gets triggered first in your app
v0.4.0
v0.3.0
NEW
a help menu to show key commands - thx @gantmanNEW
emoji logging 🎉NEW
the client is now transpiled for easy integration into React DOM - found by @derekyau and @HyraMOD
returns the redux store fromaddReduxStore
- thx @gantmanFIX
stop clobbering the window.navigator - found by @kevinvangelderFIX
separated the examples to prevent colliding deps - found by @gantmanDOC
README updates - thx @gantman and @darinwilson