Commit Graph

48 Commits

Author SHA1 Message Date
Mihail Diordiev
ee6d46e750 Move instrumentation to redux-devtools-instrument (#281) 2016-05-09 12:55:55 +01:00
Michael van Engelshoven
7b5adf9718 Fix redux support for observables (#275)
fixes #274
2016-05-09 02:45:26 +01:00
Dan Schuman
25eab60562 maxAge should throw error when < 2 2016-04-14 00:22:54 +01:00
Dan Abramov
72b59c3f0a Merge pull request #248 from khankuan/master
Consecutive toggle
2016-04-02 18:17:11 +01:00
Dan Abramov
b7f0b26be7 Merge pull request #241 from echenley/master
add maxAge option
2016-04-02 18:15:44 +01:00
khankuan
cbc1d0ecac Added SET_ACTIONS_ACTIVE, ability to set multiple actions between start and end indices to be active or skipped 2016-02-13 14:17:10 +08:00
echenley
3706c3b937 remove unnecessary spy 2016-02-12 17:40:02 -06:00
echenley
2486ca710e fix linter error 2016-02-12 17:34:00 -06:00
echenley
441ba0d14c clarify comments 2016-02-12 17:29:50 -06:00
echenley
449b73f58f clean up currentStateIndex tests 2016-02-12 17:27:55 -06:00
echenley
913c10fea4 fix expect syntax 2016-02-10 11:42:42 -06:00
echenley
b2f79bc61f add currentStateIndex test 2016-02-10 11:36:35 -06:00
echenley
4e50f10802 more tests 2016-02-09 19:39:58 -06:00
echenley
5c74b7f986 fix skipped and spec 2016-02-05 10:26:23 -06:00
echenley
f0e1efdcc2 first argument must be fn or undefined 2016-02-04 14:05:50 -06:00
echenley
0facdbbc9f add maxAge option 2016-02-04 13:41:45 -06:00
Artem Sapegin
30718acd8e Fix tests. 2016-02-04 17:22:36 +01:00
Dan Abramov
ccb3f2f070 Fix lodash imports and linting 2016-02-02 17:59:55 +00:00
Dan Abramov
8316de0970 Tweak tests to use new API and add another warning 2016-02-02 17:53:37 +00:00
Dan Abramov
f1ecc9d812 Merge pull request #232 from skovhus/port-redux-sanity-check
Add error on undefined action type
2016-02-02 17:30:06 +00:00
Zalmoxisus
e82ef7de59 Throw if there are more than one instrument enhancer included 2016-02-02 18:07:58 +02:00
Zalmoxisus
a3d053880c Add a test for 'Expected the nextReducer to be a function.' and fix ESLint 2016-01-30 15:52:01 +02:00
ksa
4ceaf3d09a Add error on undefined action type 2016-01-26 17:51:54 +01:00
Dan Abramov
57375c2752 Test that identity of computedStates is preserved when possible 2015-10-17 16:00:20 +03:00
Dan Abramov
43bf473b12 Don't recompute old states when toggling actions 2015-10-17 15:44:30 +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
4428e8818d Refactor 2015-09-28 18:38:33 +03:00
Dan Abramov
b2210f161c Fix lint 2015-09-28 03:54:13 +03:00
Dan Abramov
1edf2d25c8 Merge 2015-09-27 21:42:13 +03:00
Dan Abramov
092bb66d03 Add performance regression tests 2015-09-27 20:15:43 +03:00
Dan Abramov
58c0a6432f Remove RECOMPUTE_STATES 2015-09-27 16:55:57 +03:00
Dan Abramov
4ac31f985a Allow monitors to have their own reducers 2015-09-27 16:10:46 +03:00
Dan Abramov
49bb120444 merge 2015-09-24 23:05:55 +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
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
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
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
Lee Bannard
49b7bd1282 add tests for createDevTools.js 2015-09-23 20:47:07 +01:00
Lee Bannard
41e444f75c Return last non-undefined state from getState() 2015-09-20 11:49:37 +01:00
Lee Bannard
aa5ee9b6c6 Add tests for devTools.js 2015-09-19 21:19:10 +01:00
Dan Abramov
2c7c3232e3 Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00