Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

43 lines (26 loc) · 1.45 KB

json-parser

0.4.0

Minor Changes

0.3.0

Minor Changes

  • #3 c8e8081b Thanks @zyrong! - The coderange range is changed to end+1, Easier to use string.slice(start, end) visitor.isSimpleNode/isComplexNode change to export Fix the problem that the empty key node through visitor.get ('') cannot be obtained Change the original visitor.get("") to visitor.get() to obtain the visitor.body node

0.2.0

Minor Changes

Node Definition breaking change

  • node.value.code => node.value
  • delete node.value.code
  • node.value.range => node.valueRange
  • node.key.value => node.key
  • node.key.range => node.keyRange
  • node.properties change to pure array

0.1.1

Patch Changes

  • fix package.json main entry path

0.1.0

Minor Changes