Skip to content

Releases: MindTouch/mindtouch-http.php

mindtouch-http.php release 3.1.3

08 Apr 20:33
2daf571

Choose a tag to compare

Upgrade to HyperPlug 1.1.3

mindtouch-http.php release 3.1.2

20 Dec 01:00

Choose a tag to compare

  • Upgrade dependencies to include upstream enhancements and fixes
  • Replace StringUtil calls from HyperPlug with TypeEx/StringEx

mindtouch-http.php release 3.1.1

17 Dec 04:34

Choose a tag to compare

  • Ensure dependencies do not block a PHP version upgrade

mindtouch-http.php release 3.1.0

15 Dec 02:53

Choose a tag to compare

  • Do not block upstream clients from upgrading to ^1.0.0 compatible version of XArray

mindtouch-http.php release 3.0.0

25 Nov 23:04
5cee197

Choose a tag to compare

mindtouch-http.php release 2.3.3

05 Mar 03:49

Choose a tag to compare

Page guids (segments beginning with :) are correctly supported with ApiPlug::at method

mindtouch-http.php release 2.3.2

26 Feb 23:30
3eb8e3e

Choose a tag to compare

  • ContentType::isJson correctly returns true if content-type is a custom JSON media type (ex: application/jwk+json)
  • JsonParser will correctly parse results with custom JSON media content-type

mindtouch-http.php release 2.3.1

09 Jun 19:43

Choose a tag to compare

  • Ensure that IHttpResultParser can handle oversized response content before PHP runtime runs out of memory performing a deep HttpResult clone

mindtouch-http.php release 2.3.0

28 Apr 00:39

Choose a tag to compare

  • Mocking HTTP headers no longer replaces mock HTTP headers set when mocking content data
  • add application/x-www-form-urlencoded form data type

mindtouch-http.php release 2.2.1

19 Mar 19:55

Choose a tag to compare

  • HttpPlug, ApiPlug fails early if attempting to construct a plug with a hostless XUri
  • QueryParams static constructors return concrete type
  • Fix various types in doc blocks