Releases: image-js/fast-png
Releases · image-js/fast-png
v6.2.0
6.2.0 (2023-07-18)
Features
- add support for tRNS field on colour types 0 and 2 (ee5f451)
fast-png v6.1.0
Features
- add support for decoding ICC embedded profiles (#21) (9b7cc36)
fast-png v6.0.1
Bug Fixes
- set TypeScript target to ES2020 (255bc9e)
fast-png v6.0.0
⚠ BREAKING CHANGES
- remove support for node 10 and 15
- use camelcase for acronyms
Code Refactoring
Miscellaneous Chores
- remove support for node 10 and 15 (ad0bc8b)
fast-png v5.0.4
Bug Fixes
- add Uint8ClampedArray to PNGDataArray union type (#13) (ae1cc70)