Skip to content

tusken@1.0.0-alpha.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@aleclarson aleclarson released this 09 Oct 20:36
· 63 commits to alpha since this release

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 with and 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)