Commit Graph

255 Commits

Author SHA1 Message Date
Colin Meinke
c66e352efe Update to Babel 6 2015-11-05 16:39:01 +01:00
Dan Abramov
1752cccd82 Merge pull request #178 from caljrimmer/next
Added Props store option to createDevTools.js
2015-10-31 23:20:53 +03:00
Callum Rimmer
7d7370e471 Added Props store option to createDevTools.js 2015-10-31 10:52:23 +00:00
Dan Abramov
7e3f60572a Style tweak 2015-10-17 16:00:41 +03:00
Dan Abramov
57375c2752 Test that identity of computedStates is preserved when possible 2015-10-17 16:00:20 +03:00
Dan Abramov
878c5e493d 3.0.0-beta-3 2015-10-17 15:52:10 +03:00
Dan Abramov
43bf473b12 Don't recompute old states when toggling actions 2015-10-17 15:44:30 +03:00
Dan Abramov
f757de442f Fix examples 2015-10-17 04:11:16 +03:00
Dan Abramov
4249b3a991 Normalize actions in lifted state as per #134 2015-10-17 03:53:43 +03:00
Dan Abramov
1540777302 Never mind the comment 2015-10-17 02:35:58 +03:00
Dan Abramov
b4da7aaa48 Bring over importing state from #118 2015-10-17 02:34:46 +03:00
Dan Abramov
c23a997a0f Rewrite to simpler API 2015-10-17 02:21:07 +03:00
Dan Abramov
1f21d83931 This API is much better 2015-10-16 23:59:32 +03:00
Dan Abramov
79b51a7c0f Component-centric API, horrors are encapsulated 2015-09-28 21:12:07 +03:00
Dan Abramov
34d599af77 Fix lint 2015-09-28 18:39:13 +03:00
Dan Abramov
83e265d4d8 3.0.0-alpha-7 2015-09-28 18:38:42 +03:00
Dan Abramov
4428e8818d Refactor 2015-09-28 18:38:33 +03:00
Dan Abramov
26c66fef63 Fix lint 2015-09-28 16:12:08 +03:00
Dan Abramov
86199748e7 3.0.0-alpha-6 2015-09-28 16:11:25 +03:00
Dan Abramov
2138ca663e Connect once at the top 2015-09-28 16:10:33 +03:00
Dan Abramov
4375d69d5e Explicit > implicit 2015-09-28 13:06:05 +03:00
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