# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.2.0"></a>
# [2.2.0](https://github.com/chenckang/react-json-pretty/compare/v2.1.0...v2.2.0) (2019-10-14)


### Features

* add typeStyle and fix typings of ts and so on ([974ab1b](https://github.com/chenckang/react-json-pretty/commit/974ab1b))



<a name="2.1.0"></a>
# [2.1.0](https://github.com/chenckang/react-json-pretty/compare/v2.0.1...v2.1.0) (2019-03-14)


### Features

* add onError hook for JSON.parse ([5b883c8](https://github.com/chenckang/react-json-pretty/commit/5b883c8))



<a name="2.0.1"></a>
## [2.0.1](https://github.com/chenckang/react-json-pretty/compare/v2.0.0...v2.0.1) (2019-03-13)


### Bug Fixes

* xss security issue under invalid json data ([66526b9](https://github.com/chenckang/react-json-pretty/commit/66526b9))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/chenckang/react-json-pretty/compare/v1.7.9...v2.0.0) (2019-01-03)


### Features

* upgrade theme policy ([91d4bc7](https://github.com/chenckang/react-json-pretty/commit/91d4bc7))



<a name="1.7.9"></a>
## [1.7.9](https://github.com/chenckang/react-json-pretty/compare/v1.7.8...v1.7.9) (2018-07-09)



<a name="1.7.8"></a>
## [1.7.8](https://github.com/chenckang/react-json-pretty/compare/v1.7.6...v1.7.8) (2018-07-09)


### Bug Fixes

* quote bugs ([19de3e7](https://github.com/chenckang/react-json-pretty/commit/19de3e7))



<a name="1.7.7"></a>
## [1.7.7](https://github.com/chenckang/react-json-pretty/compare/v1.7.6...v1.7.7) (2018-07-09)


### Bug Fixes

* quote bugs ([19de3e7](https://github.com/chenckang/react-json-pretty/commit/19de3e7))




### 1.7.6

1. Fix [issue 9](https://github.com/chenckang/react-json-pretty/issues/9)

### 1.7.0

1. Add JSON formation properties —— `replacer` `space`
2. Add class propertieds —— `themeClassName`
3. Add .npmignore

### 1.6.3

1. Add jest coverage
2. Add eslint
3. Add husky for git hook

### 1.6.2

1. Add testcases(using jest)
2. Add .travis.yml for travis ci

### 1.6.1

1. Upgrade examples to depress warnings

### 1.6.0

1. Use npm creat-react-class instead of using React.createClass to avoid react deprecated warning
2. Peer Dependencies of react update to ">=15.5.0"
3. Build all stylus files to css files
4. Upgrade examples(use `npm link` command to add react-json-pretty as dependencies)
5. Fix circular json problems in examples