Skip to content

Releases: architect-eng/sapatos

v0.7.1

08 Jan 16:01
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.7.1 (2026-01-08)

Bug Fixes

  • don't allow manual release version override (c9330cb)

v0.7.0

08 Jan 15:40
Immutable release. Only release title and notes can be modified.
f63c88e

Choose a tag to compare

0.7.0 (2026-01-08)

Features

  • add npmjs publishing with OIDC to release workflow (7e3dfcd)

Bug Fixes

  • add --provenance flag for npmjs OIDC publishing (2338547)
  • add missing lint step to publish-npmjs job (d79bd75)
  • normalize repository URL to npm's preferred format (ebb1346)

v0.6.1

03 Dec 12:23
Immutable release. Only release title and notes can be modified.
af5b8fc

Choose a tag to compare

0.6.1 (2025-12-03)

Bug Fixes

  • generate: ensure deterministic output ordering in code generation (bab0843)

This PR was generated with Release Please. See documentation.

v0.6.0

27 Nov 15:08
dd83936

Choose a tag to compare

0.6.0 (2025-11-27)

Features

  • generate: add baseTypeMappings config option for composite types (c244661)

This PR was generated with Release Please. See documentation.

v0.5.5

27 Nov 14:30
9defcdd

Choose a tag to compare

0.5.5 (2025-11-27)

Bug Fixes

  • generate: resolve recursive domains and handle domain array types (25b6eb1)

This PR was generated with Release Please. See documentation.

v0.5.4

26 Nov 17:06
516b870

Choose a tag to compare

0.5.4 (2025-11-26)

Bug Fixes

  • generate: sanitize schema and table names for valid TypeScript namespaces (231d5eb)

This PR was generated with Release Please. See documentation.

v0.5.3

25 Nov 17:21
e52bc4a

Choose a tag to compare

0.5.3 (2025-11-25)

Bug Fixes

  • factory: type createSapatosDb return values with explicit schema types (3703a7b)

This PR was generated with Release Please. See documentation.

v0.5.2

25 Nov 16:42
de29299

Choose a tag to compare

0.5.2 (2025-11-25)

Bug Fixes

  • generate: export custom types from barrel file (306e7a3)
  • generate: use type aliases instead of interfaces for BaseSchema compatibility (f2798a6)

This PR was generated with Release Please. See documentation.

v0.5.1

25 Nov 16:17
94b57e3

Choose a tag to compare

0.5.1 (2025-11-25)

Bug Fixes

  • generate: rename Schema type alias to SchemaName to avoid duplication (a6090a3)
  • generate: use relative import for custom types in generated schema (e2baca2)

This PR was generated with Release Please. See documentation.

v0.5.0

25 Nov 13:06
00c150c

Choose a tag to compare

0.5.0 (2025-11-25)

Features

  • db: add createSapatosDb factory and explicit type exports (09ac59a)

This PR was generated with Release Please. See documentation.