|
1 | 1 | Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library. |
2 | 2 |
|
3 | | -** 4.0.0-beta.8 / 2021-12-13** |
| 3 | +**4.0.0-beta.8 / 2021-12-13** |
4 | 4 | * call tagValueProcessor for stop nodes |
5 | 5 |
|
6 | | -** 4.0.0-beta.7 / 2021-12-09** |
| 6 | +**4.0.0-beta.7 / 2021-12-09** |
7 | 7 | * fix Validator bug when an attribute has no value but '=' only |
8 | 8 | * XML Builder should suppress unpaired tags by default. |
9 | 9 | * documents update for missing features |
10 | 10 | * refactoring to use Object.assign |
11 | 11 | * refactoring to remove repeated code |
12 | 12 |
|
13 | | -** 4.0.0-beta.6 / 2021-12-05** |
| 13 | +**4.0.0-beta.6 / 2021-12-05** |
14 | 14 | * Support PI Tags processing |
15 | 15 | * Support `suppressBooleanAttributes` by XML Builder for attributes with value `true`. |
16 | 16 |
|
17 | | -** 4.0.0-beta.5 / 2021-12-04** |
| 17 | +**4.0.0-beta.5 / 2021-12-04** |
18 | 18 | * fix: when a tag with name "attributes" |
19 | 19 |
|
20 | | -** 4.0.0-beta.4 / 2021-12-02** |
| 20 | +**4.0.0-beta.4 / 2021-12-02** |
21 | 21 | * Support HTML document parsing |
22 | 22 | * skip stop nodes parsing when building the XML from JS object |
23 | 23 | * Support external entites without DOCTYPE |
24 | 24 | * update dev dependency: strnum v1.0.5 to fix long number issue |
25 | 25 |
|
26 | | -** 4.0.0-beta.3 / 2021-11-30** |
| 26 | +**4.0.0-beta.3 / 2021-11-30** |
27 | 27 | * support global stopNodes expression like "*.stop" |
28 | 28 | * support self-closing and paired unpaired tags |
29 | 29 | * fix: CDATA should not be parsed. |
|
0 commit comments