-
v3.0.0 Stable
released this
2026-01-24 22:37:16 +00:00 | 0 commits to main since this release- Adds
Field->addQualifier()function to set the qualifier for a field and return that instance - Adds pipeable
Field::withQualifierto create a new instance of theFieldwith the qualifier set - Updates tested PostgreSQL versions to 14, 15, 16, 17, and latest (18)
- Updates dependencies to their latest versions
Prior versions of this library continues to be supported; v1.2.0 (PHP 8.2+) and v2.2.0 (PHP 8.4+) have this change as well, minus the pipeable
Field::withQualifier()function.Downloads
- Adds