Skip to content

Latest commit

 

History

History
112 lines (48 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

112 lines (48 loc) · 3.24 KB

Changelog

3.0.0 (2024-12-05)

⚠ BREAKING CHANGES

  • make parser async and use native zlib decompression

Features

  • make parser async and use native zlib decompression (17f7bcd)

2.3.2 (2024-12-02)

Bug Fixes

  • correclty use inflate and not deflate (baa1a4e)

2.3.1 (2021-09-07)

Bug Fixes

  • correctly decode integer 64 (eacd579)

2.3.0 (2021-09-07)

Features

  • update dependencies and add int 64 support (89cbdeb)

2.2.1 (2021-09-07)

Bug Fixes

  • allow string to be parsed (1f8580a)
  • deal correctly with ArrayBuffer (06dca6b)

2.2.0 (2021-09-07)

Features

  • migrate mzData to new xml parser (d980e3c)
  • migrate parMzXML to new parser (e5d1cd4)

Bug Fixes

2.1.0 (2020-04-20)

2.0.1 (2020-02-28)

Bug Fixes

Features

2.0.0 (2020-02-28)

Features

1.1.0 (2018-10-25)

1.0.1 (2018-10-22)

0.1.1 (2017-07-03)

0.1.0 (2017-07-03)

Features

  • mzData: read only data from v1.05 (085734d)

0.0.1 / HEAD

  • first release