Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

34 lines (16 loc) · 1.23 KB

Changelog

2.0.1 (2022-09-29)

Bug Fixes

  • move eslint-config-cheminfo to dev dependencies (5b673b5)

2.0.0 (2022-07-31)

⚠ BREAKING CHANGES

  • always return a Uint8Array instead of Buffer (#5)

Miscellaneous Chores

  • always return a Uint8Array instead of Buffer (#5) (e8e7a36)

1.0.2 (2022-07-31)

Bug Fixes

1.0.0 (2016-12-15)

Bug Fixes

  • encode: fix an edge case (1eac38c)
  • encode: return a Buffer if node.js, Uint8Array otherwise (d7ea165)