mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-05 11:20:58 +01:00
0.2.0 released
This commit is contained in:
parent
d71a712e68
commit
1f8a955382
2 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||||
|
|
|
@ -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",
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue