Skip to content

Releases: sqlc-dev/sqlc-gen-typescript

v0.1.3

02 Jan 18:54
b3c798e
Compare
Choose a tag to compare

Configuration

version: '2'
plugins:
- name: ts
  wasm:
    url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.3.wasm
    sha256: 287df8f6cc06377d67ad5ba02c9e0f00c585509881434d15ea8bd9fc751a9368

Download

sqlc-gen-typescript_0.1.3.wasm

Changelog

  • fix(postgres): Support column names with snake case

v0.1.2

11 Dec 18:00
26af4db
Compare
Choose a tag to compare

Configuration

version: '2'
plugins:
- name: ts
  wasm:
    url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.2.wasm
    sha256: f8b59cdd78b35fae157a95c5813cb09b1ebdd9a31acf2d7015465539986ccd2b

Download

sqlc-gen-typescript_0.1.2.wasm

Changelog

  • fix(postgres): Emit correct JavaScript types for arguments

v0.1.1

07 Dec 19:02
efa6671
Compare
Choose a tag to compare

Configuration

version: '2'
plugins:
- name: ts
  wasm:
    url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.1.wasm
    sha256: 241c2b00bd96192eaac85f5ba435ced0d510c93f18380751c1dab3ad2fa0cfbc

Download

sqlc-gen-typescript_0.1.1.wasm

Changelog

  • fix(pg): Remove unused interval import

v0.1.0

04 Dec 19:46
Compare
Choose a tag to compare

Configuration

version: '2'
plugins:
- name: ts
  wasm:
    url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.0.wasm
    sha256: c78326f02dfadcc0de61cd77c157aa0985d1f8f446efb8224c4c113ec3718ea0

Download

sqlc-gen-typescript_0.1.0.wasm

Changelog

  • Initial release