Commit Graph

434 Commits

Author SHA1 Message Date
Dan Abramov
b2210f161c Fix lint 2015-09-28 03:54:13 +03:00
Dan Abramov
915ffeee08 3.0.0-alpha-4 2015-09-28 03:52:18 +03:00
Dan Abramov
c1256ed8ff Figure out monitor composition 2015-09-28 03:52:10 +03:00
Dan Abramov
1edf2d25c8 Merge 2015-09-27 21:42:13 +03:00
Dan Abramov
cbbaaef554 2.1.5 2015-09-27 20:24:14 +03:00
Dan Abramov
32371664a0 Merge pull request #133 from gaearon/optimize-state-computation
Do not recompute states unless necessary
2015-09-27 20:24:00 +03:00
Dan Abramov
092bb66d03 Add performance regression tests 2015-09-27 20:15:43 +03:00
Dan Abramov
b5292609da Do not recompute states unless necessary 2015-09-27 20:08:58 +03:00
Dan Abramov
58c0a6432f Remove RECOMPUTE_STATES 2015-09-27 16:55:57 +03:00
Dan Abramov
ddeda5d4d6 Rename variable 2015-09-27 16:34:23 +03:00
Dan Abramov
e9e951412f 3.0.0-alpha-3 2015-09-27 16:11:15 +03:00
Dan Abramov
4ac31f985a Allow monitors to have their own reducers 2015-09-27 16:10:46 +03:00
Dan Abramov
a37b30e878 Merge 2015-09-27 11:44:31 +03:00
Dan Abramov
a5dd802547 2.1.4 2015-09-26 01:20:05 +03:00
Dan Abramov
237b543324 3.0.0-alpha-2 2015-09-24 23:38:39 +03:00
Dan Abramov
2ee2caad96 Split regular and dev dependencies 2015-09-24 23:38:22 +03:00
Dan Abramov
a4306d6ba4 Put the original Monitor on statics 2015-09-24 23:38:10 +03:00
Dan Abramov
49bb120444 merge 2015-09-24 23:05:55 +03:00
Dan Abramov
f3e950aecf 3.0.0-alpha-1 2015-09-24 22:55:08 +03:00
Dan Abramov
94826d610e Bring back the ability to pass raw store 2015-09-24 22:51:59 +03:00
Dan Abramov
f05afda46a Revert "Delete outdated test file"
This reverts commit 23163516ed.
2015-09-24 22:14:03 +03:00
Dan Abramov
23163516ed Delete outdated test file 2015-09-24 22:10:05 +03:00
Dan Abramov
0c3a1c6f7a Fix lint 2015-09-24 22:08:20 +03:00
Dan Abramov
8c68b9519c Update counter example 2015-09-24 22:06:06 +03:00
Lee Bannard
95a2636370 add tests for persistState.js 2015-09-24 19:20:02 +01:00
Lee Bannard
eb9ecb1e65 improve code coverage on devTools.js 2015-09-24 19:18:58 +01:00
Dan Abramov
b58ae85971 3.0.0-alpha 2015-09-24 20:35:52 +03:00
Dan Abramov
274d0cba27 Extract LogMonitor 2015-09-24 20:35:33 +03:00
Lee Bannard
d157963ceb clarify recompute test 2015-09-24 18:12:24 +01:00
Lee Bannard
7ef89c29e9 rename sweep disabled action test 2015-09-24 18:11:11 +01:00
Dan Abramov
e1585eae4f Merge pull request #119 from nikgraf/patch-1
fix(LogMonitor): add theme to propTypes
2015-09-24 17:59:38 +03:00
Dan Abramov
54146ad2a9 Add badges 2015-09-24 17:58:42 +03:00
Dan Abramov
730860de0a Merge pull request #120 from ellbee/getState_returns_last_non_undefined
Return last non-undefined state from getState() #106
2015-09-24 17:55:49 +03:00
Dan Abramov
c74c3b479f 2.1.3 2015-09-24 16:40:38 +03:00
Dan Abramov
6dba7875ba Update dependencies 2015-09-24 16:40:14 +03:00
Lee Bannard
49b7bd1282 add tests for createDevTools.js 2015-09-23 20:47:07 +01:00
Nik Graf
c5165b1bce fix(LogMonitor): allow a string for the theme prop 2015-09-20 18:25:22 +02:00
Lee Bannard
41e444f75c Return last non-undefined state from getState() 2015-09-20 11:49:37 +01:00
Nikolaus Graf
ef559a4848 fix(LogMonitor): add theme to propTypes 2015-09-20 11:34:44 +02:00
Lee Bannard
aa5ee9b6c6 Add tests for devTools.js 2015-09-19 21:19:10 +01:00
Dan Abramov
a8e06e9975 Merge pull request #111 from chibicode/patch-1
Bump react-json-tree 0.1.9
2015-09-14 22:54:28 +03:00
Shu Uesugi
dcb2ada59c ⬆️ react-json-tree 0.1.9
@dzannotti helped increase the performance of `react-json-tree` - it doesn't use deep equality check anymore, so it should be much faster. I put it on 0.1.9. The details are on this commit:

b550c73770
2015-09-14 12:51:04 -07:00
Dan Abramov
fc839a0896 2.1.2 2015-09-13 02:58:44 +03:00
Dan Abramov
751e22d687 Bump peerDependencies to include Redux 3.x 2015-09-13 02:58:34 +03:00
Dan Abramov
22011114f5 Fix lint 2015-09-12 17:17:41 +03:00
Dan Abramov
d1d39a0890 Bump react-json-tree dependency 2015-09-12 17:14:13 +03:00
Dan Abramov
dbe42cbacc 2.1.1 2015-09-12 16:57:17 +03:00
Dan Abramov
431adfd611 Merge pull request #101 from conundrumer/master
add actionDeserializer callback to persistState
2015-09-12 16:54:46 +03:00
Dan Abramov
2c0d51ae82 Update README.md 2015-09-12 16:53:58 +03:00
Dan Abramov
c0010a2ae6 Merge pull request #103 from chriskjaer/extend-component
Extend component
2015-09-12 16:50:19 +03:00