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

Releases: gorghoa/ScenarioStateBehatExtension

v1.0.7

07 Oct 08:29
f1b4a68
Compare
Choose a tag to compare

v1.0.6: SF4 compatibility (#37)

06 Jun 07:15
Compare
Choose a tag to compare
* SF4 compatibility

* Fix Behat test

v1.0.5

31 Jul 13:52
Compare
Choose a tag to compare
Update composer.json

v1.0.4

24 Jul 14:38
Compare
Choose a tag to compare
  • Supports ScenarioStateArgument annotation on Transform annotation
  • Fix Scenario Outline bug

v1.0.3

02 May 13:58
Compare
Choose a tag to compare

Bump composer.json version number.

Fixes packagist synchro 😇

v1.0.2

26 Apr 15:47
Compare
Choose a tag to compare

Changelog

fix #23 thanks, @vincentchalamon

BC Break alert

I’m okay with the small BC breaks due to namespace reorganization (the Exception chiefly).

Shipping it in bugfix version anyway, even if it conflicts with semver.

I expect no one will feel the pain since it’s deeply internal subject and the user base is still small ;)

v1.0.0

09 Mar 19:21
Compare
Choose a tag to compare

BC:

  • #18 Throw exception when asked for missing state

Thanks to @walterdolce and @vincentchalamon for the help on this release <3

v1.0.0-rc.3

15 Nov 16:11
Compare
Choose a tag to compare
  • Add missing docblocks to allow IDEs to autocomplete (#17 by @walterdolce)
  • Autoload ScenarioStateArgument upon extension initialisation (#20 by @walterdolce)

v1.0.0-rc.2

05 Aug 14:33
Compare
Choose a tag to compare

BC Breaks

  • Steps method are no longer automagically injected from the state’s fragment in store. (see #11)

v1.0.0-rc.1

31 Jul 13:18
Compare
Choose a tag to compare

First public release.