Skip to content

Commit 27478a4

Browse files
authored
chore(main): release 8.0.0 (#65)
1 parent fcbfd20 commit 27478a4

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [8.0.0](https://github.com/image-js/fast-png/compare/v7.0.1...v8.0.0) (2025-12-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* zlib encoding options have been changed
9+
10+
### Performance Improvements
11+
12+
* switch from pako to fflate ([#64](https://github.com/image-js/fast-png/issues/64)) ([11571d8](https://github.com/image-js/fast-png/commit/11571d88c0441f1aba7ee08c700ca471e4e54adc))
13+
314
## [7.0.1](https://github.com/image-js/fast-png/compare/v7.0.0...v7.0.1) (2025-08-13)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-png",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"license": "MIT",
55
"description": "PNG image decoder and encoder written entirely in JavaScript",
66
"author": "Michaël Zasso",

0 commit comments

Comments
 (0)