Releases: mibk/LeanMapperQuery
Lean Mapper Query 1.3
Lean Mapper Query 1.2
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
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.
Lean Mapper Query 1.0 (finally)
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
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.