Skip to content

Commit

Permalink
Version 3.9.1
Browse files Browse the repository at this point in the history
PR-URL: #162
  • Loading branch information
tshemsedinov committed Jun 18, 2023
1 parent b385d66 commit 781ffe2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 28 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased][unreleased]

## [3.9.1][] - 2023-06-18

- Actualize all .d.ts typings and update short docs in README.md
- Optimize `nextEvent`, `sizeToBytes` (support `10kb` and `10 kB`)
- More checks/validation and tests for crypto submodule
- Refactor `generateKey` using `Uint8Array` for speed
- Use constant-time algorithm to compare CRC for security

## [3.9.0][] - 2023-06-16

- Implement `parseRange` for HTTP headers
Expand Down Expand Up @@ -212,7 +220,8 @@
See this link for 2.2.0 and all previous versions:
https://github.com/metarhia/common/blob/master/CHANGELOG.md

[unreleased]: https://github.com/metarhia/metautil/compare/v3.9.0....HEAD
[unreleased]: https://github.com/metarhia/metautil/compare/v3.9.1....HEAD
[3.9.1]: https://github.com/metarhia/metautil/compare/v3.9.1...v3.9.0
[3.9.0]: https://github.com/metarhia/metautil/compare/v3.8.0...v3.9.0
[3.8.0]: https://github.com/metarhia/metautil/compare/v3.7.3...v3.8.0
[3.7.3]: https://github.com/metarhia/metautil/compare/v3.7.2...v3.7.3
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metautil",
"version": "3.9.0",
"version": "3.9.1",
"author": "Timur Shemsedinov <[email protected]>",
"license": "MIT",
"description": "Metarhia utilities",
Expand Down Expand Up @@ -38,8 +38,8 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\""
},
"devDependencies": {
"@types/node": "^20.2.5",
"eslint": "^8.42.0",
"@types/node": "^20.3.1",
"eslint": "^8.43.0",
"eslint-config-metarhia": "^8.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
Expand Down

0 comments on commit 781ffe2

Please sign in to comment.