Skip to content

Releases: flevi29/oai-pmh-2-js

Release 0.11.0

Choose a tag to compare

@flevi29 flevi29 released this 04 Apr 17:37
b595a9d

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

Choose a tag to compare

@flevi29 flevi29 released this 31 Jan 17:39

Major changes

  • switch from fast-xml-parser to the web standard DOMParser for 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.