From 02c253b45f0138e936c8b95e8ede4a03f2b15afb Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 2 Oct 2024 20:15:55 +0900 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe9330..87ea330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Changes to type definitions and improvements to code readability +- **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. +- **Build & Tooling**: Replaced `tsup` with `pkgroll` and `tsx` for bundling. ## [0.0.3] - 2024-09-03