Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Releases: edno/codeception-gherkin-param

2.0.13

18 Feb 13:47
a238bfb
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 2 to 3 by @dependabot in #67
  • Bump codacy/codacy-analysis-cli-action from 1.1.0 to 4.1.0 by @dependabot in #68
  • Update phpmd/phpmd requirement from ^2.12 to ^2.13 by @dependabot in #69
  • Bump codacy/codacy-analysis-cli-action from 4.1.0 to 4.2.0 by @dependabot in #70
  • Update phpstan/phpstan-phpunit requirement from ^1.1 to ^1.2 by @dependabot in #71
  • Update phpstan/phpstan requirement from ^1.8 to ^1.9 by @dependabot in #72
  • Update phpstan/phpstan-deprecation-rules requirement from ^1.0 to ^1.1 by @dependabot in #74
  • increase mutation coverage tests by @edno in #77
  • replace travis by gha by @edno in #78
  • Update codeception/assert-throws requirement from ^1.2 to ^1.3 by @dependabot in #76

Full Changelog: 2.0.12...2.0.13

2.0.12

26 Jul 17:48
Compare
Choose a tag to compare

What's Changed

  • Update dev dependencies.
  • Fix composer.json config

Full Changelog: 2.0.11...2.0.12

2.0.11

28 Mar 08:05
dc2cf7a
Compare
Choose a tag to compare

What's Changed

  • Codeception 5 compatibility by @edno in #66

Full Changelog: 2.0.10...2.0.11

2.0.10

10 Jan 16:02
9db9557
Compare
Choose a tag to compare

What's Changed

  • Code clean up by @edno in #61
  • Add phpstan code analysis by @edno in #62
  • Update infection setup by @edno in #64
  • Update codeception/assert-throws requirement from ^1.1 to ^1.2 by @dependabot in #63
  • Update codeception/module-asserts requirement from ^1 to ^2 by @dependabot in #65

Full Changelog: 2.0.9...2.0.10

2.0.9

13 Sep 15:11
2cef46f
Compare
Choose a tag to compare

Improve code base (no functional change):

  • code refactoring (decrease cyclomatic complexity)
  • improve compliance with phpmd and phpcs rules
  • use earthly for running local checks

2.0.8

16 Aug 20:03
1783f8d
Compare
Choose a tag to compare

Return correct exception when the parameter is of array syntax and the fixture entry is not set or not an array.

2.0.7

16 Aug 09:41
fb59f44
Compare
Choose a tag to compare

This release fixes developer dependencies, and it restricts PHP compatibility to version 7.4.0 and above.

  • Fix mutation testing (#52)

2.0.6

04 Aug 14:23
3c43168
Compare
Choose a tag to compare

Hoping you are safe and well, nothing new here.

2.0.5

13 Dec 13:48
Compare
Choose a tag to compare

Codeception Gherkin Param is now compatible with PHP 8.0 🚀

2.0.4

12 Dec 15:21
d0b878d
Compare
Choose a tag to compare

Update dependencies.