@hf-chimera/store
Version:
Cross-end reactivity API
99 lines (54 loc) • 1.4 kB
Markdown
@hf-chimera/store
# 0.1.0
## Minor Changes
- Add Vue adapter
# 0.0.15
## Patch Changes
- Fix readme
# 0.0.14
## Patch Changes
- Try to get npm confirmation v1
# 0.0.13
## Patch Changes
- Fix readme
# 0.0.12
## Patch Changes
- Update README
# 0.0.11
## Patch Changes
- Add filter utils
# 0.0.10
## Patch Changes
- Export correct types
# 0.0.9
## Patch Changes
- Add defaults export
# 0.0.8
## Patch Changes
- Fix dist ignore
# 0.0.7
## Patch Changes
- Fix exports
# 0.0.6
## Patch Changes
- Update npmignore
# 0.0.5
## Patch Changes
- Implement library with adapters
This patch release introduces the complete implementation of the
`@hf-chimera/store` library with a flexible adapter system:
- **React Adapter** (`packages/adapters/react`): Hooks and context for
integrating the store with React applications
- **Query Builder** (`packages/qb`): Fluent API for constructing complex queries
- **CRUD Example**: Full-stack example application demonstrating store usage
with customers and orders
- **Core Improvements**: Bug fixes in ordering logic (using the first non-equal
result) and enhanced type safety
- **Testing Infrastructure**: Added Vitest UI and comprehensive test coverage
# 0.0.4
## Patch Changes
- 2b3dd61: Cleanup try 3
- bafd87f: Cleanup try 2
# 0.0.3
## Patch Changes
- b582743: Cleanup