Skip to content

Commit

Permalink
Version 5.0.0
Browse files Browse the repository at this point in the history
PR-URL: #228
  • Loading branch information
tshemsedinov committed Dec 10, 2023
1 parent 5c0ef5e commit ae0b8b0
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 10 deletions.
7 changes: 6 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ Julia Gerasymenko <[email protected]>
Nikita Machehin <[email protected]>
Diana Boloteniuk <[email protected]>
Oleg Vantkovsky <[email protected]>
Eternal-Rise <[email protected]>
Bohdan Saliuk <[email protected]>
Dima Golosov <[email protected]>
Georg Oldenburger <[email protected]>
Oleksandr Belchitskyi <[email protected]>
Philipp Zelinski <[email protected]>
Timur Sevimli <[email protected]>
Alexander Pavelko <[email protected]>
Bespaliy <[email protected]>
Egor Pankov <[email protected]>
Slava Kaderkin <[email protected]>
Hulko Svyat <[email protected]>
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased][unreleased]

## [5.0.0][] - 2023-12-10

- Changed `Semaphore` signature, moved all parameters to `options`
- Changed `generateKey` parameter order
- Replaced `node:http/https` with node native `fetch` for `httpApiCall`
- Move `EventEmitter` polyfill from metacom (with improvements)
- Added customHeaders option for `httpApiCall`
- Implemented async collection: `Collector`
- Fixed sync capture in `Pool`

## [4.0.1][] - 2023-11-18

- Fix package: add `dist.js`
Expand Down Expand Up @@ -266,7 +276,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/v4.0.1....HEAD
[unreleased]: https://github.com/metarhia/metautil/compare/v5.0.0....HEAD
[5.0.0]: https://github.com/metarhia/metautil/compare/v4.0.1...v5.0.0
[4.0.1]: https://github.com/metarhia/metautil/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/metarhia/metautil/compare/v3.15.0...v4.0.0
[3.15.0]: https://github.com/metarhia/metautil/compare/v3.14.0...v3.15.0
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| 2.x | :x: |
| 3.x | :x: |
| 4.x | :white_check_mark: |
| 5.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metautil",
"version": "4.0.1",
"version": "5.0.0",
"author": "Timur Shemsedinov <[email protected]>",
"license": "MIT",
"description": "Metarhia utilities",
Expand Down Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.0",
"metatests": "^0.8.2",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}

0 comments on commit ae0b8b0

Please sign in to comment.