1.0.5 (2025-02-04)
- wrong package.json entrypoint (dbb185f)
1.0.4 (2025-01-21)
- add missing typings (8cd9731)
1.0.3 (2025-01-14)
- buffer reading in the browser environment (cf4229d)
1.0.2 (2025-01-07)
1.0.1 (2024-05-17)
- prettier configuration (04bfd06)
- apng files with multiple IDAT/fdAT chunks in single frame (69dad3c), closes #16
- update dependencies (ba173ee)
- use convetional-commits for commit messages (24e86b9)
- drop support for node 0.8.x (232c2d0)
- add APNG support (16eef6b)
- add browser support (6b64350)
- add support for WebP (e99f1c4)
- redo the implementation (1648a4d)
- support for GIF (d5fae38)
- drop support for following Node.js versions: 0.10.x, 0.12.x, 4.x.x, 6.x.x
- support for node 0.8.x dropped