mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-03 02:10:57 +01:00
2.0.4 released
This commit is contained in:
parent
ae27cbccef
commit
0398fad238
2 changed files with 3 additions and 2 deletions
|
@ -6,10 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
## [2.0.4] - WIP
|
||||
## [2.0.4] - 2021-07-29
|
||||
### Fixed
|
||||
|
||||
- Use TextEncoder and TextDecoder if available, #228.
|
||||
- Use pre-generated fixtures instead of node.js zlib.
|
||||
|
||||
|
||||
## [2.0.3] - 2021-01-09
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "pako",
|
||||
"description": "zlib port to javascript - fast, modularized, with browser support",
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.4",
|
||||
"keywords": [
|
||||
"zlib",
|
||||
"deflate",
|
||||
|
|
Loading…
Add table
Reference in a new issue