Skip to main content

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 as TRUE / FALSE instead of 0 / 1, order brand-new create migrations by dependencies declared in both static schema and static database.foreignKeys, resolve the shipped CLI banner version from package.json instead of the stale v1.0 literal, and lock the CLI SemVer rule in the published versioning policy while preserving the clean NodeNext source-tree, CommonJS dist/* build, and 100% coverage baseline.