Releases: API-Skeletons/doctrine-querybuilder-filter
Releases · API-Skeletons/doctrine-querybuilder-filter
2.0.0
This major release was necessary because the entityAliasMap was backward. In cases where the same entity is involved in different relationships within the query, the entityAliasMap would use the entity name as the array key and lose data. Swapping the key and value of the array now puts the alias as the key so the same entity can be mapped twice.
What's Changed
- Swapped entity name and alias in entityAliasMap by @TomHAnderson in #10
Full Changelog: 1.2.2...2.0.0
1.2.2
What's Changed
- Convert strings to datetime when inside arrays by @TomHAnderson in #9
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Fixed bug with sorting on integer column types by @TomHAnderson in #8
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- Added startswith and endswith operators by @TomHAnderson in #7
Full Changelog: 1.1.3...1.2.0
1.1.3
1.1.2
1.1.1
Require PHP 8.0 compatible doctrine/orm
1.1.0
What's Changed
- Feature/workflows by @TomHAnderson in #1
- removed philosophy by @TomHAnderson in #2
- Copy workflows from DoctrineModule by @TomHAnderson in #3
- Added ci and codecov badges by @TomHAnderson in #4
New Contributors
- @TomHAnderson made their first contribution in #1
Full Changelog: 1.0.0...1.1.0
1.0.0
Initial release
0.1.1
Full Changelog: 0.1.0...0.1.1