v0.1.7
- Refactor:
{ type: 'op', name: 'as' }
renamed to{ type: 'alias' }
- New:
{ type: 'mod' }
for modifier, currently onlyDISTINCT
is recognized - New: unary operators like
!
andNOT
- New:
IS
andIS NOT
- Fix: logic operator precendences
- Fix: polymorphic hasMany({ through }) relations
- Fix: dispatching multiple results with joins correctly