Skip to content

Releases: byjg/php-webrequest

Release 5.0.0

27 Oct 16:11
444a045
Compare
Choose a tag to compare

Major Refactor

What's Changed

  • Change Namespace \ByJG\Util to \ByJG\WebRequest
  • Strict Types
  • PHP >= 8.1 and Full PSR Http Message

Full Changelog: 4.9.2...5.0.0

Release 4.9.2

30 May 18:01
fe2654d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.9.1...4.9.2

Release 4.9.1

04 Jan 03:27
686cb0c
Compare
Choose a tag to compare

What's Changed

  • 4.9 by @byjg in #11
  • Psr18 implementation
  • Several improvement

Full Changelog: 4.9.0...4.9.1

Release 4.9.0

21 May 20:43
Compare
Choose a tag to compare

What's Changed

  • Bump to PHP8 by @vitormattos in #5
  • Latest version with support for PHP 7.x and major refactor by @byjg in #7

New Contributors

Major Refactor

  • Remove WebRequest.php
  • Major compatibility with PSR7

Full Changelog: 2.0.4...4.9.0

Release 2.0.4

10 Jun 05:08
Compare
Choose a tag to compare

Change Default User Agent - #9

Release 2.0.3

31 Oct 04:43
0d803dd
Compare
Choose a tag to compare

Minor Fix.

Release 2.0.2

07 Jun 01:17
72620be
Compare
Choose a tag to compare

Remove the old Stream component and create a WebRequest stream to make it compatible with all PHP versions from 5.6 until 8.0

Release 2.0.1

09 Jan 22:33
165df60
Compare
Choose a tag to compare

Fix HEAD timeout issue #3

Release 2.0.0

05 Jul 15:05
a0815d2
Compare
Choose a tag to compare

Major refactory on WebRequest:

  • Implement MessageInterface, RequestInterface and ResponseInterface PSR7 class
  • Uses ByJG URI PSR7 class implementation
  • Uses 3rd party StreamInterface PSR7 Implementation
  • Deprecating WebRequest class in favor of HttpClient.
  • Deprecating WebRequestMulti class in favor of HttpClientMulti.
  • HttpClient uses any PSR7 implementation to do the requests
  • Partial non-compliant PSR18 implementation

Release 1.0.7

09 Mar 02:55
Compare
Choose a tag to compare

Removed Backward compatibility PHPUnit