|
1 | | -### NEXT |
| 1 | +### July 15, 2016 - 0.7.0 |
2 | 2 |
|
3 | | -* `NEW` adds an example to the dispatch modal - thx [@darinwilson](https://github.com/darinwilson) |
| 3 | +* `NEW` android ip auto-detection support! - [@jhen0409](https://github.com/jhen0409) |
| 4 | +* `NEW` adds an example to the dispatch modal - [@darinwilson](https://github.com/darinwilson) |
| 5 | +* `NEW` updates the React DOM example to this century - [@skellock](https://github.com/skellock) |
4 | 6 |
|
5 | 7 | ### April 27, 2016 - 0.6.1 |
6 | 8 |
|
7 | | -* `FIX` adds compatibility with Node 4.x and npm 2.x - thx [@skellock](https://github.com/skellock) - found by [@maraujop](https://github.com/maraujop) and [@avioli](https://github.com/avioli) |
8 | | -* `MOD` no longer using `fbjs` for `performanceNow()` - thx [@skellock](https://github.com/skellock) - found by [@avioli](https://github.com/avioli) |
| 9 | +* `FIX` adds compatibility with Node 4.x and npm 2.x - [@skellock](https://github.com/skellock) - found by [@maraujop](https://github.com/maraujop) and [@avioli](https://github.com/avioli) |
| 10 | +* `MOD` no longer using `fbjs` for `performanceNow()` - [@skellock](https://github.com/skellock) - found by [@avioli](https://github.com/avioli) |
9 | 11 |
|
10 | 12 | ### April 24, 2016 - 0.6.0 |
11 | 13 |
|
12 | | -* `NEW` adds a way to do benchmarks - thx [@skellock](https://github.com/skellock) |
13 | | -* `NEW` press `c` to see connected clients - thx [@andrewvy](https://github.com/andrewvy) |
| 14 | +* `NEW` adds a way to do benchmarks - [@skellock](https://github.com/skellock) |
| 15 | +* `NEW` press `c` to see connected clients - [@andrewvy](https://github.com/andrewvy) |
14 | 16 |
|
15 | 17 | ### April 23, 2016 - 0.5.0 |
16 | 18 |
|
17 | | -* `NEW` additional details about the client are now shown when connecting - thx [@andrewvy](https://github.com/andrewvy) |
18 | | -* `NEW` client count is shown in status bar - thx [@andrewvy](https://github.com/andrewvy) |
19 | | -* `NEW` a simpler way to integrate redux with an enhancer - thx [@andrewvy](https://github.com/andrewvy) |
20 | | -* `FIX` adds a .babelrc to the react native example app - thx [@skellock](https://github.com/skellock) |
21 | | -* `FIX` the redux action timer is showing the correct times again - thx [@skellock](https://github.com/skellock) |
22 | | -* `MOD` adds a working Android example app - thx [@skellock](https://github.com/skellock) |
23 | | -* `DOC` made a note about ensuring `connect()` gets triggered first in your app - thx [@skellock](https://github.com/skellock) |
| 19 | +* `NEW` additional details about the client are now shown when connecting - [@andrewvy](https://github.com/andrewvy) |
| 20 | +* `NEW` client count is shown in status bar - [@andrewvy](https://github.com/andrewvy) |
| 21 | +* `NEW` a simpler way to integrate redux with an enhancer - [@andrewvy](https://github.com/andrewvy) |
| 22 | +* `FIX` adds a .babelrc to the react native example app - [@skellock](https://github.com/skellock) |
| 23 | +* `FIX` the redux action timer is showing the correct times again - [@skellock](https://github.com/skellock) |
| 24 | +* `MOD` adds a working Android example app - [@skellock](https://github.com/skellock) |
| 25 | +* `DOC` made a note about ensuring `connect()` gets triggered first in your app - [@skellock](https://github.com/skellock) |
24 | 26 |
|
25 | 27 | ### April 23, 2016 - 0.4.0 |
26 | 28 |
|
27 | | -* `NEW` a way to configure options on the client - thx [@gantman](https://github.com/gantman) |
28 | | -* `NEW` a master switch to turn off everything in 1 spot - thx [@gantman](https://github.com/gantman) |
29 | | -* `FIX` fixed the optional user agent assignment issues - thx [@skellock](https://github.com/skellock) |
| 29 | +* `NEW` a way to configure options on the client - [@gantman](https://github.com/gantman) |
| 30 | +* `NEW` a master switch to turn off everything in 1 spot - [@gantman](https://github.com/gantman) |
| 31 | +* `FIX` fixed the optional user agent assignment issues - [@skellock](https://github.com/skellock) |
30 | 32 |
|
31 | 33 | ### April 22, 2016 - 0.3.0 |
32 | 34 |
|
33 | | -* `NEW` a help menu to show key commands - thx [@gantman](https://github.com/gantman) |
34 | | -* `NEW` emoji logging 🎉 - thx [@skellock](https://github.com/skellock) |
| 35 | +* `NEW` a help menu to show key commands - [@gantman](https://github.com/gantman) |
| 36 | +* `NEW` emoji logging 🎉 - [@skellock](https://github.com/skellock) |
35 | 37 | * `NEW` the client is now transpiled for easy integration into React DOM - found by [@derekyau](https://github.com/derekyau) and [@Hyra](https://github.com/Hyra) |
36 | | -* `MOD` returns the redux store from `addReduxStore` - thx [@gantman](https://github.com/gantman) |
| 38 | +* `MOD` returns the redux store from `addReduxStore` - [@gantman](https://github.com/gantman) |
37 | 39 | * `FIX` stop clobbering the window.navigator - found by [@kevinvangelder](https://github.com/kevinvangelder) |
38 | 40 | * `FIX` separated the examples to prevent colliding deps - found by [@gantman](https://github.com/gantman) |
39 | | -* `DOC` README updates - thx [@gantman](https://github.com/gantman) and [@darinwilson](https://github.com/darinwilson) |
| 41 | +* `DOC` README updates - [@gantman](https://github.com/gantman) and [@darinwilson](https://github.com/darinwilson) |
40 | 42 |
|
41 | 43 | ### April 21, 2016 - 0.2.0 |
42 | 44 |
|
43 | | -* `NEW` supports React DOM - thx [@skellock](https://github.com/skellock) |
44 | | -* `NEW` supports React Native Web - thx [@necolas](https://github.com/necolas) |
| 45 | +* `NEW` supports React DOM - [@skellock](https://github.com/skellock) |
| 46 | +* `NEW` supports React Native Web - [@necolas](https://github.com/necolas) |
45 | 47 |
|
46 | 48 | ### April 20, 2016 - 0.1.0 |
47 | 49 |
|
48 | | -* `NEW` initial release - thx [@skellock](https://github.com/skellock) |
49 | | - |
| 50 | +* `NEW` initial release - [@skellock](https://github.com/skellock) |
0 commit comments