Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

v1.0.0

Choose a tag to compare

@Upd4ting Upd4ting released this 23 Mar 17:56
· 8 commits to main since this release

compare changes

馃殌 Enhancements

  • Use db index in relevant filters (#14)
  • Async validators (7c84de9)
  • Add per-action access control overrides (#19)
  • Migrate to new database schema API (AQL2) (#20)

馃┕ Fixes

  • Array of foreign keys (#12)
  • Dont assign prototype to null foreign objects (539cf0a)
  • Linting (b6d8928)
  • Playground startup errors (#16)
  • Remove all non-null assertions to fix noNonNullAssertion lint warnings (#21)

馃拝 Refactors

  • Use assert from api-util interface (6f210ff)
  • Rename StaticModel to Model decorator (aa0bad3)
  • Remove primary index decorator from User, Customer, Product, Order, and OrderItem classes (d70be0f)
  • test: Use global database instance in all test files (45ebe57)

馃摝 Build

  • Replace rm -rf with rimraf (#13)

馃彙 Chore

  • Replicate ai agent config files (.agents/.claude) (#17)
  • Remove ci publish strict ts interface tests (#18)
  • Simplify CI workflow triggers and update AGENTS.md (8607104)
  • Migrate from local beta interfaces to published @AntelopeJS packages (c6d2dbc)

馃 CI

  • Remove test:coverage step from CI workflow (2138d35)

鉂わ笍 Contributors