Skip to content

Commit 34f77e3

Browse files
committed
interop changes
1 parent 6c8468f commit 34f77e3

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
@@ -6,6 +6,12 @@ This project follows semantic versioning once released on npm. During early
66
`0.x` releases, minor versions may still include API changes while the INC
77
specification and JavaScript API settle.
88

9+
## 0.1.2 - 2026-05-28
10+
11+
- Merged mini-schema requirement alias sections such as `[MUST]` and
12+
`[REQUIRED]`.
13+
- Rejected mini-schema paths with empty components such as `a.` and `.key`.
14+
915
## 0.1.1 - 2026-05-21
1016

1117
- Added a browser bundle build that exposes IncCSV.js as `window.IncCSV`.

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": "inccsv",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "JavaScript implementation of the INC file format.",
55
"type": "module",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)