Skip to content

Releases: API-Skeletons/doctrine-querybuilder-filter

2.0.0

18 Apr 06:55
81715b1

Choose a tag to compare

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

Full Changelog: 1.2.2...2.0.0

1.2.2

02 Mar 04:15
27255d0

Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

02 Mar 01:41
683c751

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

18 Jan 09:43
84141a5

Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.2.0

1.1.3

07 Dec 17:49
843cd81

Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

1.1.2

05 Dec 23:07
4fb4884

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

03 Dec 00:30

Choose a tag to compare

Require PHP 8.0 compatible doctrine/orm

1.1.0

03 Dec 00:14
de1b112

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

02 Dec 05:50

Choose a tag to compare

Initial release

0.1.1

01 Dec 18:26

Choose a tag to compare

Full Changelog: 0.1.0...0.1.1