mirror of
https://github.com/danbulant/pngjs
synced 2026-06-10 01:51:15 +00:00
v3.0.1
This commit is contained in:
parent
2c5f972566
commit
d64454721c
2 changed files with 6 additions and 2 deletions
|
|
@ -269,6 +269,9 @@ PNG.adjustGamma(png);
|
||||||
Changelog
|
Changelog
|
||||||
============
|
============
|
||||||
|
|
||||||
|
### 3.0.1 - 16/02/2017
|
||||||
|
- Fix single pixel pngs
|
||||||
|
|
||||||
### 3.0.0 - 03/08/2016
|
### 3.0.0 - 03/08/2016
|
||||||
- Drop support for node below v4 and iojs. Pin to 2.3.0 to use with old, unsupported or patched node versions.
|
- Drop support for node below v4 and iojs. Pin to 2.3.0 to use with old, unsupported or patched node versions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pngjs",
|
"name": "pngjs",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
|
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Alexandre Paré",
|
"Alexandre Paré",
|
||||||
|
|
@ -11,7 +11,8 @@
|
||||||
"Pietajan De Potter",
|
"Pietajan De Potter",
|
||||||
"Steven Sojka",
|
"Steven Sojka",
|
||||||
"liangzeng",
|
"liangzeng",
|
||||||
"Michael Vogt"
|
"Michael Vogt",
|
||||||
|
"Xin-Xin Wang"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/lukeapage/pngjs",
|
"homepage": "https://github.com/lukeapage/pngjs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue