Skip to content

Commit cc0e20e

Browse files
committed
Update CHANGELOG for v1.0.1
1 parent a7a93c0 commit cc0e20e

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0.1] - 2025-12-12
11+
12+
### Security
13+
- Updated `js-yaml` from 4.1.0 to 4.1.1 to address security vulnerability
14+
- Updated `husky` from 4.3.0 to 9.1.7 to resolve security vulnerabilities
15+
16+
## [1.0.0] - 2025-10-29
17+
18+
### Added
19+
- Initial release of OASprey
20+
- Jest matchers for validating API responses against OpenAPI specifications
21+
- `toSatisfyApiSpec()` matcher for validating HTTP responses
22+
- `toSatisfySchemaInApiSpec()` matcher for validating objects against schemas
23+
- Support for OpenAPI 3.0 specifications
24+
- Support for loading specs from files, objects, or web endpoints
25+
- TypeScript support
26+
27+
[Unreleased]: https://github.com/grove-platform/OASprey/compare/v1.0.1...HEAD
28+
[1.0.1]: https://github.com/grove-platform/OASprey/compare/v1.0.0...v1.0.1
29+
[1.0.0]: https://github.com/grove-platform/OASprey/releases/tag/v1.0.0
30+

0 commit comments

Comments
 (0)