v1.0.6
@damatjs/cli
Full note ↗Repeatable command options now preserve every supplied value.
@damatjs/cli-app
Full note ↗Generated backends now choose their runtime environment from
NODE_ENV.@damatjs/cli-kit
Full note ↗Kit installation preserves repeated capability target overrides.
@damatjs/cli-module
Full note ↗Standalone module scaffolds now match backend Git setup.
@damatjs/cli-support
Full note ↗Scaffold commands now share safe, optional Git initialization.
@damatjs/codegen
Full note ↗Codegen now generates a per-table **params** Zod schema and wires the route scaffold into the framework's validation middleware — so a generated
[id]route validates:id(and the update body / list query) declaratively instead of hand-checking them in the handler.@damatjs/damat-cli
Full note ↗Composed creation commands now expose consistent, optional Git setup.
@damatjs/default
Full note ↗The reference deployment provisions and validates the dedicated Damat schema.
@damatjs/deps
Full note ↗@damatjs/durability
Full note ↗Framework durability relations now live in the dedicated
damatschema.@damatjs/events
Full note ↗@damatjs/framework
Full note ↗Provider loading uses the same strict entry rule as installer resolution.
@damatjs/installer
Full note ↗Manifestless source modules ignore invalid heuristic provider candidates.
@damatjs/jobs
Full note ↗@damatjs/module
Full note ↗Standalone durable module harnesses use the dedicated Damat schema.
@damatjs/orm
Full note ↗The ORM umbrella re-exports native pgvector modeling, migrations, indexes, and typed nearest-neighbor queries.
@damatjs/orm-cli
Full note ↗System migration commands include the dedicated-schema relocation catalogs.
@damatjs/orm-migration
Full note ↗Migration generation carries native pgvector requirements through snapshots and rendered SQL files.
@damatjs/orm-model
Full note ↗Model builders emit native pgvector columns and complete ANN index metadata.
@damatjs/orm-pg
Full note ↗@damatjs/orm-processor
Full note ↗Native pgvector schema processing and migration DDL.
@damatjs/orm-type
Full note ↗Native pgvector schema contracts replace the legacy REAL[] vector metadata.
@damatjs/pipelines
Full note ↗Clarifies and regression-locks the activation boundary for durable event waits.
@damatjs/schema-codegen
Full note ↗Generated schemas now understand native PostgreSQL pgvector columns.
@damatjs/services
Full note ↗