Patch Changes
-
Reject child query builders and query-construction helpers returned from
fn.select()with type and runtime errors instead of exposing internal query objects. (#1760) -
Support disabling live queries declared with the
{ query }config syntax by returningundefinedornullfrom the query callback. (#1757)