2024-09-03 03:14:59 +09:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
2024-09-03 03:34:59 +09:00
|
|
|
|
2024-09-09 19:27:56 +09:00
|
|
|
- Changes to type definitions and improvements to code readability
|
|
|
|
|
2024-09-03 00:58:03 +00:00
|
|
|
## [0.0.3] - 2024-09-03
|
|
|
|
|
2024-09-03 09:00:20 +09:00
|
|
|
- Rename `SubresourceIntegrity` to `IntegrityMetadataSet`
|
|
|
|
|
2024-09-02 23:30:33 +00:00
|
|
|
## [0.0.2] - 2024-09-02
|
|
|
|
|
2024-09-03 08:22:07 +09:00
|
|
|
- Add `types` field in package.json
|
|
|
|
|
2024-09-02 18:58:06 +00:00
|
|
|
## [0.0.1] - 2024-09-02
|
|
|
|
|
2024-09-03 03:34:59 +09:00
|
|
|
- First release
|
|
|
|
|
2024-09-03 00:58:03 +00:00
|
|
|
[0.0.3]: https://github.com/kou029w/websri/compare/v0.0.2...v0.0.3
|
2024-09-02 23:30:33 +00:00
|
|
|
[0.0.2]: https://github.com/kou029w/websri/compare/v0.0.1...v0.0.2
|
2024-09-02 18:58:06 +00:00
|
|
|
[0.0.1]: https://github.com/kou029w/usri/releases/tag/v0.0.1
|
2024-09-03 00:58:03 +00:00
|
|
|
[unreleased]: https://github.com/kou029w/websri/compare/v0.0.3...HEAD
|