Logo
Explore Help
Sign In
bit-badger/pdo-document
1
0
Fork 0
You've already forked pdo-document
Code Issues Pull Requests Packages Projects Releases 22 Wiki Activity

22 Releases 22 Tags

RSS Feed
  • v3.1.0 0b9c91672c
    Compare

    v3.1.0 Stable

    danieljsummers released this 2026-06-13 15:55:11 +00:00 | 1 commits to main since this release

    This update, for PHP 8.5+ only, is to ensure that the library continues to reliably interact with the new version of square/pjson, which removed ->setAccessible() calls which were deprecated in PHP 8.5. All other dependencies in composer.json have been updated as well.

    Prior versions of this library continues to be supported; v1.2.0 (PHP 8.2+) and v2.2.0 (PHP 8.4+) remain the latest for those development streams, as this update for square/pjson only applied to PHP 8.5+.

    Downloads
    • v3.1.0-pg14-tests.txt
      12 KiB
      2026-06-13 15:55:04 +00:00
    • v3.1.0-pg15-tests.txt
      12 KiB
      2026-06-13 15:55:04 +00:00
    • v3.1.0-pg16-tests.txt
      12 KiB
      2026-06-13 15:55:04 +00:00
    • v3.1.0-pg17-tests.txt
      12 KiB
      2026-06-13 15:55:04 +00:00
    • v3.1.0-tests.txt
      35 KiB
      2026-06-13 15:55:04 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.0.0 cc19cc9ce1
    Compare

    v3.0.0 Stable

    danieljsummers released this 2026-01-24 22:37:16 +00:00 | 2 commits to main since this release

    • Adds Field->addQualifier() function to set the qualifier for a field and return that instance
    • Adds pipeable Field::withQualifier to create a new instance of the Field with 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
    • v3.0.0-pg14-tests.txt
      12 KiB
      2026-01-24 22:37:06 +00:00
    • v3.0.0-pg15-tests.txt
      12 KiB
      2026-01-24 22:37:06 +00:00
    • v3.0.0-pg16-tests.txt
      12 KiB
      2026-01-24 22:37:06 +00:00
    • v3.0.0-pg17-tests.txt
      12 KiB
      2026-01-24 22:37:06 +00:00
    • v3.0.0-tests.txt
      33 KiB
      2026-01-24 22:37:06 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.2.0 7008b8d632
    Compare

    v2.2.0 Stable

    danieljsummers released this 2026-01-24 22:16:28 +00:00 | 0 commits to v2 since this release

    • Adds Field->addQualifier() function to set the qualifier for a field and return that instance
    • Updates tested PostgreSQL versions to 14, 15, 16, 17, and latest (18)
    • Updates dependencies to their latest versions

    The 2.x series of this library continues to be supported; v1.2.0 (PHP 8.2+) has this change as well, and v3.0.0 (PHP 8.5+) has this change plus a pipeable Field::withQualifier() function.

    Downloads
    • v2.2.0-pg14-tests.txt
      12 KiB
      2026-01-24 22:16:20 +00:00
    • v2.2.0-pg15-tests.txt
      12 KiB
      2026-01-24 22:16:20 +00:00
    • v2.2.0-pg16-tests.txt
      12 KiB
      2026-01-24 22:16:20 +00:00
    • v2.2.0-pg17-tests.txt
      12 KiB
      2026-01-24 22:16:20 +00:00
    • v2.2.0-tests.txt
      33 KiB
      2026-01-24 22:16:20 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.2.0 2478be1c99
    Compare

    v1.2.0 Stable

    danieljsummers released this 2026-01-24 21:57:13 +00:00 | 0 commits to v1 since this release

    • Adds Field->addQualifier() function to set the qualifier for a field and return that instance
    • Updates tested PostgreSQL versions to 14, 15, 16, 17, and latest (18)
    • Updates dependencies to their latest versions

    The 1.x series of this library continues to be supported; v2.2.0 (PHP 8.4+) has this change as well, and v3.0.0 (PHP 8.5+) has this change plus a pipeable Field::withQualifier() function.

    Downloads
    • v1.2.0-pg14-tests.txt
      12 KiB
      2026-01-24 22:13:05 +00:00
    • v1.2.0-pg15-tests.txt
      12 KiB
      2026-01-24 22:13:05 +00:00
    • v1.2.0-pg16-tests.txt
      12 KiB
      2026-01-24 22:13:05 +00:00
    • v1.2.0-pg17-tests.txt
      12 KiB
      2026-01-24 22:13:05 +00:00
    • v1.2.0-tests.txt
      33 KiB
      2026-01-24 22:13:05 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.1.0 44c3670f2e
    Compare

    v2.1.0 Stable

    danieljsummers released this 2025-04-25 01:21:18 +00:00 | 4 commits to main since this release

    This release adds the Json static class to return JSON strings or output JSON directly to the response

    Downloads
    • v2.1.0-pg13-tests.txt
      12 KiB
      2025-04-25 01:21:11 +00:00
    • v2.1.0-pg14-tests.txt
      12 KiB
      2025-04-25 01:21:11 +00:00
    • v2.1.0-pg15-tests.txt
      12 KiB
      2025-04-25 01:21:11 +00:00
    • v2.1.0-pg16-tests.txt
      12 KiB
      2025-04-25 01:21:11 +00:00
    • v2.1.0-tests.txt
      34 KiB
      2025-04-25 01:21:11 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.1.0 54b32bc906
    Compare

    v1.1.0 Stable

    danieljsummers released this 2025-04-25 01:20:10 +00:00 | 1 commits to v1 since this release

    This release adds the Json static class to return JSON strings or output JSON directly to the response

    Downloads
    • v1.1.0-pg13-tests.txt
      12 KiB
      2025-04-25 01:20:03 +00:00
    • v1.1.0-pg14-tests.txt
      12 KiB
      2025-04-25 01:20:03 +00:00
    • v1.1.0-pg15-tests.txt
      12 KiB
      2025-04-25 01:20:04 +00:00
    • v1.1.0-pg16-tests.txt
      12 KiB
      2025-04-25 01:20:04 +00:00
    • v1.1.0-tests.txt
      33 KiB
      2025-04-25 01:20:04 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.0 85b461e441
    Compare

    v2.0.0 Stable

    danieljsummers released this 2024-11-21 03:46:18 +00:00 | 7 commits to main since this release

    The PHP 8.4 version of this library is now generally available.

    RC 1 required no changes; tests have been migrated to Pest from straight PHPUnit.

    Downloads
    • v2.0.0-tests.txt
      26 KiB
      2024-11-21 03:46:13 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0 3b2d2ced98
    Compare

    v1.0.0 Stable

    danieljsummers released this 2024-11-21 03:30:35 +00:00 | 2 commits to v1 since this release

    The PHP 8.2/8.3 version of this library is now generally available.

    RC 1 required no changes; tests have been migrated to Pest from straight PHPUnit.

    Downloads
    • v1.0.0-tests.txt
      26 KiB
      2024-11-21 03:30:30 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.0-rc1 486028bd40
    Compare

    v2, RC 1 Pre-Release

    danieljsummers released this 2024-10-02 01:41:57 +00:00 | 9 commits to main since this release

    This version is a PHP 8.4+ change of this library. There are two major API changes:

    • On DocumentList, items and hasItems are now properties rather than functions.
    • In the dependent InspiredByFSharp library, several functions on Option and Result are now properties. See its README for a table with their new APIs.

    Version 1 of this library will continue to be supported, including to a full release status. Making this major revision change is the best way for composer to be able to tell which one should be installed; version 1 requires PHP 8.2 or 8.3, while this library requires 8.4 or greater.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0-rc1 df436c9ef4
    Compare

    v1, RC 1 Pre-Release

    danieljsummers released this 2024-10-01 00:31:33 +00:00 | 10 commits to main since this release

    This version fixes a bug where ORDER BY clauses were not generated correctly if the field had a qualifier.

    This version also restricts PHP versions to 8.2.* or 8.3.*. A forthcoming v2 of this library will target PHP 8.4, using properties in some places where functions are currently used. v1 will be supported.

    Downloads
    • v1.0.0-rc1-tests.txt
      20 KiB
      2024-10-01 00:31:27 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 Next Last
Powered by Gitea Version: 1.26.2 Page: 44ms Template: 8ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API