CHANGELOG.md 1.7 KB

Changelog

All notable changes to moddle-xml are documented here. We use semantic versioning for releases.

Unreleased

_Note: Yet to be released changes appear here._

7.5.0

  • FEAT: validate ID attributes are QNames

7.4.1

  • FIX: make ES5 compliant

7.4.0

  • CHORE: get rid of tiny-stack as a dependency (#38)

7.3.0

  • FEAT: warn on unexpected body text
  • FEAT: warn on text outside root node
  • CHORE: remove console.log during import (#28)
  • CHORE: bump to saxen@8.1.0

7.2.3

  • FIX: correctly serialize extension attributes along with typed elements

7.2.0

  • FEAT: warn on invalid attributes under well-known namespaces (#32)

7.1.0

  • CHORE: bump dependency versions

7.0.0

Breaking Changes

  • FEAT: migrate to ES modules. Use esm or a ES module aware transpiler to consume this library.

6.0.0

  • FEAT: encode entities in body properties (instead of escaping via CDATA) (5645b582)

5.0.2

  • FIX: properly handle . in attribute names

5.0.1

  • FIX: decode entities in text nodes

5.0.0

  • FEAT: replace lodash with min-dash
  • FEAT: don't bail out from attribute parsing on parse errors (fd0c8b40)

...

Check git log for earlier history.