Skip to content

Releases: leezng/vue-json-pretty

2.0.2

10 Jan 09:10
Compare
Choose a tag to compare
  • Fixed .d.ts declaration.

2.0.0

13 Dec 14:56
Compare
Choose a tag to compare
  • Breaking Change: Compatible with Vue3.

  • Written in TypeScript with predictable static types.

  • Support big data.

    • Remove Props: highlightMouseoverNode, pathChecked.
    • Prop definition changes: Changed from function(data, key, path, defaultFormatResult) to function(data, key, path, defaultFormatResult).

1.7.1

19 Oct 06:24
Compare
Choose a tag to compare
  • 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

09 Oct 03:28
Compare
Choose a tag to compare
  • Feat: Support Nuxt.js.
  • Break Change: JS and CSS are separated. You must manually import the css file.

1.6.7

03 Aug 02:12
Compare
Choose a tag to compare
  • Fix: Don't introduce extra white in string value.

1.6.5

05 Jul 07:48
1268fe7
Compare
Choose a tag to compare
  • Fix bug: String values are parsed as HTML. #71
  • Update to webpack4.

1.6.4

01 Jul 14:34
911370e
Compare
Choose a tag to compare
  • Add ability to use a custom formatter for values. #56

1.6.3

21 Dec 12:24
e5ecc03
Compare
Choose a tag to compare
  • Add basic prop: collapsedOnClickBrackets. #43

1.6.2

31 Aug 07:42
6c735eb
Compare
Choose a tag to compare
  • Fixed #42 Parse error when data is simple(sucha as string).
  • Fixed #44 Multiple select not work.

1.6.1

25 Aug 02:57
ea8f0cd
Compare
Choose a tag to compare
  • 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.