Skip to content

Releases: martin-georgiev/postgresql-for-doctrine

v2.1.2

29 Aug 13:57
21483d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

28 Aug 15:32
ec953d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

29 Jan 01:27
9e39943
Compare
Choose a tag to compare

What's Changed

New features


Housekeeping


  • Remove duplicated CAST key in documentation by @tacman in #132

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

29 Dec 22:52
412f9f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Dec 23:00
9c294e3
Compare
Choose a tag to compare

What's Changed

New features


BC changes


Housekeeping


Full Changelog: v1.8.0...v2.0.0

v1.8.0

29 Aug 21:08
826d1df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

Add support for OVERLAPS and expand supported use-cases for STRING_ARG

10 Feb 17:45
6b515bf
Compare
Choose a tag to compare

#105 - Add support OVERLAPS for date intervals (thanks to @gallyamow)
#104 - Add support for DISTINCT and ORDER BY in STRING_AGG (kudos to @bigwhoop)
#103 - Correct namespace used in integration guide (by @Gemorroj)

Add support for boolean array type

16 Nov 17:48
093fb7d
Compare
Choose a tag to compare
  • Boolean array type (thanks to @ajgarlag)
  • Fix for a bug for quotes in text array type (thanks to @ksd-krauzand)
  • Various updates in docs, QA tools and CI

Support DBAL v3

14 Nov 09:35
39b82ce
Compare
Choose a tag to compare

This release enables parallel support of doctrine/dbal v2 and v3

Address deprecations in the tooling setup

24 Jan 13:22
57997a5
Compare
Choose a tag to compare
  • #81 Use || in composer.json
  • #82 Run CI static analysis step for all tested PHP versions
  • #83 Use local version of php-security-checker
  • #84 Improve PHPUnit setup