v0.6.0
Added
- Support cardinalities in step patterns. Refs #62, #113
- Highlight placeholders in Scenario Outline. Refs #60, #122
- Correctly support step gherkin context (
Given
,When
,Then
) when usingAnd
. Refs #61 - Add french translation
Changed
- Renamed argument expressions to custom types
Fixed
- Fixed importing
importlib.util
. Refs #123