0.2.0 released

This commit is contained in:
Vitaly Puzrin 2014-04-18 09:36:32 +04:00
parent d71a712e68
commit 1f8a955382
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
0.2.0 / WIP 0.2.0 / 2014-04-18
------------------- ------------------
- Added custom gzip headers support. - Added custom gzip headers support.
- Added strings support. - Added strings support.
@ -9,12 +9,12 @@
0.1.1 / 2014-03-20 0.1.1 / 2014-03-20
------------------- ------------------
- Bugfixes for inflate/deflate. - Bugfixes for inflate/deflate.
0.1.0 / 2014-03-15 0.1.0 / 2014-03-15
------------------- ------------------
- First release. - First release.

View file

@ -1,7 +1,7 @@
{ {
"name" : "pako", "name" : "pako",
"description" : "zlib port to javascript - fast, modularized, with browser support", "description" : "zlib port to javascript - fast, modularized, with browser support",
"version" : "0.1.1", "version" : "0.2.0",
"keywords" : [ "zlib", "deflate", "inflate", "gzip" ], "keywords" : [ "zlib", "deflate", "inflate", "gzip" ],
"homepage" : "https://github.com/nodeca/pako", "homepage" : "https://github.com/nodeca/pako",