Skip to content

Releases: sunrise-php/doctrine-bridge

v2.4.0

15 Feb 00:48
1e033a2
Compare
Choose a tag to compare
  • The ability to set a PSR logger as a DBAL logger;
  • Support for ISO 8601 in the Hydrator;
  • Tests was improved.

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.4.0

v2.3.1

11 Dec 23:52
3846302
Compare
Choose a tag to compare
  • (QueryFilter) Filtering string fields using an array was improved.

v2.3.0

19 Nov 02:01
b25be68
Compare
Choose a tag to compare
  • (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

05 Nov 00:57
25ecd51
Compare
Choose a tag to compare
  • The QueryFilter was improved.

v2.2.0

03 Nov 17:16
3618ad3
Compare
Choose a tag to compare
  • New QueryFilter object for filtering data based on user data.

v2.1.0

27 Oct 14:13
7223ff9
Compare
Choose a tag to compare
  • Config parameter for ORM result cache.

v2.0.1

20 Oct 21:44
e873d44
Compare
Choose a tag to compare
  • Fixed: Migrations configuration key "logger" does not exist.

v2.0.0

20 Oct 06:37
9bbed44
Compare
Choose a tag to compare
  • Manager registry was improved;
  • Connection and manager factories was added;
  • Manager maintainer was added;
  • Hydrator was improved;
  • Unique entity constraint was improved.

v1.19.0

10 May 06:26
78dc567
Compare
Choose a tag to compare
  • Improved logic for To One associations.