Releases: flevi29/oai-pmh-2-js
Releases · flevi29/oai-pmh-2-js
Release list
Release 0.11.0
What's Changed
- Fix white space parsing
- CORS proxy is no longer available in playground
- Only publish to ESM, as Node.js LTS + Maintenance supports
require(esm)now
Full Changelog: 0.10.4...0.11.0
Release 0.10.4
Major changes
- switch from
fast-xml-parserto the web standardDOMParserfor parsing XML - simplify list methods, they can now be safely used with
for await - errors are now thrown instead of wrapped into a "result" discriminated union
- document everything via JSDoc
- publish to JSR alongside NPM
Check out the overview and documentation to determine how to migrate.