Skip to content

Releases: cheminfo/sdf-parser

v7.0.4

05 Mar 17:58
699d3e2

Choose a tag to compare

7.0.4 (2025-03-05)

Bug Fixes

  • do not yield molfile that has less than 40 characters long (dc0b2d7)

v7.0.3

28 Feb 09:48
9bdaab3

Choose a tag to compare

7.0.3 (2025-02-28)

Bug Fixes

  • iterator was adding a CR that yields to non parsable molfiles (5dc3afc)

v7.0.2

27 Feb 16:27
fd667eb

Choose a tag to compare

7.0.2 (2025-02-27)

Bug Fixes

  • extension of rollup.config (6512f04)

v7.0.1

27 Feb 16:20
7893a59

Choose a tag to compare

7.0.1 (2025-02-27)

Bug Fixes

  • wrong file extension and CDN publication (bcb7572)

v7.0.0

27 Feb 15:57
51a6c7b

Choose a tag to compare

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)

v6.0.1

15 Oct 17:07
779be2b

Choose a tag to compare

6.0.1 (2022-10-15)

Bug Fixes

  • update dependencies and remove iterator from browser (f3275be)

v6.0.0

22 Aug 08:20
6a9b9c5

Choose a tag to compare

6.0.0 (2022-08-22)

⚠ BREAKING CHANGES

  • remove stream function

Features

  • add iterator to parse huge sdf files (5c6fc9a)
  • remove stream function (6320c19)

v5.0.2

17 Aug 07:56
8c643b5

Choose a tag to compare

5.0.2 (2022-08-17)

Bug Fixes

  • infinite loop with files without EOL in the EOF (#7) (9266761)

sdf-parser v5.0.1

11 Mar 14:35
808d855

Choose a tag to compare

Bug Fixes

v3.1.0

26 Jan 16:54

Choose a tag to compare

Release v3.1.0