v3.0.13
Released: 2026-03-11. Diff
Version rationale: patch for a scoped runtime parity fix without import-model or runtime floor changes.
CI
- Refreshed GitHub Actions workflow pins to
checkout@v6,setup-node@v6, andcache@v5, and replaced the Node 20-based Pages deploy action with a shell-basedgh-pagesdeploy step ahead of the GitHub-hosted Node 24 cutoff.
Fixes
- Fixed
php/array/array_valuesso primitive string input now throws a PHP-styleTypeErrorinstead of coercing throughObject.values, matching current PHP runtime behavior more closely.