Releases: cheeriojs/dom-serializer
Releases · cheeriojs/dom-serializer
v1.4.1
This is a re-release of 1.3.2. See the release notes of 1.4.0 for an explanation of why this was necessary.
v1.4.0
Note: This release unfortunately depends on the TypeScript types of domhandler@5.0
and should therefore have been a major release. Release 1.4.1 was published to fix this.
v1.3.2
- refactor: Simplify array-like check 523497f
- types: Take any array-like collection of nodes as input b99f4bf
- Documentation updates:
v1.3.1...v1.3.2
v1.3.0
Fixes:
- Default
decodeEntities
to true
882c53c
- Do not skip encoding entities for tags when in
xmlMode
(#282) 5590940
- Prevent tests from making it into the published package 4cc67c7
Other:
Commit Range:
v1.2.0...v1.3.0
v1.2.0
Changes:
Dependencies:
- bump domhandler from 3.0.0 to 4.0.0 851fbf0
- bump domelementtype from 2.0.1 to 2.1.0 (#256) 5fa319a
- bump entities from 2.0.3 to 2.1.0 a910e00
v1.1.0
- Remove null checks before accessing a tag's
.children
. When using the library with a non-standard DOM, please make sure your code still works as expected.
- Add funding information.
v1.0.0
- Migrate to TypeScript
- Upgrade dependencies
- Add explicit option to control self-closing tags (based on #77)
- Add
emptyAttrs
option (fixes #72)