Skip to content

Releases: alloc/tusken

@tusken/[email protected]

12 Sep 21:24
Compare
Choose a tag to compare
Pre-release

@tusken/schema 1.0.0-alpha.6 (2022-09-12)

Features

  • add runtime type information (033e9db)

Bug Fixes

  • cli: stop setting default username/password (f212755)
  • prepend pure annotation to defineFunction calls (b611788)
  • schema: add pure annotation to makeTableRef calls (ff7043c)
  • schema: include t.null for nullable column types (b87487d)
  • schema: infer optional columns correctly (5e47be1)
  • schema: invalid defineFunction call was generated (21452a6)

Dependencies

  • tusken: upgraded to 1.0.0-alpha.6

@tusken/[email protected]

12 Sep 21:25
Compare
Choose a tag to compare
Pre-release

@tusken/cli 1.0.0-alpha.6 (2022-09-12)

Features

  • add runtime type information (033e9db)
  • cli: load .env files (b573f45)
  • cli: print some module paths on generateEnd (6bda852)

Bug Fixes

  • cli: stop setting default username/password (f212755)
  • cli: use "main" as default dbname (b4ba9b7)
  • config: resolve relative to defineConfig caller (175e288)

Dependencies

  • @tusken/schema: upgraded to 1.0.0-alpha.6
  • tusken: upgraded to 1.0.0-alpha.6

[email protected]

09 Sep 03:44
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

tusken 1.0.0-alpha.5 (2022-09-09)

Features

  • add .orderBy to Select query (02dd3d6)

@tusken/[email protected]

09 Sep 03:44
Compare
Choose a tag to compare
Pre-release

@tusken/schema 1.0.0-alpha.5 (2022-09-09)

Bug Fixes

  • cli: make tusken import work with remote database (4b57e90)

Dependencies

  • tusken: upgraded to 1.0.0-alpha.5

@tusken/[email protected]

09 Sep 03:44
Compare
Choose a tag to compare
Pre-release

@tusken/cli 1.0.0-alpha.5 (2022-09-09)

Bug Fixes

  • cli: make tusken import work with remote database (4b57e90)
  • cli: omit defaultConnection if connectionString is defined (f38c853)

Dependencies

  • @tusken/schema: upgraded to 1.0.0-alpha.5
  • tusken: upgraded to 1.0.0-alpha.5

[email protected]

08 Sep 19:00
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

tusken 1.0.0-alpha.4 (2022-09-08)

Features

Bug Fixes

  • types: avoid never when column is optional (279b0c0)

[email protected]

08 Sep 00:32
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

tusken 1.0.0-alpha.3 (2022-09-08)

Features

  • put: multiple row insertion (0049332)
  • types: export DatabaseConfig interface (1727cc6)

Bug Fixes

  • put: allow rows to have missing columns (4f5e45a)
  • types: improve ResolveSelection and Values (b389a31)
  • use pg-query-stream correctly (d2e46ef)

@tusken/[email protected]

08 Sep 19:00
Compare
Choose a tag to compare
Pre-release

@tusken/schema 1.0.0-alpha.4 (2022-09-08)

Features

Bug Fixes

  • cli: use connectionString option in pg_dump command (f3a687c)

Dependencies

  • tusken: upgraded to 1.0.0-alpha.4

[email protected]

07 Sep 14:34
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

tusken 1.0.0-alpha.2 (2022-09-07)

Features

  • allow for-await with Select query (e04e1ca)

Bug Fixes

  • let node-postgres handle arbitrary values (d9d1fbd)
  • types: ensure Values type dissolves (36a8681)
  • types: RowInput should coerce JSON columns to any (4d39c77)

[email protected]

06 Sep 22:35
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

tusken 1.0.0-alpha.1 (2022-09-06)

⚠ BREAKING CHANGES

  • force a major bump

Features

Bug Fixes

  • avoid exposing t namespace (507a589)