Skip to content

Releases: Ahmard/guzwrap

v2.4.4

21 Dec 15:24
Compare
Choose a tag to compare
  • upgraded libraries

v2.4.3

04 Dec 22:45
Compare
Choose a tag to compare
  • PHP 8.1 support
  • Remove composer.lock file

v2.4.2

29 May 16:49
16f8508
Compare
Choose a tag to compare
  • RequestInterface::json() does not encode array/object data anymore, this is to help fix some issues
  • Test update

v2.4.1

21 Apr 09:18
e6ddc85
Compare
Choose a tag to compare
  • RequestInterface::json now accepts array, string and object in it's parameter
  • Composer libs update
  • Project files reformat

v2.4.0

17 Feb 03:39
b24e485
Compare
Choose a tag to compare
  • [Bug Fix]: Exeception(Uncaught Error: Call to undefined function ()) thrown when request methods has empty string as uri fixed.
  • [New Feature]: RequestInterface now extends \JsonSerializable to help encode the Request object easily
  • Other minor improvement

v2.3.0

08 Feb 00:51
8e6fd79
Compare
Choose a tag to compare

Guzzle ^v7.2 support added
Supported PHP versions added to README
Composer keywords added

v2.2.0

07 Feb 23:56
f5ec437
Compare
Choose a tag to compare

Asynchronous request support added
RequestInterface::execAsync() added
RequestInterface::baseUri() added
RequestInterface::concurrent() added
RequestInterface::pool()
callable typehint replaced with \Closure
README Docs updated

v2.1.5

25 Jan 17:20
Compare
Choose a tag to compare

Guzwrap\Wrapper\Form bugs fixed
Guzwrap\Wrapper\FormTest added

v.2.1.4

25 Jan 14:46
Compare
Choose a tag to compare

Guzwrap\Wrapper\Client\RequestMethods methods signature update

v.2.1.3

25 Jan 14:20
Compare
Choose a tag to compare

Guzwrap\Wrapper\Form::input() and field() signature update