Releases: vdhicts/http-query-builder
Releases · vdhicts/http-query-builder
v2.1.0
v2.0.1
What's Changed
- Restore
buildmethod onBuilderandParameterto restore backwards compatibility by @dvdheiden in #3
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
Added
- Add support for PHP 8.3+ and modernize code.
- Add test for parameters.
- Add PHPStan for static analysis.
- Add Pint for code style checks/enforcement.
- Add implementation of the
Stringableinterface.
Changed
- Updated dependencies to their latest versions.
Removed
- Remove psalm in favor of Pint.
- Remove the
buildmethod from theBuilderin favor oftoString()or(string) $builder.
Full Changelog: v1.0.0...v2.0.0
Add initial version of the package
[Added]
- Add initial version of the package