This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
Releases: gorghoa/ScenarioStateBehatExtension
Releases · gorghoa/ScenarioStateBehatExtension
v1.0.7
v1.0.6: SF4 compatibility (#37)
* SF4 compatibility * Fix Behat test
v1.0.5
Update composer.json
v1.0.4
- Supports ScenarioStateArgument annotation on Transform annotation
- Fix Scenario Outline bug
v1.0.3
v1.0.2
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
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
- Add missing docblocks to allow IDEs to autocomplete (#17 by @walterdolce)
- Autoload ScenarioStateArgument upon extension initialisation (#20 by @walterdolce)
v1.0.0-rc.2
BC Breaks
- Steps method are no longer automagically injected from the state’s fragment in store. (see #11)
v1.0.0-rc.1
First public release.