Skip to content

Releases: leezng/vue-json-pretty

1.8.1

Choose a tag to compare

@leezng leezng released this 04 Jul 12:38
  • Fixed: White space before commas. #115
  • Fixed: No flat, for compatibility. #117

1.8.0

Choose a tag to compare

@leezng leezng released this 25 Apr 12:00
  • 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

Choose a tag to compare

@leezng leezng released this 10 Jan 09:10
  • Fixed .d.ts declaration.

2.0.0

Choose a tag to compare

@leezng leezng released this 13 Dec 14:56
  • 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

Choose a tag to compare

@leezng leezng released this 19 Oct 06:24
  • 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

Choose a tag to compare

@leezng leezng released this 09 Oct 03:28
  • Feat: Support Nuxt.js.
  • Break Change: JS and CSS are separated. You must manually import the css file.

1.6.7

Choose a tag to compare

@leezng leezng released this 03 Aug 02:12
  • Fix: Don't introduce extra white in string value.

1.6.5

Choose a tag to compare

@leezng leezng released this 05 Jul 07:48
1268fe7
  • Fix bug: String values are parsed as HTML. #71
  • Update to webpack4.

1.6.4

Choose a tag to compare

@leezng leezng released this 01 Jul 14:34
911370e
  • Add ability to use a custom formatter for values. #56

1.6.3

Choose a tag to compare

@leezng leezng released this 21 Dec 12:24
e5ecc03
  • Add basic prop: collapsedOnClickBrackets. #43