Skip to content

chore(release): version packages#438

Merged
mk3008 merged 1 commit intomainfrom
changeset-release/main
Feb 6, 2026
Merged

chore(release): version packages#438
mk3008 merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 6, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@rawsql-ts/sql-contract@0.2.0

Minor Changes

  • #426 47f9e41 Thanks @mk3008! - Add reader validation hooks and scalar query helpers to support runtime DTO validation and single-value results.

  • #433 06ec7ea Thanks @mk3008! - Add a new public timestampFromDriver(value, fieldName?) helper in @rawsql-ts/sql-contract for fail-fast Date | string normalization of driver-returned timestamps.

    Update @rawsql-ts/ztd-cli templates to normalize runtime timestamp fields through the shared sql-contract helper (via runtime coercion wiring), add strict guardrails against local timestamp re-implementation, and expand scaffold smoke validation tests for valid and invalid timestamp strings.

Patch Changes

  • #431 eadb311 Thanks @mk3008! - Corrected the catalog executor test expectations so the cached SQL loader matches the returned rows and keeps the rewrite/binder pipeline aligned.

  • #430 0b34920 Thanks @mk3008! - Describe how composite and derived key normalization now exposes deterministic internals and tests can assert separator/tag/order invariants.

  • #426 c0486d6 Thanks @mk3008! - - split the Postgres validator demo into five short README-ready test files that share a pg-test helper and keep the API story tidy.

    • document that the SQL Contract package now exposes decimalStringToNumberUnsafe for the Zod demo without importing sql-contract-zod, preserving a dependency-free core surface.
  • #432 5e01f8e Thanks @mk3008! - - tighten catalog executor contracts, add ContractViolationError, and improve observability/error classification.

@rawsql-ts/ztd-cli@0.17.0

Minor Changes

  • #433 36fd789 Thanks @mk3008! - Adopt SQL-first scaffolding with named-parameter SQL layout in the ZTD template, and compile named parameters to indexed placeholders in the pg adapter.

  • #433 83e870a Thanks @mk3008! - Redesign ztd init to produce a deterministic minimal scaffold with per-folder AGENTS.md guidance and option-specific DDL seeding only (pg_dump, empty, or demo DDL).

  • #433 bf588fd Thanks @mk3008! - Add the new default ZTD scaffold layout with view SQL under "src/sql/views", job SQL under "src/sql/jobs", and repositories split between "src/repositories/views" and "src/repositories/tables". The init command now supports "--yes" to overwrite existing scaffold files without prompts for non-interactive runs.

Patch Changes

  • #433 06ec7ea Thanks @mk3008! - Add a new public timestampFromDriver(value, fieldName?) helper in @rawsql-ts/sql-contract for fail-fast Date | string normalization of driver-returned timestamps.

    Update @rawsql-ts/ztd-cli templates to normalize runtime timestamp fields through the shared sql-contract helper (via runtime coercion wiring), add strict guardrails against local timestamp re-implementation, and expand scaffold smoke validation tests for valid and invalid timestamp strings.

  • #435 345a4a1 Thanks @mk3008! - Fix optional adapter resolution during SQL lint execution so workspace and test environments no longer require prebuilt dist artifacts.

  • Updated dependencies [36fd789]:

    • @rawsql-ts/adapter-node-pg@0.15.2

@rawsql-ts/adapter-node-pg@0.15.2

Patch Changes

  • #433 36fd789 Thanks @mk3008! - Adopt SQL-first scaffolding with named-parameter SQL layout in the ZTD template, and compile named parameters to indexed placeholders in the pg adapter.

@rawsql-ts/sql-contract-zod@0.1.1

Patch Changes

  • #425 3e6e493 Thanks @mk3008! - - add reader.scalar so single-column queries can be validated with Zod without DTO mapping and document the helper

  • #426 c0486d6 Thanks @mk3008! - - split the Postgres validator demo into five short README-ready test files that share a pg-test helper and keep the API story tidy.

    • document that the SQL Contract package now exposes decimalStringToNumberUnsafe for the Zod demo without importing sql-contract-zod, preserving a dependency-free core surface.
  • Updated dependencies [47f9e41, 06ec7ea, eadb311, 0b34920, c0486d6, 5e01f8e]:

    • @rawsql-ts/sql-contract@0.2.0

@mk3008 mk3008 merged commit 3610bde into main Feb 6, 2026
@mk3008 mk3008 deleted the changeset-release/main branch February 6, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant