Lean Mapper Query 1.1
After two years of development we're proud to announce the release of another stable version of Lean Mapper Query.
Release Notes
- Dropped support for PHP 5.3 and Lean Mapper 2 (BC break)
- Compatible with PHP 7.3
- Automatic use of the union strategy when a
LIMIT/OFFSET
detected in the query - Automatic use of
GROUP BY
when the query usesJOINs
- Improved support for single table inheritance by adding the
Query::cast()
method
Many thanks to @janpecha for his major contributions.