Skip to content

Releases: martin-georgiev/postgresql-for-doctrine

v2.10.3

24 Mar 22:45
6332bc6
Compare
Choose a tag to compare

2.10.3 (2025-03-24)

Bug Fixes

  • Add support for Lexer v1 (allowed by ORM < v2.15) (#300) (16fd227)

v2.10.2

20 Mar 01:25
92be1de
Compare
Choose a tag to compare

2.10.2 (2025-03-20)

Bug Fixes

  • Improve BC by deprecating customiseFunction instead of renaming it straight away (#294) (910d328)

v2.10.1

15 Mar 00:28
6c2532e
Compare
Choose a tag to compare

2.10.1 (2025-03-14)

Bug Fixes

  • Wrap up ORM v3 throwable when parsing fails in variadic functions (#285) (59a8cb9)

v2.10.0

13 Mar 19:09
061ae24
Compare
Choose a tag to compare

2.10.0 (2025-03-13)

Features

  • Add (limited) support for json_exists, json_query, json_scalar, json_serialize and json_value (#277) (4a26400)
  • Add multiple arguments support for ARRAY (#279) (7f2b05d)

Code Refactoring

  • Introduce BaseRegexpFunction and ParserException (#269) (fed0367)
  • Validate that variadic functions have only the expected count of arguments (#274) (019f84d)
  • Improve and modernize documentation and consistently switch to US English, including a potential BC due to renaming the internal abstract method BaseFunction::customiseFunction() to BaseFunction::customizeFunction() (#273) (877d929)

v2.9.0

12 Mar 01:48
080bf8a
Compare
Choose a tag to compare

2.9.0 (2025-03-12)

Features

  • Add limited support for json_build_object and jsonb_build_object (#268) (2605f5a)
  • Add support for ORDER BY clause for array_agg() (#267) (7c64742)
  • Add support for range functions (#263) (2fa8434)

v2.8.0

19 Dec 09:49
ff1528b
Compare
Choose a tag to compare

What's Changed

Housekeeping

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

10 Oct 15:17
79dcdc2
Compare
Choose a tag to compare

What's Changed

Housekeeping

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

18 Aug 08:38
c3e1766
Compare
Choose a tag to compare

What's Changed

  • Add support for string concatenation (using || operator) by @samdark in #226

Housekeeping

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

30 Apr 09:11
b41602a
Compare
Choose a tag to compare

What's Changed

Housekeeping

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

08 Mar 02:27
cda5f4c
Compare
Choose a tag to compare

What's Changed

Housekeeping

  • Update dependency phpunit/phpunit to ^10.5.11 by @renovate in #189
  • Update dependency friendsofphp/php-cs-fixer to ^3.51.0 by @renovate in #190
  • Update dependency rector/rector to ^1.0.2 by @renovate in #191

Full Changelog: v2.4.0...v2.4.1