Skip to content

Latest commit

 

History

History
102 lines (49 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

102 lines (49 loc) · 2.44 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.0 (2019-10-14)

Features

  • add typeStyle and fix typings of ts and so on (974ab1b)

2.1.0 (2019-03-14)

Features

  • add onError hook for JSON.parse (5b883c8)

2.0.1 (2019-03-13)

Bug Fixes

  • xss security issue under invalid json data (66526b9)

2.0.0 (2019-01-03)

Features

1.7.9 (2018-07-09)

1.7.8 (2018-07-09)

Bug Fixes

1.7.7 (2018-07-09)

Bug Fixes

1.7.6

  1. Fix issue 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