All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.11 (2021-06-03)
Note: Version bump only for package @xml-tools/parser
1.0.10 (2021-02-09)
Note: Version bump only for package @xml-tools/parser
1.0.9 (2021-01-20)
- missing lib folder in npm packages (ffed3c2)
1.0.8 (2021-01-20)
Note: Version bump only for package @xml-tools/parser
1.0.7 (2020-06-29)
Note: Version bump only for package @xml-tools/parser
1.0.6 (2020-06-18)
Note: Version bump only for package @xml-tools/parser
1.0.5 (2020-05-17)
Note: Version bump only for package @xml-tools/parser
1.0.4 (2020-04-02)
Note: Version bump only for package @xml-tools/parser
1.0.3 (2020-02-19)
- add npmignore file to each package (5bbf209)
1.0.2 (2020-02-11)
1.0.1 (2020-01-28)
1.0.0 (2020-01-20)
- parser: support Basic DocType Declarations (5b4db21)
- parser: Implementing XmlCstVisitor now requires implementing two additional methods: (docTypeDecl and externalID)
0.4.0 (2019-11-20)
- parser: expose The Token Vector on the parse result (31d50f3)
0.3.4 (2019-11-12)
- parser: fix Lexing of XML processing instructions (2c503b4)
0.3.3 (2019-11-11)
- more CST Visitor API fixes (89d1cef)
0.3.2 (2019-11-11)
- cST Visitor method's Params Type fix (a0a0e2d)
0.3.1 (2019-11-06)
Note: Version bump only for package @xml-tools/parser