All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.0.5 (2021-06-03)
Note: Version bump only for package @xml-tools/ast
5.0.4 (2021-02-09)
Note: Version bump only for package @xml-tools/ast
5.0.3 (2021-01-21)
- missing lib folder in ast package (c61d703)
5.0.2 (2021-01-20)
Note: Version bump only for package @xml-tools/ast
5.0.1 (2021-01-20)
Note: Version bump only for package @xml-tools/ast
5.0.0 (2020-06-29)
- ast: Vistors that need to handle attributes inside prolog must now implement the
visitPrologAttribute
method.
4.2.1 (2020-06-18)
Note: Version bump only for package @xml-tools/ast
4.2.0 (2020-05-17)
4.1.0 (2020-05-05)
4.0.3 (2020-04-02)
Note: Version bump only for package @xml-tools/ast
4.0.2 (2020-02-19)
- add npmignore file to each package (5bbf209)
4.0.1 (2020-02-11)
Note: Version bump only for package @xml-tools/ast
4.0.0 (2020-02-10)
- ast: element Namespaces are now represented as Records in a Map (f9f6fdc)
- ast: The
namespaces
property of an XMLElement is now a Map/Dictionary not an Array.
3.0.0 (2020-02-07)
- ast: element Namespaces are now represented as Records in a Map (f9f6fdc)
- ast: The
namespaces
property of an XMLElement is now a Map/Dictionary not an Array.
2.0.1 (2020-01-28)
Note: Version bump only for package @xml-tools/ast
2.0.0 (2020-01-20)
- parser: support Basic DocType Declarations (5b4db21)
- parser: Implementing XmlCstVisitor now requires implementing two additional methods: (docTypeDecl and externalID)
1.0.0 (2019-12-08)
- ast: buildAst now requires a tokenVector argument
0.5.0 (2019-12-05)
- better Handling of Open/Close Body ranges (0751a7e)
0.4.6 (2019-12-03)
Note: Version bump only for package @xml-tools/ast
0.4.5 (2019-11-20)
Note: Version bump only for package @xml-tools/ast
0.4.4 (2019-11-12)
Note: Version bump only for package @xml-tools/ast
0.4.3 (2019-11-11)
Note: Version bump only for package @xml-tools/ast
0.4.2 (2019-11-11)
Note: Version bump only for package @xml-tools/ast