Skip to content

tusken@1.0.0-alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@aleclarson aleclarson released this 23 Sep 16:55
· 93 commits to alpha since this release

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

  • not should return CheckBuilder<T> (b180235)
  • types: detect t.null in an Expression type (2d5bf3a)
  • types: make it easier to declare a Where type (8d45186)