Skip to content

Releases: leezng/vue-json-pretty

1.8.1

04 Jul 12:38

Choose a tag to compare

  • Fixed: White space before commas. #115
  • Fixed: No flat, for compatibility. #117

1.8.0

25 Apr 12:00

Choose a tag to compare

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

2.0.2

10 Jan 09:10

Choose a tag to compare

  • Fixed .d.ts declaration.

2.0.0

13 Dec 14:56

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

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

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

Choose a tag to compare

  • Fix: Don't introduce extra white in string value.

1.6.5

05 Jul 07:48
1268fe7

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

Choose a tag to compare

  • Add ability to use a custom formatter for values. #56

1.6.3

21 Dec 12:24
e5ecc03

Choose a tag to compare

  • Add basic prop: collapsedOnClickBrackets. #43