- Major version 1.0.0 release - API is now stable and production-ready
-
Minor release with comprehensive documentation, GitHub workflows, and infrastructure improvements
- Complete documentation site with Fumadocs
- Comprehensive GitHub workflows (CI, CodeQL, release automation)
- Documentation guides (CONTRIBUTING.md, CODE_OF_CONDUCT.md, ARCHITECTURE.md)
- Agent prompts for AI-assisted development
- Blog posts on architecture and best practices
- Enhanced project structure and organization
- Improved documentation navigation and accessibility
- Patch release for maintenance and stability improvements
-
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
-
Initial release of ObjectStack Protocol & Specification packages
This is the first public release of the ObjectStack ecosystem, providing:
- Core protocol definitions and TypeScript types
- ObjectQL query language and runtime
- Memory driver for in-memory data storage
- Client library for interacting with ObjectStack
- Hono server plugin for REST API endpoints
- Complete JSON schema generation for all specifications
- Remove debug logs from registry and protocol modules
- b58a0ef: Initial release of ObjectStack Protocol & Specification.