0.2.6 released

This commit is contained in:
Vitaly Puzrin 2015-03-24 04:44:11 +03:00
parent fae8ad56d0
commit 4ace00c10b
2 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,13 @@
0.2.6 / 2015-03-24
------------------
- Allow ArrayBuffer input.
0.2.5 / 2014-07-19
------------------
- Workaround for Chrome 38.0.2096.0 script parser bug, #30
- Workaround for Chrome 38.0.2096.0 script parser bug, #30.
0.2.4 / 2014-07-07

View file

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