Skip to content

v4.0.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 27 Jun 13:27
e4c8e6b

4.0.0 (2025-06-27)

⚠ BREAKING CHANGES

  • remove fromIum input string and NodeJS.ReadableStream support. If you used string you have to decode it to Uint8Array. If you used Node.js Readable Streams, convert them to Web Stream with Readable.toWeb
  • migrate to ESM-only (#15)

Bug Fixes

  • .stream() method on sources added by FileCollection.appendSource (156cab8)
  • file paths from toIum zip should not include // anymore (156cab8)

Code Refactoring