All notable changes to moddle-xml are documented here. We use semantic versioning for releases.
_Note: Yet to be released changes appear here._
FEAT
: validate ID attributes are QNamesFIX
: make ES5 compliantCHORE
: get rid of tiny-stack
as a dependency (#38)FEAT
: warn on unexpected body textFEAT
: warn on text outside root nodeCHORE
: remove console.log
during import (#28)CHORE
: bump to saxen@8.1.0
FIX
: correctly serialize extension attributes along with typed elementsFEAT
: warn on invalid attributes under well-known namespaces (#32)CHORE
: bump dependency versionsFEAT
: migrate to ES modules. Use esm
or a ES module aware transpiler to consume this library.FEAT
: encode entities in body properties (instead of escaping via CDATA
) (5645b582
)FIX
: properly handle .
in attribute namesFIX
: decode entities in text
nodesFEAT
: replace lodash with min-dashFEAT
: don't bail out from attribute parsing on parse errors (fd0c8b40
)Check git log
for earlier history.