mirror of
https://github.com/danbulant/pngjs
synced 2026-05-24 12:22:50 +00:00
v2.3.0
This commit is contained in:
parent
e1c1022162
commit
ebdb3c546c
2 changed files with 4 additions and 1 deletions
|
|
@ -268,6 +268,9 @@ PNG.adjustGamma(png);
|
||||||
Changelog
|
Changelog
|
||||||
============
|
============
|
||||||
|
|
||||||
|
### 2.3.0 - 22/04/2016
|
||||||
|
- Support for sync in node 0.10
|
||||||
|
|
||||||
### 2.2.0 - 04/12/2015
|
### 2.2.0 - 04/12/2015
|
||||||
- Add sync write api
|
- Add sync write api
|
||||||
- Fix newfile example
|
- Fix newfile example
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pngjs",
|
"name": "pngjs",
|
||||||
"version": "2.2.0",
|
"version": "2.3.0",
|
||||||
"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é",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue