Skip to content

Releases: infinitered/reactotron

v0.8.0

30 Jul 00:20
Compare
Choose a tag to compare

v0.7.0

15 Jul 20:05
Compare
Choose a tag to compare
  • NEW android ip auto-detection support! - @jhen0409
  • NEW adds an example to the dispatch modal - @darinwilson
  • NEW updates the React DOM example to this century - @skellock

v0.6.1

27 Apr 13:27
Compare
Choose a tag to compare

v0.6.0

24 Apr 14:48
Compare
Choose a tag to compare
  • NEW adds a way to do benchmarks - thx @skellock
  • NEW press c to see connected clients - thx @andrewvy

v0.5.0

24 Apr 01:40
Compare
Choose a tag to compare
  • NEW additional details about the client are now shown when connecting - thx @andrewvy
  • NEW client count is shown in status bar - thx @andrewvy
  • NEW a simpler way to integrate redux with an enhancer - thx @andrewvy
  • FIX adds a .babelrc to the react native example app
  • FIX the redux action timer is showing the correct times again
  • MOD adds a working Android example app
  • DOC made a note about ensuring connect() gets triggered first in your app

v0.4.0

23 Apr 05:15
Compare
Choose a tag to compare
  • NEW a way to configure options on the client - thx @gantman
  • NEW a master switch to turn off everything in 1 spot - thx @gantman
  • FIX fixed the optional user agent assignment issues

v0.3.0

23 Apr 05:15
Compare
Choose a tag to compare
  • NEW a help menu to show key commands - thx @gantman
  • NEW emoji logging 🎉
  • NEW the client is now transpiled for easy integration into React DOM - found by @derekyau and @Hyra
  • MOD returns the redux store from addReduxStore - thx @gantman
  • FIX stop clobbering the window.navigator - found by @kevinvangelder
  • FIX separated the examples to prevent colliding deps - found by @gantman
  • DOC README updates - thx @gantman and @darinwilson

v0.2.0

23 Apr 05:14
Compare
Choose a tag to compare
  • NEW supports React DOM
  • NEW supports React Native Web - thx @necolas

v0.1.0

23 Apr 05:13
Compare
Choose a tag to compare
  • NEW initial release