Skip to content

Releases: mibk/LeanMapperQuery

Lean Mapper Query 1.3

25 Jul 07:09
Compare
Choose a tag to compare
  • Requires PHP 7.4
  • Compatible with PHP 8.1
  • Supports Lean Mapper 4
  • Improved PHPDoc annotation to help PHPStan understand the code
    better
  • Query no longer implements \Iterator. Use PHPStan to
    prevent misuse

Lean Mapper Query 1.2

08 Dec 15:28
Compare
Choose a tag to compare

This is a rather small release.

Release Notes

  • Requires PHP 7.1
  • Compatible with PHP 8.0
  • Fixes minor issues found by PHPStan

Lean Mapper Query 1.1

19 Feb 11:02
Compare
Choose a tag to compare

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.

Lean Mapper Query 1.0 (finally)

20 Feb 22:35
Compare
Choose a tag to compare

Lean Mapper Query has been tested in production for a couple of years now, which is long enough to be able to declare it stable enough for releasing version 1.0. There are no BC breaks (apart from raising the minimal required Lean Mapper version), nor are there any other significant changes.

Notes

  • This release includes just one bug fix that required raising the minimal required Lean Mapper version to 2.3.
  • Another change worth mentioning is throwing an exception when trying to iterate over LeanMapper\Query.

Thanks

I would like to thank @janpecha for his contributions to this project as well as for his help with releasing this version.

Lean Mapper Query 0.9

20 Feb 22:32
Compare
Choose a tag to compare

This is retrospectively released version that matches the master branch everybody has been using since
October 2014. There are some minor bug fixes and improvements.

This is the last version supporting Lean Mapper 2.1.