Changelog
10.0.0
FEAT
: turn into ES moduleCHORE
: require Node >= 18
CHORE
: drop UMD distributionNode >= 18
Changelog
8.0.0
CHORE
: rename ES module to dist/index.esm.js
for improved bundler compatibilityFIX
: drop browser
field for better interoperability with module bundlersChangelog
7.0.0
FEAT
: expose Parser
and decode
via single export only. Use import
or destructuring to access it:
var { Parser } = require('saxen');
FEAT
: generate pre-built distributions for CommonJS and Browser targetsFEAT
: generate UMD bundleCHORE
: Migrate code base to ES6