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
12 changes: 11 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
"changelog": ["@changesets/cli/changelog", { "repo": "objectstack-ai/spec" }],
"commit": false,
"fixed": [],
"fixed": [
[
"@objectstack/spec",
"@objectstack/client",
"@objectstack/driver-memory",
"@objectstack/objectql",
"@objectstack/plugin-hono-server",
"@objectstack/runtime",
"@objectstack/types"
]
],
"linked": [],
"access": "public",
"baseBranch": "main",
Expand Down
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.3.0] - 2026-01-22

### Added
- Comprehensive documentation structure with CONTRIBUTING.md
- Documentation hub at docs/README.md
Expand All @@ -20,14 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated README.md with improved documentation navigation
- Enhanced documentation organization following industry best practices

### Deprecated

### Removed

### Fixed

### Security
- All packages now use unified versioning (all packages released together with same version number)

## [0.1.1] - 2026-01-20

Expand Down Expand Up @@ -132,5 +139,6 @@ Mark breaking changes clearly:

---

[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/objectstack-ai/spec/compare/v0.1.1...v0.3.0
[0.1.1]: https://github.com/objectstack-ai/spec/releases/tag/v0.1.1
2 changes: 1 addition & 1 deletion examples/ai-analyst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-ai-analyst",
"version": "1.0.0",
"version": "1.0.2",
"description": "AI-powered data analyst with natural language query capabilities",
"private": true,
"main": "objectstack.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion examples/ai-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-ai-codegen",
"version": "1.0.0",
"version": "1.0.2",
"description": "AI code generator - Generate ObjectStack apps from natural language",
"private": true,
"main": "objectstack.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion examples/ai-sales/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-ai-sales",
"version": "1.0.0",
"version": "1.0.2",
"description": "AI-powered sales assistant with intelligent automation",
"private": true,
"main": "objectstack.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion examples/ai-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-ai-support",
"version": "1.0.0",
"version": "1.0.2",
"description": "AI-powered customer support system with RAG knowledge base",
"private": true,
"main": "objectstack.config.ts",
Expand Down
14 changes: 14 additions & 0 deletions examples/crm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @objectstack/example-crm

## 1.0.4

### Patch Changes

- Updated dependencies
- @objectstack/spec@1.0.0

## 1.0.3

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.3.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/crm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-crm",
"version": "1.0.2",
"version": "1.0.4",
"description": "Example CRM implementation using ObjectStack Protocol",
"private": true,
"scripts": {
Expand Down
25 changes: 25 additions & 0 deletions examples/host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @objectstack/example-host

## 0.1.4

### Patch Changes

- @objectstack/example-crm@1.0.4
- @objectstack/plugin-bi@1.0.4
- @objectstack/example-todo@1.0.4
- @objectstack/driver-memory@1.0.0
- @objectstack/objectql@1.0.0
- @objectstack/plugin-hono-server@1.0.0
- @objectstack/runtime@1.0.0

## 0.1.3

### Patch Changes

- Updated dependencies
- @objectstack/driver-memory@0.2.1
- @objectstack/objectql@0.2.1
- @objectstack/plugin-hono-server@0.2.1
- @objectstack/runtime@0.2.1
- @objectstack/example-crm@1.0.3
- @objectstack/plugin-bi@1.0.3
- @objectstack/example-todo@1.0.3

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-host",
"version": "0.1.2",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "ts-node src/index.ts",
Expand Down
14 changes: 14 additions & 0 deletions examples/plugin-bi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @objectstack/plugin-bi

## 1.0.4

### Patch Changes

- Updated dependencies
- @objectstack/spec@1.0.0

## 1.0.3

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.3.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-bi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/plugin-bi",
"version": "1.0.2",
"version": "1.0.4",
"main": "src/index.ts",
"license": "MIT",
"private": true,
Expand Down
16 changes: 16 additions & 0 deletions examples/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @objectstack/example-todo

## 1.0.4

### Patch Changes

- Updated dependencies
- @objectstack/spec@1.0.0
- @objectstack/client@1.0.0

## 1.0.3

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.3.0
- @objectstack/client@0.2.1

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-todo",
"version": "1.0.2",
"version": "1.0.4",
"description": "Example Todo App using ObjectStack Protocol",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @objectstack/client

## 0.3.0

### Patch Changes

- Updated dependencies
- @objectstack/spec@1.0.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/client",
"version": "0.2.0",
"version": "0.3.0",
"description": "Official Client SDK for ObjectStack Protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/driver-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @objectstack/driver-memory

## 0.3.0

### Patch Changes

- Updated dependencies
- @objectstack/spec@1.0.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/driver-memory",
"version": "0.2.0",
"version": "0.3.0",
"description": "In-Memory Driver for ObjectStack (Reference Implementation)",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/objectql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @objectstack/objectql

## 0.3.0

### Patch Changes

- Updated dependencies
- @objectstack/spec@1.0.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/objectql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/objectql",
"version": "0.2.0",
"version": "0.3.0",
"description": "Isomorphic ObjectQL Engine for ObjectStack",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-hono-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @objectstack/plugin-hono-server

## 0.3.0

### Patch Changes

- Updated dependencies
- @objectstack/spec@1.0.0
- @objectstack/runtime@1.0.0
- @objectstack/types@1.0.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-hono-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/plugin-hono-server",
"version": "0.2.0",
"version": "0.3.0",
"description": "Standard Hono Server Adapter for ObjectStack Runtime",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,6 +19,6 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@objectstack/runtime": "^0.2.0"
"@objectstack/runtime": "^1.0.0"
}
}
9 changes: 9 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @objectstack/runtime

## 0.3.0

### Patch Changes

- Updated dependencies
- @objectstack/spec@1.0.0
- @objectstack/objectql@1.0.0
- @objectstack/types@1.0.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/runtime",
"version": "0.2.0",
"version": "0.3.0",
"description": "ObjectStack Core Runtime & Query Engine",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @objectstack/spec

## 0.3.0

### Minor Changes

- Documentation and project structure improvements

- Comprehensive documentation structure with CONTRIBUTING.md
- Documentation hub at docs/README.md
- Standards documentation (naming-conventions, api-design, error-handling)
- Architecture deep dives (data-layer, ui-layer, system-layer)
- Code of Conduct
- Enhanced documentation organization following industry best practices

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/spec",
"version": "0.2.0",
"version": "0.3.0",
"description": "ObjectStack Protocol & Specification - TypeScript Interfaces, JSON Schemas, and Convention Configurations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @objectstack/types

## 0.3.0

### Patch Changes

- Updated dependencies
- @objectstack/spec@1.0.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/types",
"version": "0.2.0",
"version": "0.3.0",
"description": "Shared interfaces describing the ObjectStack Runtime environment",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Loading