v2.0.0
-
parse-xml no longer depends on CoreJS polyfills or the Babel runtime, which reduces the browser bundle size significantly. If you need to support older browsers, you should provide your own polyfills for
Object.assign()
,Object.freeze()
, andString.fromCodePoint()
. -
The browser-friendly CommonJS build has moved from
dist/
todist/commonjs
in the npm package. -
There's a new minified UMD bundle at
dist/umd/parse-xml.min.js
in the npm package. This may be useful if you want to load parse-xml directly in a browser using a service like unpkg or jsDelivr.