mirror of
https://github.com/kou029w/websri.git
synced 2025-01-18 16:08:16 +00:00
Release 0.1.0
This commit is contained in:
parent
39a1e06c8d
commit
472df9a60f
3 changed files with 7 additions and 4 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.0] - 2024-10-02
|
||||||
|
|
||||||
- **IntegrityMetadataSet Enhancements**: Refactored `IntegrityMetadataSet` to improve structure and flexibility, including new methods (`match`, `strongestHashAlgorithms`, `iterator`, and `size`), support for more flexible input types, and enhanced validation logic.
|
- **IntegrityMetadataSet Enhancements**: Refactored `IntegrityMetadataSet` to improve structure and flexibility, including new methods (`match`, `strongestHashAlgorithms`, `iterator`, and `size`), support for more flexible input types, and enhanced validation logic.
|
||||||
- **Type Definitions & Code Readability**: Improved type definitions and enhanced overall code readability.
|
- **Type Definitions & Code Readability**: Improved type definitions and enhanced overall code readability.
|
||||||
- **Build & Tooling**: Replaced `tsup` with `pkgroll` and `tsx` for bundling.
|
- **Build & Tooling**: Replaced `tsup` with `pkgroll` and `tsx` for bundling.
|
||||||
|
@ -23,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- First release
|
- First release
|
||||||
|
|
||||||
|
[0.1.0]: https://github.com/kou029w/websri/compare/v0.0.3...v0.1.0
|
||||||
[0.0.3]: https://github.com/kou029w/websri/compare/v0.0.2...v0.0.3
|
[0.0.3]: https://github.com/kou029w/websri/compare/v0.0.2...v0.0.3
|
||||||
[0.0.2]: https://github.com/kou029w/websri/compare/v0.0.1...v0.0.2
|
[0.0.2]: https://github.com/kou029w/websri/compare/v0.0.1...v0.0.2
|
||||||
[0.0.1]: https://github.com/kou029w/usri/releases/tag/v0.0.1
|
[0.0.1]: https://github.com/kou029w/usri/releases/tag/v0.0.1
|
||||||
[unreleased]: https://github.com/kou029w/websri/compare/v0.0.3...HEAD
|
[unreleased]: https://github.com/kou029w/websri/compare/v0.1.0...HEAD
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "websri",
|
"name": "websri",
|
||||||
"version": "0.0.3",
|
"version": "0.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "websri",
|
"name": "websri",
|
||||||
"version": "0.0.3",
|
"version": "0.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@release-it/keep-a-changelog": "5.0.0",
|
"@release-it/keep-a-changelog": "5.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "websri",
|
"name": "websri",
|
||||||
"version": "0.0.3",
|
"version": "0.1.0",
|
||||||
"description": "A universal Subresource Integrity (SRI) utility for Node.js, browsers, Cloudflare Workers, Deno, Bun, and other web-compatible runtimes.",
|
"description": "A universal Subresource Integrity (SRI) utility for Node.js, browsers, Cloudflare Workers, Deno, Bun, and other web-compatible runtimes.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Kohei Watanabe <nebel@fogtype.com>",
|
"author": "Kohei Watanabe <nebel@fogtype.com>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue