mirror of
https://github.com/kou029w/websri.git
synced 2025-01-18 16:08:16 +00:00
27 lines
791 B
Markdown
27 lines
791 B
Markdown
# 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]
|
|
|
|
- Changes to type definitions and improvements to code readability
|
|
|
|
## [0.0.3] - 2024-09-03
|
|
|
|
- Rename `SubresourceIntegrity` to `IntegrityMetadataSet`
|
|
|
|
## [0.0.2] - 2024-09-02
|
|
|
|
- Add `types` field in package.json
|
|
|
|
## [0.0.1] - 2024-09-02
|
|
|
|
- First release
|
|
|
|
[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.1]: https://github.com/kou029w/usri/releases/tag/v0.0.1
|
|
[unreleased]: https://github.com/kou029w/websri/compare/v0.0.3...HEAD
|