Skip to content

Releases: tcdent/php-restclient

0.1.8.4

27 Oct 18:39
Compare
Choose a tag to compare

Bugfixes.

Improved PHP8.2 compatibility

12 Jul 16:28
abd13af
Compare
Choose a tag to compare
0.1.8.3

Version bump

PHP 8.2 support.

07 Mar 02:22
9df4964
Compare
Choose a tag to compare
Update composer.json

Packaging version bump.

Accommodate curl_exec returning false

15 Jun 01:06
3cd5691
Compare
Choose a tag to compare

PHP 7.2 & 8.1 compatibility

09 Apr 04:31
Compare
Choose a tag to compare
0.1.8

PHP 7.2 backwards compatibility, PHP 8.1 friendly.

Sane defaults for query string construction

07 Sep 20:48
Compare
Choose a tag to compare
Fixed a bug which was introduced when switching to `http_build_query`…

… for

query string encoding where repeated parameters would adopt named indexes.
Library now defaults to omitting numeric indexes, which can be re-enabled with
the `build_indexed_queries` boolean option. Original tests now pass, additional
tests added to verify integrity of regex hack.

head and patch methods, simplified query serialization

16 Mar 16:24
Compare
Choose a tag to compare

Multi-everything!

25 May 00:08
Compare
Choose a tag to compare

Multiple HTTP response status messages, repeated request/response headers, and repeated request query parameters are now parsed.

0.1.4

16 May 06:11
Compare
Choose a tag to compare

Allow passing parameters as a pre-encoded string (or something that allows casting to a string). Parameters passed as strings will not be merged with parameters specified in the default options.

Update documentation with PATCH JSON recommendations.

0.1.3

14 May 20:01
Compare
Choose a tag to compare
Version bump for autoload support, installation documentation.