mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-04 10:50:59 +01:00
1.0.4 released
This commit is contained in:
parent
2c4b869a4f
commit
8737672b41
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
1.0.4 / 2016-12-15
|
||||
------------------
|
||||
|
||||
- Bump dev dependencies.
|
||||
- Make sure `err.message` is filled on throw.
|
||||
- Code examples for utf-16 string encoding & object compression.
|
||||
|
||||
|
||||
1.0.3 / 2016-07-25
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "pako",
|
||||
"description": "zlib port to javascript - fast, modularized, with browser support",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"keywords": [
|
||||
"zlib",
|
||||
"deflate",
|
||||
|
|
Loading…
Add table
Reference in a new issue