v6.0.0
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 theParser
object, or as the second parameter to the methodparse
.