Skip to content

Commit bdfb940

Browse files
Fix bold on CHANGELOG.md (#408)
1 parent 58d4400 commit bdfb940

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.
22

3-
** 4.0.0-beta.8 / 2021-12-13**
3+
**4.0.0-beta.8 / 2021-12-13**
44
* call tagValueProcessor for stop nodes
55

6-
** 4.0.0-beta.7 / 2021-12-09**
6+
**4.0.0-beta.7 / 2021-12-09**
77
* fix Validator bug when an attribute has no value but '=' only
88
* XML Builder should suppress unpaired tags by default.
99
* documents update for missing features
1010
* refactoring to use Object.assign
1111
* refactoring to remove repeated code
1212

13-
** 4.0.0-beta.6 / 2021-12-05**
13+
**4.0.0-beta.6 / 2021-12-05**
1414
* Support PI Tags processing
1515
* Support `suppressBooleanAttributes` by XML Builder for attributes with value `true`.
1616

17-
** 4.0.0-beta.5 / 2021-12-04**
17+
**4.0.0-beta.5 / 2021-12-04**
1818
* fix: when a tag with name "attributes"
1919

20-
** 4.0.0-beta.4 / 2021-12-02**
20+
**4.0.0-beta.4 / 2021-12-02**
2121
* Support HTML document parsing
2222
* skip stop nodes parsing when building the XML from JS object
2323
* Support external entites without DOCTYPE
2424
* update dev dependency: strnum v1.0.5 to fix long number issue
2525

26-
** 4.0.0-beta.3 / 2021-11-30**
26+
**4.0.0-beta.3 / 2021-11-30**
2727
* support global stopNodes expression like "*.stop"
2828
* support self-closing and paired unpaired tags
2929
* fix: CDATA should not be parsed.

0 commit comments

Comments
 (0)