Skip to content

v7.0.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 27 Feb 15:57
51a6c7b

7.0.0 (2025-02-27)

⚠ BREAKING CHANGES

  • The stream should be piped through a TextDecoderStream like for example: const textDecoder = new TextDecoderStream(); for await (const entry of iterator(file.stream().pipeThrough(textDecoder)))

Features

  • update iterator implementation for browser compatibility (6a53960)
  • use and expose MolfileStream class (#16) (926b8cf)

Bug Fixes

  • remove side effect on options (2afdfc8)