Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Releases: Behatch/contexts

v3.3.0

27 Feb 08:47
e45284b
Compare
Choose a tag to compare

New features

  • Symfony 5 compatibility #281
  • add regex matcher for headers #267

Bugfixes

  • Fix json schema to allow relative schemas on Windows #269

v3.2.0

13 Aug 16:44
3.2.0
cbda31e
Compare
Choose a tag to compare

New features

  • Deprecates PHP5 #246
  • Display the x-debug-token-link when its available #251
  • Don’t require @javascript to take screenshot #247
  • [json] Use swagger dump as json schemas source #245
  • [system] Dump command output #255
  • [rest] Allows parameters with dot #258

Bugfixes

  • Correctly diplay utf8 json #252

v3.1.0

11 Mar 10:48
3.1.0
b9fcd3b
Compare
Choose a tag to compare

New features

  • New russian translation #240
  • Add "JSON node should match" context #234

Bugfixes

  • Fix set content headers #218
  • Fix travis build #242
  • Fix automatic casting for large numeric value #237
  • Add colon for "the JSON should be equal to" step #239

v3.0.1

11 Dec 20:39
741f58e
Compare
Choose a tag to compare
  • Add branch-alias #229
  • Remove guzzlehttp/guzzle dependency #231

v2.8.1

11 Dec 20:38
2d0db1f
Compare
Choose a tag to compare
  • Add branch alias #230
  • Remove guzzlehttp/guzzle dependency #231

v3.0.0

23 Nov 15:06
7233dc5
Compare
Choose a tag to compare

This release is the same as 2.8.0 without deprecation notice.

v2.8.0

23 Nov 15:06
a336416
Compare
Choose a tag to compare

This is the last release of 2.x branch. This release mainly update requirements:

  • Support symfony 3.4/4.0 #228
  • Support php 7.2 #227
  • Using justinrainbow/json-schema 5.0 #191

It also prepare the 3.0 release (publish simultaneously) by adding deprecation notices:

  • Miss spelling functions
  • New namespace 8493544
  • New classes alias for configuration 79ecf74

See UPGRADE-3.0.md file for more details.

v2.7.1

04 Jul 11:07
Compare
Choose a tag to compare
  • Fix xliff files #213

v2.7

28 Apr 12:41
Compare
Choose a tag to compare
  • Officially works with php 7.1 #204
  • New step And the header :name should not be equal to :value #177
  • Remove the phar package #205

v2.6

02 Mar 11:19
Compare
Choose a tag to compare

This is essentially a bug fix release (#155, #158, #162, #167 & #193).

There is also two new definitions:

And this release prepare the 3.0 version with depreciate the Sanpi\Behatch namespace in flavoor of Behatch (#103) and change context alias to behatch:context: instead of behatch: (#121).