Releases: Ahmard/guzwrap
Releases · Ahmard/guzwrap
v2.4.3
- PHP 8.1 support
- Remove composer.lock file
v2.4.2
- RequestInterface::json() does not encode array/object data anymore, this is to help fix some issues
- Test update
v2.4.1
- RequestInterface::json now accepts array, string and object in it's parameter
- Composer libs update
- Project files reformat
v2.4.0
- [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
Guzzle ^v7.2 support added
Supported PHP versions added to README
Composer keywords added
v2.2.0
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
Guzwrap\Wrapper\Form bugs fixed
Guzwrap\Wrapper\FormTest added
v.2.1.4
Guzwrap\Wrapper\Client\RequestMethods methods signature update
v.2.1.3
Guzwrap\Wrapper\Form::input() and field() signature update