Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/site/src/generated/repo-catalog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export const repoCatalog = {
"status": "core",
"private": false,
"publishable": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Headless JSON editing primitives guarded by Zod schemas.",
"license": "MIT",
"summary": "Zod schema로 보호되는 JSON state를 읽고, 바꾸고, 선택하고, 복사하고,\n붙여넣고, 되돌리기 위한 headless document layer입니다.",
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project are documented here.

## Unreleased

No unreleased changes.

## 1.0.1 - 2026-06-19

This release publishes the finalized 1.0 public API artifact after the npm
`1.0.0` package had already been published.

The current package keeps the same core concept set, but its published surface
now matches the locked 1.0 API: relative insert/move targets, payload-only
document paste, exported edit target/result types, `strict: false` default
execution policy, reasoned undo/redo command results, and the finalized
result/error contract.

### Added

- Added lab `@interactive-os/json-document-grid-range` to delegate rectangular grid paste/fill
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/repo-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"status": "core",
"private": false,
"publishable": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Headless JSON editing primitives guarded by Zod schemas.",
"license": "MIT",
"summary": "Zod schema로 보호되는 JSON state를 읽고, 바꾸고, 선택하고, 복사하고,\n붙여넣고, 되돌리기 위한 headless document layer입니다.",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/json-document/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interactive-os/json-document",
"version": "1.0.0",
"version": "1.0.1",
"description": "Headless JSON editing primitives guarded by Zod schemas.",
"type": "module",
"license": "MIT",
Expand Down