Changelog
@azmr/query
Release history for @azmr/query.
0.0.2
Patch Changes
- d70fccb: Upgrade workspace dependencies across the monorepo (pnpm 10 -> 11 tooling
migration): React 18.3 -> 19.2 (
@azmr/ui), Zod 3.24 -> 4.4 (@azmr/security), better-sqlite3 11.7 -> 12.11 (@azmr/db), plus vitest, tsup, and@types/nodebumped to latest across all packages.typescriptstays pinned at^5.7.3(TypeScript 7 currently breakstsup's.d.tsbundling viarollup-plugin-dts). - Updated dependencies [5bf56bb]
- Updated dependencies [d70fccb]
- @azmr/core@0.0.2
All notable changes to this project will be documented in this file.
[0.0.1]
Added
- Initial release of chainable, type-safe query builder
- Support for reactive and static data sources
- No eval, no injection - predicates are TypeScript functions
- FoxPro-style querying syntax