Skip to content

Lean Mapper Query 1.1

Compare
Choose a tag to compare
@mibk mibk released this 19 Feb 11:02
· 23 commits to master since this release

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 uses JOINs
  • Improved support for single table inheritance by adding the Query::cast() method

Many thanks to @janpecha for his major contributions.