- Upgrade devDependencies
- Remove all dependencies
- Migrate to typescript (correct types are a WIP, please contribute!)
- Migrate to use use TSup as a build tool, also outputting modern ESM
- Upgrade all dependencies
- Fix component crash on getters #116
- Upgrade all dependencies
- Fixes #72
@xadn's hooks PR and minor fixes
- Fix display of objects with empty keys
- v2.1.2 was incorrectly published and did not contain the new changes. v2.1.3 contains #38
- #38 Add
HTML_TAGNAME_TEXT_TRANSFORM
theme property ( @CodyReichert )
- #38 Fix dimmed object name ( @jasonphillips )
- #33 Add support for CDATA nodes ( thanks @iloahz )
- #25
- breaking remove lib and build from source control
- new linting
- breaking updated dependencies
- #14
- Sorting properties support #12
- Theming Support: supports dark theme
- Fix Babel runtime dependency #14
- Breaking change: rename from
react-object-inspector
toreact-inspector
- non-enumerable property support #8
- Adds
TableInspector
- issue #4: inline styles
- issue #5: Initial expanded paths
- Upgrade to React 0.14
- Display dates in string form
- Resolve issue #6 "undefined" is rendered as Object
- Initial release.