Skip to content

Commit f85d9b5

Browse files
kevinccbsgclaude
andcommitted
chore: bump version to 0.1.1 and add CHANGELOG
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7632038 commit f85d9b5

3 files changed

Lines changed: 22 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## 0.1.1 (2026-04-06)
4+
5+
### Bug Fixes
6+
7+
- **normalize:** Handle `nullable: true` without `type` in OpenAPI 3.0 schemas. Schemas using `nullable` on `allOf` compositions or bare description objects were not being normalized, causing Ajv to throw `"nullable" cannot be used without "type"`.
8+
9+
## 0.1.0 (2026-04-06)
10+
11+
### Features
12+
13+
- Initial release
14+
- Validate JSON payloads against OpenAPI 3.0/3.1 specs
15+
- Full `$ref` resolution with nested component references
16+
- OpenAPI 3.0 to 3.1 schema normalization (`nullable`, `exclusiveMinimum`, `exclusiveMaximum`)
17+
- Human-friendly validation error messages
18+
- Reusable Ajv instance for performance
19+
- CI/publish workflows

package-lock.json

Lines changed: 2 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-mock-validator",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Validate JSON payloads against OpenAPI 3.0/3.1 specs — catch mock drift before it hits production",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)