AZMARA PLATFORM
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/node bumped to latest across all packages. typescript stays pinned at ^5.7.3 (TypeScript 7 currently breaks tsup's .d.ts bundling via rollup-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

On this page