mirror of
https://github.com/danbulant/pngjs
synced 2026-06-06 08:01:45 +00:00
v0.0.3
This commit is contained in:
parent
d6b6f66bf4
commit
53bd460f4f
2 changed files with 5 additions and 1 deletions
|
|
@ -189,6 +189,10 @@ Gamma of image (0 if not specified)
|
||||||
Changelog
|
Changelog
|
||||||
============
|
============
|
||||||
|
|
||||||
|
### 0.0.3 - 03/08/2015
|
||||||
|
- Error handling fixes
|
||||||
|
- ignore files for smaller npm footprint
|
||||||
|
|
||||||
### 0.0.2 - 02/08/2015
|
### 0.0.2 - 02/08/2015
|
||||||
- Bugfixes to interlacing, support for transparent colours
|
- Bugfixes to interlacing, support for transparent colours
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pngjs2",
|
"name": "pngjs2",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"description": "Pure JS PNG encoder/decoder",
|
"description": "Pure JS PNG encoder/decoder",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Alexandre Paré",
|
"Alexandre Paré",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue