Commit Graph

334 Commits

Author SHA1 Message Date
echenley
2ae9279171 more explicit comment 2016-02-05 10:28:22 -06:00
echenley
5c74b7f986 fix skipped and spec 2016-02-05 10:26:23 -06:00
echenley
9bafa7a0d7 don't delete @@INIT 2016-02-04 20:00:42 -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
Dan Abramov
86f522af90 3.1.0 2016-02-02 18:09:30 +00:00
Dan Abramov
ccb3f2f070 Fix lodash imports and linting 2016-02-02 17:59:55 +00:00
Dan Abramov
778803eb97 Merge remote-tracking branch 'lo/dependency/lodash/upgrade' 2016-02-02 17:57:11 +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
Dan Abramov
a7e1221f1d Merge pull request #235 from zalmoxisus/master
Check instrumentation store enhancer's reducer and not to be included twice
2016-02-02 17:27:30 +00:00
Zalmoxisus
e82ef7de59 Throw if there are more than one instrument enhancer included 2016-02-02 18:07:58 +02:00
Sébastien HOUZÉ
9b6f3f7237 Upgrade lodash dependency to ^4.2.0. 2016-02-02 11:29:16 +01: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
Mihail Diordiev
d756384b6c Throw if the reducer passed to replaceReducer() is not a function 2016-01-30 15:11:54 +02:00
Dan Abramov
a370d49eec Update README.md 2016-01-29 20:44:26 +00:00
Dan Abramov
ade127c0e0 Update README.md 2016-01-29 20:41:39 +00:00
Dan Abramov
4a7430da07 Update README.md 2016-01-29 20:40:15 +00:00
Dan Abramov
85c3ba718f Extract Walkthrough.md doc 2016-01-29 20:39:28 +00:00
Dan Abramov
b72f22d4f3 Add chart monitor 2016-01-29 20:32:51 +00:00
Dan Abramov
fe545ac344 Add a few links 2016-01-29 20:22:03 +00:00
Dan Abramov
5e1fdf1e2e Remove unused import 2016-01-28 19:17:17 +00:00
Dan Abramov
c64b4c616d 3.0.2 2016-01-28 19:15:14 +00:00
Dan Abramov
2d4369fcab Pass enhancer through as per Redux 3.1 changes 2016-01-28 19:15:02 +00:00
Dan Abramov
4333826cab Reflect Redux 3.1.0 changes in the README 2016-01-28 19:13:55 +00:00
ksa
4ceaf3d09a Add error on undefined action type 2016-01-26 17:51:54 +01:00
Dan Abramov
72cd8d0505 Merge pull request #220 from yepnamesjames/master
Missing semicolon throwing TodoMVC error
2016-01-18 17:31:30 +00:00
Dan Abramov
f53f660df2 Merge pull request #216 from bvaughn/master
Updated redux-devtools-filterable-log-monitor example GIF
2016-01-11 13:36:03 -08:00
Dan Abramov
f1cdddc1c6 Merge pull request #222 from joshwcomeau/master
Fix webpack typo: providePlugin -> definePlugin
2016-01-11 13:35:44 -08:00
Joshua Comeau
604e45fbfc Fix webpack typo: providePlugin -> definePlugin
A couple of places mention the wrong webpack plugin required for
excluding DevTools from production builds. I fixed the typo, and
expanded on the explanation a bit, since this was a bit of a sticking
point for me =)
2016-01-09 10:48:28 -05:00
James Y. Rauhut
228a03cc31 Missing semicolon throwing TodoMVC error 2016-01-08 11:57:46 -06:00
Brian Vaughn
bb66f5607b Updated redux-devtools-filterable-log-monitor example GIF 2015-12-31 01:38:50 -05:00
Dan Abramov
a1e3d9ec3e Merge pull request #212 from bvaughn/master
Updated the preview GIF for redux-devtools-filterable-log-monitor
2015-12-28 22:37:49 +00:00
Brian Vaughn
4ae71629f7 Updated the preview GIF for redux-devtools-filterable-log-monitor to display new features 2015-12-28 15:23:44 -05:00
Dan Abramov
fdc78b303e Use explicit files whitelist 2015-12-27 00:35:53 +00:00
Dan Abramov
7029a9e42e 3.0.1 2015-12-27 00:34:30 +00:00
Dan Abramov
10319e16e3 Merge update to Babel 6 2015-12-27 00:31:56 +00:00
Dan Abramov
cd80dad9da Merge pull request #180 from colinmeinke/next
Update to Babel 6
2015-12-27 00:13:51 +00:00
Dan Abramov
ccbccd6810 Reword the comment 2015-12-27 00:09:51 +00:00
Dan Abramov
6dcde1f83b Merge branch 'master' of https://github.com/gaearon/redux-devtools 2015-12-27 00:08:48 +00:00
Dan Abramov
8e9326297b Merge pull request #208 from zalmoxisus/master
Solve the issue with loosing sourceMaps in Chrome
2015-12-27 00:08:40 +00:00
Dan Abramov
7ad3bb259c Tweak the warning messages 2015-12-27 00:07:14 +00:00
Dan Abramov
b88280a7fa Merge pull request #211 from robertknight/warn-if-store-not-instrumented
Warn and do not attempt to render if store not instrumented
2015-12-26 23:58:15 +00:00
Robert Knight
afb3b8b5a1 Warn and do not attempt to render if store not instrumented
Very confusing error messages were produced if the
container component returned by createDevTools()
was constructed without a store being injected or
if the store had not been instrumented with
DevTools.instrument()

Add warnings for both of these cases and avoid console error
spam by short circuiting rendering of the devtools if they
have not been setup correctly.

Fixes #179
2015-12-26 23:45:02 +00:00
Dan Abramov
23d99f974a Merge pull request #210 from bvaughn/master
Added redux-devtools-filterable-log-monitor to the README
2015-12-21 19:25:38 +00:00
Brian Vaughn
60ef86fe75 Added redux-devtools-filterable-log-monitor to the README 2015-12-21 10:08:18 -08:00
Zalmoxisus
10db8acea4 Solve the issue with loosing sourceMaps in Chrome
Fix #193.
2015-12-20 20:15:21 +02:00
Lee Bannard
e400dea310 Merge pull request #205 from cesarandreu/patch-1
Fix typo in README.md
2015-12-15 07:13:31 +00:00
Cesar Andreu
b8037c8754 Fix typo in README.md 2015-12-14 20:53:24 -08:00
Colin Meinke
3054bfac1b Export on same line as class definition 2015-12-14 17:23:19 -06:00