Behat Api Extension Versions Save

API extension for Behat, used to ease testing of JSON-based APIs

v5.0.0

1 year ago

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

1 year ago

Patch release with minor improvements and updated dependencies.

v3.0.0

3 years ago

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

Refer to the ChangeLog and the docs for more details.

v2.1.0

6 years ago

Refer to the ChangeLog for updates.

v2.0.1

7 years ago

New features:

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

v2.0.0

7 years ago

New major release

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

v1.0.4

7 years ago

New features:

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

v1.0.3

7 years ago

Bug fixes:

  • #13: Checking multi-dimensional arrays

v1.0.2

7 years ago

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

7 years ago

Patch release with one bug fix and an enhancement.

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