• v1.0.32
    All checks were successful
    CI / Test (1.24) (push) Successful in -25m15s
    CI / Test (1.25) (push) Successful in -25m8s
    CI / Build (push) Successful in -26m4s
    CI / Lint (push) Successful in -25m37s
    Integration Tests / Integration Tests (push) Successful in -25m33s
    Release / Build and Release (push) Successful in -23m40s
    Stable

    warkanum released this 2026-02-08 12:50:44 +00:00 | 11 commits to master since this release

    Release v1.0.32

    Changes

    • refactor(writers): simplify model name generation by removing singularization (a033349)
    • feat(mssql): add MSSQL writer for generating DDL from database schema - Implement MSSQL writer to generate SQL scripts for creating schemas, tables, and constraints. - Support for identity columns, indexes, and extended properties. - Add tests for column definitions, table creation, primary keys, foreign keys, and comments. - Include testing guide and sample schema for integration tests. (466d657)
    • chore: ⬆️ Vendor for new deps (47bf748)
    • docs: update AI usage declaration for clarity and compliance (88589e0)

    Installation

    Download the appropriate binary for your platform:

    • Linux (AMD64): relspec-linux-amd64
    • Linux (ARM64): relspec-linux-arm64
    • macOS (Intel): relspec-darwin-amd64
    • macOS (Apple Silicon): relspec-darwin-arm64
    • Windows (AMD64): relspec-windows-amd64.exe

    Make the binary executable (Linux/macOS):

    chmod +x relspec-*
    

    Verify the download with the provided checksums.

    Downloads