mirror of
https://github.com/danbulant/pngjs
synced 2026-05-19 04:08:44 +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
|
||||
============
|
||||
|
||||
### 2.3.0 - 22/04/2016
|
||||
- Support for sync in node 0.10
|
||||
|
||||
### 2.2.0 - 04/12/2015
|
||||
- Add sync write api
|
||||
- Fix newfile example
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.",
|
||||
"contributors": [
|
||||
"Alexandre Paré",
|
||||
|
|
|
|||
Loading…
Reference in a new issue