Latest Release Summary / v1.1.4
Use this page as the stable official-docs URL for the latest package update details.- Current package version:
1.1.4
What’s new
- Fix release. PostgreSQL boolean defaults, dependency-safe create ordering, and CLI version reporting are now aligned with the package contract.
Exact changes
- Keep the relational DDL and safe-diff model contract from
1.1.0, emit PostgreSQL boolean defaults asTRUE/FALSEinstead of0/1, order brand-new create migrations by dependencies declared in bothstatic schemaandstatic database.foreignKeys, resolve the shipped CLI banner version frompackage.jsoninstead of the stalev1.0literal, and lock the CLI SemVer rule in the published versioning policy while preserving the clean NodeNext source-tree, CommonJSdist/*build, and100%coverage baseline.