Skip to content

Releases: vdhicts/http-query-builder

v2.1.0

18 Mar 18:58
1269425

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

23 Jul 14:05
d945770

Choose a tag to compare

What's Changed

  • Restore build method on Builder and Parameter to restore backwards compatibility by @dvdheiden in #3

Full Changelog: v2.0.0...v2.0.1

v2.0.0

24 May 09:46
170495e

Choose a tag to compare

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 Stringable interface.

Changed

  • Updated dependencies to their latest versions.

Removed

  • Remove psalm in favor of Pint.
  • Remove the build method from the Builder in favor of toString() or (string) $builder.

Full Changelog: v1.0.0...v2.0.0

Add initial version of the package

05 Aug 06:30
cae3cd2

Choose a tag to compare

[Added]

  • Add initial version of the package