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
15 changes: 0 additions & 15 deletions .changeset/custom-data-store.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/hyperbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# hyperbook

## 0.67.0

### Minor Changes

- [#1035](https://github.com/openpatch/hyperbook/pull/1035) [`c4fddb6`](https://github.com/openpatch/hyperbook/commit/c4fddb66b15ab2808998296a0e7aa51a6e565193) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add custom data table to Dexie store for user-managed state persistence

This adds a new `custom` table to the Hyperbook Dexie store, enabling users to persist arbitrary JSON data in the browser's IndexedDB.

Features:

- New `custom` table with schema `id, payload` for storing user-defined data
- Comprehensive documentation in the advanced section showing how to use the API
- Automatic inclusion in existing export/import functionality
- Full support for storing and retrieving JSON data using `store.custom.put()` and `store.custom.get()`

## 0.66.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hyperbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperbook",
"version": "0.66.0",
"version": "0.67.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hyperbook/markdown

## 0.41.0

### Minor Changes

- [#1035](https://github.com/openpatch/hyperbook/pull/1035) [`c4fddb6`](https://github.com/openpatch/hyperbook/commit/c4fddb66b15ab2808998296a0e7aa51a6e565193) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add custom data table to Dexie store for user-managed state persistence

This adds a new `custom` table to the Hyperbook Dexie store, enabling users to persist arbitrary JSON data in the browser's IndexedDB.

Features:

- New `custom` table with schema `id, payload` for storing user-defined data
- Comprehensive documentation in the advanced section showing how to use the API
- Automatic inclusion in existing export/import functionality
- Full support for storing and retrieving JSON data using `store.custom.put()` and `store.custom.get()`

## 0.40.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/markdown",
"version": "0.40.0",
"version": "0.41.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
20 changes: 20 additions & 0 deletions platforms/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @hyperbook/vscode-extension

## 0.43.0

### Minor Changes

- [#1035](https://github.com/openpatch/hyperbook/pull/1035) [`c4fddb6`](https://github.com/openpatch/hyperbook/commit/c4fddb66b15ab2808998296a0e7aa51a6e565193) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add custom data table to Dexie store for user-managed state persistence

This adds a new `custom` table to the Hyperbook Dexie store, enabling users to persist arbitrary JSON data in the browser's IndexedDB.

Features:

- New `custom` table with schema `id, payload` for storing user-defined data
- Comprehensive documentation in the advanced section showing how to use the API
- Automatic inclusion in existing export/import functionality
- Full support for storing and retrieving JSON data using `store.custom.put()` and `store.custom.get()`

### Patch Changes

- Updated dependencies [[`c4fddb6`](https://github.com/openpatch/hyperbook/commit/c4fddb66b15ab2808998296a0e7aa51a6e565193)]:
- @hyperbook/[email protected]

## 0.42.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion platforms/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"homepage": "https://hyperbook.openpatch.org",
"main": "./out/extension.js",
"version": "0.42.0",
"version": "0.43.0",
"engines": {
"vscode": "^1.71.0"
},
Expand Down
2 changes: 1 addition & 1 deletion website/en/book/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you need a new feature, open an [issue](https://github.com/openpatch/hyperboo
::::
-->

## v0.66.0
## v0.67.0

::::tabs

Expand Down