Releases: alloc/tusken
Releases · alloc/tusken
[email protected]
tusken 1.0.0-alpha.16 (2022-11-09)
Bug Fixes
[email protected]
tusken 1.0.0-alpha.15 (2022-11-09)
Features
Bug Fixes
- types: avoid circular Type reference with ColumnCast (f4af806)
[email protected]
tusken 1.0.0-alpha.14 (2022-10-29)
Features
@tusken/[email protected]
@tusken/schema 1.0.0-alpha.14 (2022-10-29)
Features
Bug Fixes
- schema:
date
anddaterange
are Date objects in JS (494cef4) - schema: type issues with generic native functions (aaa0f49)
Dependencies
- tusken: upgraded to 1.0.0-alpha.14
[email protected]
tusken 1.0.0-alpha.13 (2022-10-09)
Features
- change
TypeCast
class to public export (e0203b0) - expose column optionality at runtime (5a1f064)
- use
UPDATE
command when required columns are missing (16b97e8)
Bug Fixes
- add explicit
isObject
check (63804b7) - always clone the query on props mutation (e56e9ac)
- ensure return type of
where
filter is compatible withand
method (3b24c8b) - include
t.null
when casting a potentially null/undefined value (ff53d69) - repeat query on development timeout (cb5253e)
- throw on infinite/NaN input values (728deaa)
- types: let
orderBy
use an unselected column (f2cd52c)
@tusken/[email protected]
@tusken/schema 1.0.0-alpha.13 (2022-10-09)
Features
- expose column optionality at runtime (5a1f064)
- schema: export
t.ref
for tree-shaking friendly, dynamic table lookups (762990a)
Dependencies
- tusken: upgraded to 1.0.0-alpha.13
[email protected]
tusken 1.0.0-alpha.12 (2022-09-23)
Bug Fixes
[email protected]
tusken 1.0.0-alpha.11 (2022-09-23)
Features
- add
ANY
checks (2602c8d) - add
union
method to Select query (cd4f5d7) - add
wrap
method to Query (d90f9b1) - add primitive type casting (96b3dad)
- add table casting (c3ce1ad)
- expose
name
property on RuntimeType (0ccf7f7) - improve boolean checks (1161ccc)
- let
where
callback return nested arrays of AND conditions (2617f2b) - let queries be reused (e4ba1ec)
- make queries reusable (6b304be)
- types: add ColumnExpression type (f637313)
Bug Fixes
@tusken/[email protected]
@tusken/schema 1.0.0-alpha.11 (2022-09-23)
Bug Fixes
- schema: bug in
t.param
type (fa7189b) - schema: strip underscore prefix from array element types (856496d)
Dependencies
- tusken: upgraded to 1.0.0-alpha.11