- Added support for distinct on (#66)
- Added support for array aggregation (#63)
- Added support for binds to SumWhen and ConditionalColumn (#60). Both of these classes now expect
whens
to be a list of lists rather than a dict.
- Removed SQL injection in OrderBy class (#57)
- Added conditional columns (SumWhen)