Releases: leezng/vue-json-pretty
Releases · leezng/vue-json-pretty
1.7.1
- fix: When there is a
.
Character on the path, an error occurs when parsing the path. closed #63
- fix: Commas should not be highlighted by default.
1.7.0
- Feat: Support Nuxt.js.
- Break Change: JS and CSS are separated. You must manually import the css file.
1.6.7
- Fix: Don't introduce extra white in string value.
1.6.5
- Fix bug: String values are parsed as HTML. #71
- Update to webpack4.
1.6.4
- Add ability to use a custom formatter for values. #56
1.6.3
- Add basic prop: collapsedOnClickBrackets. #43
1.6.2
- Fixed #42 Parse error when data is simple(sucha as string).
- Fixed #44 Multiple select not work.
1.6.1
- The click event of the child node does not stopPropagation, so that user can listen the native click event(Temporarily solved by uid, and then proceed to improve).
- Some devDependencies upgrades.