Releases: alloc/tusken
Releases · alloc/tusken
@tusken/[email protected]
@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]
@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]
@tusken/[email protected]
@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]
@tusken/cli 1.0.0-alpha.5 (2022-09-09)
Bug Fixes
- cli: make
tusken import
work with remote database (4b57e90) - cli: omit
defaultConnection
ifconnectionString
is defined (f38c853)
Dependencies
- @tusken/schema: upgraded to 1.0.0-alpha.5
- tusken: upgraded to 1.0.0-alpha.5
[email protected]
tusken 1.0.0-alpha.4 (2022-09-08)
Features
- add
db.connect
(5f98eda)
Bug Fixes
- types: avoid
never
when column is optional (279b0c0)
[email protected]
@tusken/[email protected]
@tusken/schema 1.0.0-alpha.4 (2022-09-08)
Features
- add
db.connect
(5f98eda)
Bug Fixes
- cli: use
connectionString
option in pg_dump command (f3a687c)
Dependencies
- tusken: upgraded to 1.0.0-alpha.4
[email protected]
[email protected]
tusken 1.0.0-alpha.1 (2022-09-06)
⚠ BREAKING CHANGES
- force a major bump
Features
- force a major bump (7c120e5)
Bug Fixes
- avoid exposing
t
namespace (507a589)