Skip to content

Commit 6e3bddc

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

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.2 (2026-04-06)
4+
5+
### Bug Fixes
6+
7+
- **strict mode:** Fix false positives when validating `oneOf` schemas with `allOf` composition. Strict mode was applying `additionalProperties: false` to each `allOf` branch independently, causing sibling properties to be rejected as unexpected. Now merges property keys across `allOf` branches before applying strict constraints.
8+
39
## 0.1.1 (2026-04-06)
410

511
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 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.1",
3+
"version": "0.1.2",
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)