All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.2.0 (2019-10-14)
- add typeStyle and fix typings of ts and so on (974ab1b)
2.1.0 (2019-03-14)
- add onError hook for JSON.parse (5b883c8)
2.0.1 (2019-03-13)
- xss security issue under invalid json data (66526b9)
2.0.0 (2019-01-03)
- upgrade theme policy (91d4bc7)
1.7.9 (2018-07-09)
1.7.8 (2018-07-09)
- quote bugs (19de3e7)
1.7.7 (2018-07-09)
- quote bugs (19de3e7)
- Fix issue 9
- Add JSON formation properties ——
replacer
space
- Add class propertieds ——
themeClassName
- Add .npmignore
- Add jest coverage
- Add eslint
- Add husky for git hook
- Add testcases(using jest)
- Add .travis.yml for travis ci
- Upgrade examples to depress warnings
- Use npm creat-react-class instead of using React.createClass to avoid react deprecated warning
- Peer Dependencies of react update to ">=15.5.0"
- Build all stylus files to css files
- Upgrade examples(use
npm link
command to add react-json-pretty as dependencies) - Fix circular json problems in examples