mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-04 10:50:59 +01:00
2.0.0 released
This commit is contained in:
parent
a8faeffc94
commit
52df0c510f
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ 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.0] - WIP
|
||||
## [2.0.0] - 2020-11-17
|
||||
### Changed
|
||||
- Removed binary strings and `Array` support.
|
||||
- Removed fallbacks for TypedArray methods (`.set()`, `.subarray()`).
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "pako",
|
||||
"description": "zlib port to javascript - fast, modularized, with browser support",
|
||||
"version": "1.0.11",
|
||||
"version": "2.0.0",
|
||||
"keywords": [
|
||||
"zlib",
|
||||
"deflate",
|
||||
|
|
Loading…
Add table
Reference in a new issue