Skip to content

Releases: cheeriojs/dom-serializer

v2.0.0

09 Apr 17:22
Compare
Choose a tag to compare

Features

Other changes

New Contributors

Full Changelog: v1.3.2...v2.0.0

v1.4.1

09 Apr 17:20
Compare
Choose a tag to compare

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

09 Apr 17:13
Compare
Choose a tag to compare

Note: This release unfortunately depends on the TypeScript types of [email protected] and should therefore have been a major release. Release 1.4.1 was published to fix this.

v1.3.2

17 May 13:08
Compare
Choose a tag to compare

v1.3.1...v1.3.2

v1.3.1

08 Apr 19:46
Compare
Choose a tag to compare

v1.3.0...v1.3.1

v1.3.0

08 Apr 19:00
Compare
Choose a tag to compare

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:

  • Upgrade dependencies

Commit Range:
v1.2.0...v1.3.0

v1.2.0

05 Dec 19:17
Compare
Choose a tag to compare

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

13 Sep 20:56
Compare
Choose a tag to compare
  • 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.1

09 May 23:23
Compare
Choose a tag to compare
  • Fix entities import

v1.0.0

09 May 22:53
Compare
Choose a tag to compare
  • Migrate to TypeScript
  • Upgrade dependencies
  • Add explicit option to control self-closing tags (based on #77)
  • Add emptyAttrs option (fixes #72)