Releases: martin-georgiev/postgresql-for-doctrine
Releases · martin-georgiev/postgresql-for-doctrine
v2.1.2
What's Changed
- Update dependency rector/rector to ^0.18.1 by @renovate in #147
- Migrate PHPUnit tests in preparation for v10 by @martin-georgiev in #149
- Remove replacement of Symfony polyfills by @martin-georgiev (addresses #148) in #150
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Fix documentation for
TSMATCH
usage by @priyadi in #136 - Split out fixtures from tests namespace by @martin-georgiev in #143
- Configure Renovate and add more automation for PRs by @martin-georgiev in #142
- Address deprecated use of properties via
ArrayAccess
forCast
by @dmitryuk in #140 - Update Composer QA tooling dependencies by @renovate in #144
New Contributors
- @priyadi made their first contribution in #136
- @dmitryuk made their first contribution in #140
- @renovate made their first contribution in #144
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
New features
- Add support for date's
EXTRACT
by @keithbrink in #111
Housekeeping
New Contributors
- @tacman made their first contribution in #132
- @keithbrink made their first contribution in #111
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- Address regression with support of bool values in JSONB by @martin-georgiev in #131
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
New features
- Add support for
CAST
by @mpiot in #116 - Add support for
JSONB_SET_LAX
by @martin-georgiev in #125 - Add support for
JSONB_PRETTY
by @martin-georgiev in #126 - Add support for
REGEXP_LIKE
andREGEXP_MATCH
and their flagged variations by @martin-georgiev in #128
BC changes
- Drop support for PHP 7 by @martin-georgiev in #121
- Promote docBlock annotations to native property, argument and return types by @martin-georgiev in #127
Housekeeping
- Tweak Deptrac configuration by @martin-georgiev in #123
- Enable more Rector setlists by @martin-georgiev in #124
Full Changelog: v1.8.0...v2.0.0
v1.8.0
What's Changed
- Add support for regex operators by @jenkoian in #106
- Update dev dependencies by @martin-georgiev in #110
- Migrate from Travis to GitHub Actions by @martin-georgiev in #109
- Exclude from the git archive any security checker executables by @martin-georgiev in #108
- Fix broken CI due to newest version of PHPStan by @martin-georgiev in #117
- Update qossmic/deptrac-shim requirement from ^0.23 to ^0.23 || ^0.24 by @dependabot in #112
- Add support for JsonTypeof function by @mpiot in #115
New Contributors
- @jenkoian made their first contribution in #106
- @dependabot made their first contribution in #112
- @mpiot made their first contribution in #115
Full Changelog: v1.7.0...v1.8.0
Add support for OVERLAPS and expand supported use-cases for STRING_ARG
Add support for boolean array type
- 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
This release enables parallel support of doctrine/dbal
v2 and v3