master
Vitaly Puzrin 2014-04-18 09:36:32 +04:00
rodzic d71a712e68
commit 1f8a955382
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

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

Wyświetl plik

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