mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-10 22:00:58 +01:00
2.0.1 released
This commit is contained in:
parent
70ee7697ac
commit
8d5f9c70f8
2 changed files with 9 additions and 1 deletions
|
@ -6,6 +6,13 @@ 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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
|
||||||
|
## [2.0.1] - 2020-11-17
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Changed esm build `.js` => `.mjs` to fix node.js `import`.
|
||||||
|
- Added `module` entry in package.json for some bundlers.
|
||||||
|
|
||||||
|
|
||||||
## [2.0.0] - 2020-11-17
|
## [2.0.0] - 2020-11-17
|
||||||
### Changed
|
### Changed
|
||||||
- Removed binary strings and `Array` support.
|
- Removed binary strings and `Array` support.
|
||||||
|
@ -154,6 +161,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- First release.
|
- First release.
|
||||||
|
|
||||||
|
|
||||||
|
[2.0.1]: https://github.com/nodeca/pako/compare/2.0.0...2.0.1
|
||||||
[2.0.0]: https://github.com/nodeca/pako/compare/1.0.11...2.0.0
|
[2.0.0]: https://github.com/nodeca/pako/compare/1.0.11...2.0.0
|
||||||
[1.0.10]: https://github.com/nodeca/pako/compare/1.0.10...1.0.11
|
[1.0.10]: https://github.com/nodeca/pako/compare/1.0.10...1.0.11
|
||||||
[1.0.10]: https://github.com/nodeca/pako/compare/1.0.9...1.0.10
|
[1.0.10]: https://github.com/nodeca/pako/compare/1.0.9...1.0.10
|
||||||
|
|
|
@ -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": "2.0.0",
|
"version": "2.0.1",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"zlib",
|
"zlib",
|
||||||
"deflate",
|
"deflate",
|
||||||
|
|
Loading…
Add table
Reference in a new issue