Skip to content

Releases: ubirak/rest-api-behat-extension

v8.3.0

05 Jan 13:47
8bdbcd0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.2.0...v8.3.0

Symfony 6 and some php8.1 improvements

25 Apr 12:52
877ae68
Compare
Choose a tag to compare
Merge pull request #107 from gmorel/feature/php8.1

Introduce PHP 8.1

php 8.1 deprecation fix

18 Jan 13:56
6370127
Compare
Choose a tag to compare
Merge pull request #108 from stephpy/master

Since php 8.1, 1st argument of rtrim must not be nullable

Supports symfony/property-accessor 5.x

25 Jun 08:09
7799d7a
Compare
Choose a tag to compare
Allow to use symfony/property-access > 5.0 (#105)

In order to fix

Problem 1
    - Root composer.json requires ubirak/rest-api-behat-extension ^8.0 -> satisfiable by ubirak/rest-api-behat-extension[8.0.0].
    - ubirak/rest-api-behat-extension 8.0.0 requires symfony/property-access ~4.0 -> found symfony/property-access[v4.0.0-BETA1, ..., v4.4.20] but it conflicts with your root composer.json require (5.2.*).

Co-authored-by: Timothée Barray <[email protected]>

PHP8 support

04 Mar 10:06
@tyx tyx
98dba54
Compare
Choose a tag to compare

Support multi part requests.

28 Jun 07:53
5421575
Compare
Choose a tag to compare
Merge pull request #96 from bystro/SendRequestAsHTMLformVer2.0

Sending POST request as HTML form

Welcome Ubirak

07 Dec 10:48
@tyx tyx
a151386
Compare
Choose a tag to compare

This library moved to a new organization to continue to exists.

You can already replace the old name with the new ubirak/rest-api-behat-extension without changing anything in your code.

But from this version, the vendor namespace changed to Ubirak.

sf4 compatibility

29 Nov 18:23
5478cbb
Compare
Choose a tag to compare

Fix missing transtyping of true, false and null

23 Nov 13:36
bc883ec
Compare
Choose a tag to compare

Upgrade dependencies & fix branch alias to 6.x-dev

05 Sep 09:07
Compare
Choose a tag to compare
  • Upgraded to tolerance 0.4 #76
  • [dev] Upgraded to silex 2.0 #77
  • [dev] Upgraded php-http/mock-client 1.0 #78
  • Fixed branch alias to 6.x-dev