File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 6.3.0] ( https://github.com/image-js/fast-png/compare/v6.2.0...v6.3.0 ) (2025-02-01)
4+
5+
6+ ### Features
7+
8+ * add hasPngSignature method ([ #36 ] ( https://github.com/image-js/fast-png/issues/36 ) ) ([ 98c771e] ( https://github.com/image-js/fast-png/commit/98c771e5ce549da6b5ca9a891fa303d643a75363 ) )
9+ * add support for tEXt in encoder ([ ff545ce] ( https://github.com/image-js/fast-png/commit/ff545ceb792a84ddd5366a0223fbe036e4a9c57d ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * correctly decode non-ASCII tEXt chunks ([ 76391df] ( https://github.com/image-js/fast-png/commit/76391dfd7ed3fbfb2402197f279e441469ed1084 ) )
15+
316## [ 6.2.0] ( https://github.com/image-js/fast-png/compare/v6.1.0...v6.2.0 ) (2023-07-18)
417
518
Original file line number Diff line number Diff line change 11{
22 "name" : " fast-png" ,
3- "version" : " 6.2 .0" ,
3+ "version" : " 6.3 .0" ,
44 "description" : " PNG image decoder and encoder written entirely in JavaScript" ,
55 "main" : " ./lib/index.js" ,
66 "module" : " ./lib-esm/index.js" ,
You can’t perform that action at this time.
0 commit comments