File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments