Releases: cheminfo/mzData
Releases · cheminfo/mzData
v3.0.0
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)
v2.3.2
2.3.2 (2024-12-02)
Bug Fixes
- correclty use inflate and not deflate (baa1a4e)
mzdata v2.3.1
Bug Fixes
- correctly decode integer 64 (eacd579)
mzdata v2.3.0
Features
- update dependencies and add int 64 support (89cbdeb)
mzdata v2.2.1
Bug Fixes
- allow string to be parsed (1f8580a)
- deal correctly with ArrayBuffer (06dca6b)