Skip to content

Releases: image-js/fast-png

v8.0.0

18 Dec 07:13
27478a4

Choose a tag to compare

8.0.0 (2025-12-18)

⚠ BREAKING CHANGES

  • zlib encoding options have been changed

Performance Improvements

v7.0.1

13 Aug 15:10
8d229f5

Choose a tag to compare

7.0.1 (2025-08-13)

Bug Fixes

v7.0.0

15 Jun 09:10
dd12749

Choose a tag to compare

7.0.0 (2025-06-15)

⚠ BREAKING CHANGES

  • migrate to ESM (#53)

Code Refactoring

v6.4.0

11 Jun 06:49
0d00041

Choose a tag to compare

6.4.0 (2025-06-11)

Features

v6.3.0

25 Feb 17:42
03c528d

Choose a tag to compare

6.3.0 (2025-02-01)

Features

  • add hasPngSignature method (#36) (98c771e)
  • add support for tEXt in encoder (ff545ce)

Bug Fixes

  • correctly decode non-ASCII tEXt chunks (76391df)

v6.2.0

18 Jul 10:23
e2113f5

Choose a tag to compare

6.2.0 (2023-07-18)

Features

  • add support for tRNS field on colour types 0 and 2 (ee5f451)

fast-png v6.1.0

18 Oct 15:20
a80677c

Choose a tag to compare

Features

  • add support for decoding ICC embedded profiles (#21) (9b7cc36)

fast-png v6.0.1

12 Oct 10:18
b631e20

Choose a tag to compare

Bug Fixes

  • set TypeScript target to ES2020 (255bc9e)

fast-png v6.0.0

08 Oct 12:43
6c8ef99

Choose a tag to compare

⚠ BREAKING CHANGES

  • remove support for node 10 and 15
  • use camelcase for acronyms

Code Refactoring

  • use camelcase for acronyms (3f485b3), closes #17

Miscellaneous Chores

  • remove support for node 10 and 15 (ad0bc8b)

fast-png v5.0.4

26 Mar 16:30
9760603

Choose a tag to compare

Bug Fixes

  • add Uint8ClampedArray to PNGDataArray union type (#13) (ae1cc70)