Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@sonnyp sonnyp released this 12 Dec 10:52
· 1 commit to main since this release

What's Changed

  • Re-introduce node-expat in the list of parsers
  • Re-introduce libxmljs in the list of parsers
  • Update dependencies by @sonnyp in #150
  • Pass self_closing argument to endElement event by @sonnyp in #151
  • Update dependencies by @sonnyp in #158
  • Fix dual ESM/CJS export by @sonnyp in #157

Use

import * as ltx from 'ltx';

or

const ltx = require('ltx');

Full Changelog: v3.0.0...v3.1.0