Skip to content

Releases: portphp/doctrine

2.1.0

Choose a tag to compare

@slashrsm slashrsm released this 23 Jul 09:12
f539cf8

Added

  • Lookup strategies for DoctrineWriter (port of #11 for 2.x)
    • Port\Doctrine\LookupStrategy
    • Port\Doctrine\LookupStrategy\FieldsLookupStrategy
    • DoctrineWriter::withLookupStrategy()
    • Optional 5th constructor argument ?LookupStrategy

Default write/lookup behavior is unchanged for existing callers. Existing $index / $lookupMethod options remain supported.

See #31.

2.0.0

Choose a tag to compare

@slashrsm slashrsm released this 22 Jul 12:27
96c4832

Breaking

  • PHP ^8.2
  • portphp/portphp ^2.0
  • doctrine/common ^3.0 only

See UPGRADE-2.0.md.

1.3.0

Choose a tag to compare

@slashrsm slashrsm released this 16 Aug 09:23

What's Changed

  • Feature: Add support for yielding objects by @glensc in #22

Full Changelog: 1.2.1...1.3.0

1.2.1

Choose a tag to compare

@ddeboer ddeboer released this 09 Mar 16:04
d8c111d

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

Choose a tag to compare

@ddeboer ddeboer released this 06 Mar 17:44
  • Test against PHP 8.0 and 8.1 (#19).
  • Allow doctrine/common:3 (#18).

1.1.0

Choose a tag to compare

@ddeboer ddeboer released this 15 May 18:11
  • Added QueryBuilder support (#12).

1.0.0

Choose a tag to compare

@ddeboer ddeboer released this 31 Aug 09:01
Bump version and start from PHP 5.6