-
Notifications
You must be signed in to change notification settings - Fork 6
Release version 0.1.x for ObjectStack Protocol packages #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
40456ec
4f54b5f
423fc24
f8320a6
6b01250
1e0362b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # @objectstack/example-crm | ||
|
|
||
| ## 1.0.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies | ||
| - @objectstack/spec@0.1.2 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # @objectstack/example-host | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies | ||
| - @objectstack/driver-memory@0.1.1 | ||
| - @objectstack/objectql@0.1.1 | ||
| - @objectstack/plugin-hono-server@0.1.1 | ||
| - @objectstack/runtime@0.1.1 | ||
| - @objectstack/example-crm@1.0.1 | ||
| - @objectstack/plugin-bi@1.0.1 | ||
| - @objectstack/example-todo@1.0.1 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # @objectstack/plugin-bi | ||
|
|
||
| ## 1.0.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies | ||
| - @objectstack/spec@0.1.2 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| # @objectstack/example-todo | ||
|
|
||
| ## 1.0.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies | ||
| - @objectstack/spec@0.1.2 | ||
| - @objectstack/client@0.1.1 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # @objectstack/client | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Initial release of ObjectStack Protocol & Specification packages | ||
|
|
||
| - Complete protocol specifications with Zod schemas | ||
| - Core runtime and query engine | ||
| - Client SDK | ||
| - Memory driver implementation | ||
| - Hono server plugin | ||
| - Comprehensive documentation | ||
| - Remove debug logs from registry and protocol modules | ||
|
|
||
| - Updated dependencies | ||
| - @objectstack/spec@0.1.2 | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,18 @@ | ||||||||||||||||||||||
| # @objectstack/driver-memory | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ## 0.1.1 | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ### Patch Changes | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Initial release of ObjectStack Protocol & Specification packages | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Complete protocol specifications with Zod schemas | ||||||||||||||||||||||
| - Core runtime and query engine | ||||||||||||||||||||||
| - Client SDK | ||||||||||||||||||||||
| - Memory driver implementation | ||||||||||||||||||||||
| - Hono server plugin | ||||||||||||||||||||||
| - Comprehensive documentation | ||||||||||||||||||||||
| - Remove debug logs from registry and protocol modules | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
|
||||||||||||||||||||||
| - Initial release of ObjectStack Protocol & Specification packages | |
| - Complete protocol specifications with Zod schemas | |
| - Core runtime and query engine | |
| - Client SDK | |
| - Memory driver implementation | |
| - Hono server plugin | |
| - Comprehensive documentation | |
| - Remove debug logs from registry and protocol modules | |
| - Remove debug logs from registry and protocol modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in commit 1e0362b to accurately reflect patch release changes.
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,18 @@ | ||||||||||||||||||||||
| # @objectstack/objectql | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ## 0.1.1 | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ### Patch Changes | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Initial release of ObjectStack Protocol & Specification packages | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Complete protocol specifications with Zod schemas | ||||||||||||||||||||||
| - Core runtime and query engine | ||||||||||||||||||||||
| - Client SDK | ||||||||||||||||||||||
| - Memory driver implementation | ||||||||||||||||||||||
| - Hono server plugin | ||||||||||||||||||||||
| - Comprehensive documentation | ||||||||||||||||||||||
| - Remove debug logs from registry and protocol modules | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
|
||||||||||||||||||||||
| - Initial release of ObjectStack Protocol & Specification packages | |
| - Complete protocol specifications with Zod schemas | |
| - Core runtime and query engine | |
| - Client SDK | |
| - Memory driver implementation | |
| - Hono server plugin | |
| - Comprehensive documentation | |
| - Remove debug logs from registry and protocol modules | |
| - Remove debug logs from registry and protocol modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in commit 1e0362b to accurately reflect patch release changes.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # @objectstack/plugin-hono-server | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Initial release of ObjectStack Protocol & Specification packages | ||
|
||
|
|
||
| - Complete protocol specifications with Zod schemas | ||
| - Core runtime and query engine | ||
| - Client SDK | ||
| - Memory driver implementation | ||
| - Hono server plugin | ||
| - Comprehensive documentation | ||
| - Remove debug logs from registry and protocol modules | ||
|
|
||
| - Updated dependencies | ||
| - @objectstack/spec@0.1.2 | ||
| - @objectstack/runtime@0.1.1 | ||
| - @objectstack/types@0.1.1 | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,20 @@ | ||||||||||||||||||||||
| # @objectstack/runtime | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ## 0.1.1 | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ### Patch Changes | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Initial release of ObjectStack Protocol & Specification packages | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Complete protocol specifications with Zod schemas | ||||||||||||||||||||||
| - Core runtime and query engine | ||||||||||||||||||||||
| - Client SDK | ||||||||||||||||||||||
| - Memory driver implementation | ||||||||||||||||||||||
| - Hono server plugin | ||||||||||||||||||||||
| - Comprehensive documentation | ||||||||||||||||||||||
| - Remove debug logs from registry and protocol modules | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
|
||||||||||||||||||||||
| - Initial release of ObjectStack Protocol & Specification packages | |
| - Complete protocol specifications with Zod schemas | |
| - Core runtime and query engine | |
| - Client SDK | |
| - Memory driver implementation | |
| - Hono server plugin | |
| - Comprehensive documentation | |
| - Remove debug logs from registry and protocol modules | |
| - Remove debug logs from registry and protocol modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in commit 1e0362b to accurately reflect patch release changes.
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,19 @@ | ||||||||||||||||||||||
| # @objectstack/spec | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ## 0.1.2 | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ### Patch Changes | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Initial release of ObjectStack Protocol & Specification packages | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Complete protocol specifications with Zod schemas | ||||||||||||||||||||||
| - Core runtime and query engine | ||||||||||||||||||||||
| - Client SDK | ||||||||||||||||||||||
| - Memory driver implementation | ||||||||||||||||||||||
| - Hono server plugin | ||||||||||||||||||||||
| - Comprehensive documentation | ||||||||||||||||||||||
| - Remove debug logs from registry and protocol modules | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
|
||||||||||||||||||||||
| - Initial release of ObjectStack Protocol & Specification packages | |
| - Complete protocol specifications with Zod schemas | |
| - Core runtime and query engine | |
| - Client SDK | |
| - Memory driver implementation | |
| - Hono server plugin | |
| - Comprehensive documentation | |
| - Remove debug logs from registry and protocol modules | |
| - Remove debug logs from registry and protocol modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in commit 1e0362b to accurately reflect patch release changes.
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,18 @@ | ||||||||||||||||||||||
| # @objectstack/types | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ## 0.1.1 | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ### Patch Changes | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Initial release of ObjectStack Protocol & Specification packages | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Complete protocol specifications with Zod schemas | ||||||||||||||||||||||
| - Core runtime and query engine | ||||||||||||||||||||||
| - Client SDK | ||||||||||||||||||||||
| - Memory driver implementation | ||||||||||||||||||||||
| - Hono server plugin | ||||||||||||||||||||||
| - Comprehensive documentation | ||||||||||||||||||||||
| - Remove debug logs from registry and protocol modules | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
|
||||||||||||||||||||||
| - Initial release of ObjectStack Protocol & Specification packages | |
| - Complete protocol specifications with Zod schemas | |
| - Core runtime and query engine | |
| - Client SDK | |
| - Memory driver implementation | |
| - Hono server plugin | |
| - Comprehensive documentation | |
| - Remove debug logs from registry and protocol modules | |
| - Remove debug logs from registry and protocol modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in commit 1e0362b to accurately reflect patch release changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in commit 1e0362b to accurately reflect patch release changes.