Skip to content

Releases: imbo/behat-api-extension

v5.0.0: New major release

28 Mar 08:32
5d17e88
Compare
Choose a tag to compare

This release bumps the minimum required PHP version to 8.1, and also introduces some changes to the interfaces within the package. Refer to the Upgrading section in the docs for more information.

v3.0.1: Patch release

27 Jun 04:13
e016baf
Compare
Choose a tag to compare

Patch release with minor improvements and updated dependencies.

v3.0.0

25 May 06:31
01db017
Compare
Choose a tag to compare

New major release bumps the PHP version requirement to ^7.4.

Refer to the ChangeLog and the docs for more details.

v2.1.0

20 Jan 14:50
Compare
Choose a tag to compare

Refer to the ChangeLog for updates.

v2.0.1

09 Apr 18:15
Compare
Choose a tag to compare

New features:

  • #48: Allow HTTP PATCH (and other HTTP methods) with form parameters

v2.0.0

01 Apr 08:38
Compare
Choose a tag to compare

New major release

Refer to the ChangeLog for more information. End user docs is located here.

v1.0.4

15 Nov 18:18
Compare
Choose a tag to compare

New features:

  • #15: Add support for checking numerical arrays on root

v1.0.3

15 Nov 18:18
Compare
Choose a tag to compare

Bug fixes:

  • #13: Checking multi-dimensional arrays

v1.0.2

15 Nov 18:17
Compare
Choose a tag to compare

New features:

  • #8: Step(s) for working with form data

Bug fixes:

  • #7: Don't allow request body when sending multipart/form-data requests
  • #5: Attaching files does not work

v1.0.1

10 Sep 16:53
Compare
Choose a tag to compare

Patch release with one bug fix and an enhancement.

  • #3: Don't restrict comparisons to scalar values
  • #1: Can't compare null values