Releases: sunrise-php/doctrine-bridge
Releases · sunrise-php/doctrine-bridge
v2.4.0
- The ability to set a PSR logger as a DBAL logger;
- Support for ISO 8601 in the Hydrator;
- Tests was improved.
What's Changed
- v2.4.0 by @fenric in #15
- Improve PHPUnit assertions by @peter279k in #11
New Contributors
- @peter279k made their first contribution in #11
Full Changelog: v2.3.1...v2.4.0
v2.3.1
v2.3.0
- (Query filter) Filter by several columns;
- (Query filter) New string filter modes ONE OF and ALL OF;
- (Query filter) Ignoring empty strings;
- (Query filter) Controlling the length of strings;
- (Query filter) Controlling the size of arrays;
- (Entity hydrator) Support for string timestamps.
v2.2.1
v2.2.0
- New QueryFilter object for filtering data based on user data.