- Patch release for maintenance and stability improvements. All packages updated with unified versioning.
- Updated dependencies
- @objectstack/spec@0.9.1
- @objectstack/core@0.9.1
- @objectstack/client@0.9.1
- Updated dependencies [555e6a7]
- @objectstack/spec@0.8.2
- @objectstack/client@0.8.2
- @objectstack/core@0.8.2
- @objectstack/spec@0.8.1
- @objectstack/core@0.8.1
- @objectstack/client@0.8.1
-
This release includes a major upgrade to the core validation engine (Zod v4) and aligns all protocol definitions with stricter type safety.
- Updated dependencies
- @objectstack/spec@1.0.0
- @objectstack/core@1.0.0
- @objectstack/client@1.0.0
- fb41cc0: Patch release: Updated documentation and JSON schemas
- Updated dependencies [fb41cc0]
- @objectstack/spec@0.7.2
- @objectstack/core@0.7.2
- @objectstack/client@0.7.2
- Updated dependencies
- @objectstack/spec@0.7.1
- @objectstack/client@0.7.1
- @objectstack/core@0.7.1
- Initial release of React hooks for ObjectStack Client
- Data Query Hooks:
useQuery- Query data with automatic caching and refetchinguseMutation- Create, update, or delete datausePagination- Paginated data queries with navigationuseInfiniteQuery- Infinite scrolling / load more functionality
- Metadata Hooks:
useObject- Fetch object schema/metadatauseView- Fetch view configurationuseFields- Get fields list from object schemauseMetadata- Generic metadata queries
- Context Provider:
ObjectStackProvider- React context provider for ObjectStackClientuseClient- Access ObjectStackClient from context
- Full TypeScript support with generic types
- Comprehensive documentation and examples