Commit Graph

193 Commits

Author SHA1 Message Date
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
chriskjaer
134098d2be Extend component
React 0.14 rc1 gives warnings if React.Component
isn't extendend. See https://facebook.github.io/react/blog/2015/09/10/react-v0.14-rc1.html#new-deprecations-introduced-with-a-warning
2015-09-11 11:59:05 +02:00
David Lu
b4ea5c278e refactor deserialization in persistState 2015-09-10 23:46:33 -04:00
David Lu
3294864b7d add actionDeserializer callback to persistState 2015-09-10 23:44:49 -04:00
Dan Abramov
1d41c808a1 2.1.0 2015-09-03 16:24:48 +03:00
Dan Abramov
9873b0f9e5 Merge branch 'master' of https://github.com/gaearon/redux-devtools 2015-09-03 16:21:01 +03:00
Dan Abramov
52bd8c0d7c Merge pull request #78 from FredyC/persist-state-serialization
custom parsers for persistState
2015-09-03 16:17:33 +03:00
Dan Abramov
2a1596901b Merge pull request #93 from khronnuz/patch-1
Improve instructions on how to run example
2015-09-03 16:16:41 +03:00
Dan Abramov
92b5110cc0 Add visibleOnLoad to all examples 2015-09-03 16:14:21 +03:00
Dan Abramov
d3b850f750 Merge pull request #75 from jackielii/visible-on-load
add visibleOnLoad props to LogMonitor
2015-09-03 16:12:02 +03:00
Johnny Everson
0a1a49c4d8 Improve instructions on how to run example
Note: taken as it is from the root Readme
2015-09-01 13:20:58 -03:00
Dan Abramov
7eef6710ab 2.0.0 2015-09-01 04:41:09 +03:00
Dan Abramov
329b755a3a Update to Redux 2.0 2015-09-01 04:40:45 +03:00
Jackie Li
fa5f907738 add visibleOnLoad prop to LogMonitor 2015-08-29 00:13:14 +01:00
Dan Abramov
0609397636 Merge pull request #91 from gaearon/remove-no-errors-plugin
Remove NoErrorsPlugin
2015-08-29 01:01:52 +03:00
Dan Abramov
919ae16aa0 Remove NoErrorsPlugin 2015-08-29 01:01:23 +03:00
Dan Abramov
2f8ecf202e Merge pull request #90 from ngbrown/patch-1
Updated README.md with info on Ctrl+H
2015-08-28 20:59:51 +03:00
Nathan Brown
7f4add81b4 Updated README.md with info on Ctrl+H 2015-08-28 09:28:07 -07:00
Dan Abramov
75322b15ee Update CHANGELOG.md 2015-08-26 20:13:18 +03:00
Dan Abramov
c38fc57209 Update CHANGELOG.md 2015-08-26 20:13:09 +03:00
Dan Abramov
d2083e1541 1.1.2 2015-08-26 20:04:40 +03:00
Dan Abramov
6c81eebb0b Merge pull request #86 from chibicode/master
Extract JSONTree
2015-08-26 20:01:59 +03:00
Shu Uesugi
445e3c9ecd Extract JSONTree 2015-08-24 19:43:31 -07:00
Dan Abramov
15c35b6417 1.1.1 2015-08-24 02:57:08 +03:00
Dan Abramov
92aaa5a3be Merge pull request #84 from josebalius/master
Fix for issue #83 - JSONObjectNode#getChildNodes: Cannot read propert…
2015-08-24 02:56:14 +03:00
Jose Garcia
b5a878df87 Fix for issue #83 - JSONObjectNode#getChildNodes: Cannot read property '...' of null (previousData) 2015-08-23 19:26:38 -04:00
FredyC
6ee3b4373b using deserializer callback for persistState 2015-08-23 13:43:26 +02:00
Dan Abramov
4670a825d0 Tweak the instructions 2015-08-23 14:17:33 +03:00
Dan Abramov
68c4e666c0 Merge pull request #82 from qnm/improve-readme
Improve instructions, adding examples and notes on middleware ordering
2015-08-23 14:11:10 +03:00
Dan Abramov
bb48132774 1.1.0 2015-08-23 03:28:09 +03:00
Dan Abramov
31a3d64143 Update dependencies 2015-08-23 03:26:30 +03:00
Dan Abramov
14fcc66f7f Merge remote-tracking branch 'FredyC/iteratable-support' 2015-08-23 03:17:25 +03:00
FredyC
fff7e39874 using Number.isSafeInteger for iterable size (+ fixed some comments) 2015-08-22 17:51:37 +02:00
FredyC
11af53ccfb counting entries of iterable structure 2015-08-22 17:38:43 +02:00
FredyC
04f15f6d4d arrays shouldn't be treated as an iterable 2015-08-22 06:13:04 +02:00
FredyC
c76f755863 safer type checking for iterable structures 2015-08-22 06:09:42 +02:00
Rob Sharp
1eb5d62ba9 Prefer 'store enhancer' and remove duplicate CounterApp 2015-08-21 21:51:33 +10:00
Rob Sharp
c567bb2d72 Improve installation instructions by adding examples and note on middleware ordering 2015-08-21 09:39:39 +10:00
Dan Abramov
644a202312 Merge pull request #80 from rrrene/patch-1
Add link to Redux project in README
2015-08-21 02:26:22 +03:00
René Föhring
0ffad5b7f8 Add link to Redux project in README
[ci skip]
2015-08-20 15:41:03 +02:00
FredyC
56de89c440 support for state with iterable structures 2015-08-20 10:16:39 +02:00
FredyC
e76bb6956b custom parsers for persistState 2015-08-19 21:58:25 +02:00