Skip to content

Releases: dconco/phpspa

v2.0.8

20 Feb 16:34
a626d5d

Choose a tag to compare

Merge pull request #152 from dconco/support/php-8.4

Support/php 8.4

v2.0.7.1

06 Feb 02:06
fa86479

Choose a tag to compare

Merge pull request #150 from dconco/support/php-8.4

Support/php 8.4

v2.0.7

01 Feb 09:15
3317c61

Choose a tag to compare

Merge pull request #149 from dconco/support/php-8.4

Support/php 8.4

v2.0.6

14 Jan 09:54
eff432c

Choose a tag to compare

Merge pull request #147 from dconco/support/php-8.4

Support/php 8.4

v2.0.6.82

11 Jan 21:34

Choose a tag to compare

PHP 8.2 support - v2.0.6

v2.0.5.83

09 Jan 10:25
ddb0127

Choose a tag to compare

This release (v2.0.5.83) is the PHP 8.3 compatibility line. It removes PHP 8.4-only syntax (property hooks) while keeping the same component API and behavior, so projects pinned to PHP 8.3 can use PhpSPA without parse errors.

Installation: composer require dconco/phpspa:v2.0.5.83

v2.0.5.82 - support/php-8.2

09 Jan 10:28
202bb01

Choose a tag to compare

v2.0.5.82 is the PHP 8.2 compatibility release line. It keeps the same public API and behavior, but removes PHP 8.3-only syntax (typed class constants) so the package parses and runs on PHP 8.2. This release line also includes the earlier compatibility work that removed PHP 8.4-only property hook syntax.

v2.0.5.81 - support/php-8.1

09 Jan 10:29
e35cc02

Choose a tag to compare

  • Adds PHP 8.1 support by removing PHP 8.2–8.4-only syntax/features.
  • Replaces property hooks with PHP 8.1-compatible backing properties (no behavior change intended).
  • Replaces PHP 8.3-only reflection usage and removes typed class constants.
  • Fixes PHP 8.1/8.2 runtime fatals caused by invalid local static initializers.
  • Removes never return types from redirect helpers while preserving exit behavior.

v2.0.5.2

07 Jan 22:22
fc12b8a

Choose a tag to compare

Merge pull request #144 from dconco/dev

Refactor PathResolver: enhance base path extraction and handle trailing slashes

v2.0.5.1

06 Jan 13:23
a4fccf6

Choose a tag to compare

Merge pull request #143 from dconco/dev

Dev