Commit Graph

311 Commits

Author SHA1 Message Date
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
28c2062390 Add some troubleshooting 2015-10-17 14:15:59 +03:00
Dan Abramov
578dddbc5b Update README.md 2015-10-17 04:33:23 +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
c13a911a0f Update README.md 2015-10-16 20:57:15 +03:00
Dan Abramov
86b8e37e19 Merge pull request #157 from omnidan/patch-2
prevent possible errors in example
2015-10-15 23:24:27 +03:00
Daniel Bugl
bfbacefae7 prevent possible errors in example
I just ran into this issue and thought it might be react 0.14, then I realized I didn't `npm install` in the root directory 😁
2015-10-15 21:16:33 +02:00
Dan Abramov
0a1458cdbd Merge pull request #138 from djkirby/patch-1
📝 Fix typo in docs
2015-10-03 13:30:17 +03:00
Dylan Kirby
ec6c650b51 📝 Fix typo in docs
re-evaluted -> re-evalutated
2015-10-02 13:42:25 -04:00
Dan Abramov
b0288c83d1 Merge pull request #136 from gouegd/master
Rephrasing how to order the devtools and middleware calls
2015-10-01 19:41:25 +03:00
Gregory Desfour
239ec691f2 Explicitly tell devTools should be called after in the composed
functions list.
2015-09-30 22:27:49 +02:00
Gregory Desfour
8a2ce42268 Revert "Rephrasing how to order the devtools and middleware calls"
This reverts commit 1c022b8bc0.
2015-09-30 22:15:00 +02:00
Gregory Desfour
1c022b8bc0 Rephrasing how to order the devtools and middleware calls 2015-09-29 11:54:18 +02: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