Skip to content

v0.2.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 06 May 14:31
ffd613d

0.2.0 (2026-05-06)

⚠ BREAKING CHANGES

  • getMoleculeFromIupacCondensed, parseIupacCondensed and fromIupacCondensed now take the openchemlib module as their first argument. Callers must update their call sites and install openchemlib themselves (it is now a peerDependency).

Features

  • take openchemlib as a parameter instead of importing it (7b60c16)

Miscellaneous Chores