Skip to content

0.9

Choose a tag to compare

@maltehuebner maltehuebner released this 27 Jan 19:56
· 17 commits to main since this release
4ac20b5

What's new

Bug fix

  • Fix TypeError when query parameters contain arrays (e.g. ?param[]=a&param[]=b) — array values are now joined with comma, other non-string values are cast to string (#16)

Test suite

  • Add comprehensive test suite with 354 tests and 525 assertions covering all classes (#17)
  • Add test entity fixtures for unit tests

CI & tooling

  • Add GitHub Actions CI workflow running PHPUnit on PHP 8.3, 8.4, and 8.5 (#18)
  • Add PHPStan static analysis at level 5 with baseline (#18)
  • Add composer run tests and composer run phpstan scripts