This commit is contained in:
Luke Page 2019-03-09 13:59:38 +01:00
parent 7e160967c9
commit 9e499c4f92
3 changed files with 1193 additions and 12 deletions

View file

@ -291,6 +291,13 @@ PNG.adjustGamma(png);
Changelog
============
### 3.4.0 - 09/03/2019
- Include whether the png has alpha in the meta data
- emit an error if the image is truncated instead of hanging
- Add a browserified version
- speed up some mapping functions
### 3.3.3 - 19/04/2018
- Real fix for node 9

1196
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "pngjs",
"version": "3.3.3",
"version": "3.4.0",
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
"contributors": [
"Alexandre Paré",