Releases: imbo/behat-api-extension
Releases · imbo/behat-api-extension
v5.0.0: New major release
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
Patch release with minor improvements and updated dependencies.
v3.0.0
New major release bumps the PHP version requirement to ^7.4.
Refer to the ChangeLog and the docs for more details.
v2.1.0
Refer to the ChangeLog for updates.
v2.0.1
New features:
- #48: Allow HTTP PATCH (and other HTTP methods) with form parameters
v2.0.0
New major release
Refer to the ChangeLog for more information. End user docs is located here.
v1.0.4
New features:
- #15: Add support for checking numerical arrays on root
v1.0.3
Bug fixes:
- #13: Checking multi-dimensional arrays
v1.0.2
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
Patch release with one bug fix and an enhancement.
- #3: Don't restrict comparisons to scalar values
- #1: Can't compare null values