Skip to content

v6.0.0

Compare
Choose a tag to compare
@prantlf prantlf released this 26 May 20:30
· 159 commits to master since this release

6.0.0 (2019-05-26)

Features

  • Declare modules in this package using UMD (d442583)
  • Remove ParserWithComments and parseWithCOmment from the interface (3fab374)

BREAKING CHANGES

  • The object and the method do not exist any more. Pass the parameter "ignoreComments" as an object { ignoreComments: true } either to the constructor of the Parser object, or as the second parameter to the method parse.