Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.08 KB

File metadata and controls

43 lines (27 loc) · 1.08 KB

@objectstack/spec

0.3.1

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

  • 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

0.1.2

Patch Changes

  • Remove debug logs from registry and protocol modules

0.1.1

Patch Changes

  • b58a0ef: Initial release of ObjectStack Protocol & Specification.