1.2.0
What's Changed
- feat(soft-delete): transparent soft-delete support by @sant1ago-da-hanoi in #17
- feat(expression): implement ExpressionField record with raw() and as() methods by @sant1ago-da-hanoi in #29
- feat(expression): add aggregate factory methods by @sant1ago-da-hanoi in #30
- feat(expression): add coalesce() and nullif() factory methods by @sant1ago-da-hanoi in #31
- feat(expression): add dateTrunc() and extract() factory methods by @sant1ago-da-hanoi in #32
- feat(expression): add concat() and toChar() factory methods by @sant1ago-da-hanoi in #33
- feat(expression): integrate ExpressionField into ReadContext and SqlCreatorTemplate by @sant1ago-da-hanoi in #34
Full Changelog: 1.1.0...1.2.0