CHANGELOG.md in cucumber_factory-1.15.1 vs CHANGELOG.md in cucumber_factory-2.0.0

- old
+ new

@@ -13,9 +13,27 @@ ### Compatible changes - +## 2.0.0 - 2020-02-10 + +### Breaking changes + +- CucumberFactory now raises an `ArgumentError` if some parts of a matched step were not used. For example, while this step was accepted in recent versions, it will now complain with the message `Unable to parse attributes " and the ".`: + ``` + Given there is a user with the attribute 'foo' and the + ``` + + +### Compatible changes + +- Single quoted attribute values and model names are now supported. Example: + + ``` + Given 'jack' is a user with the first name 'Jack' + ``` + ## 1.15.1 - 2019-05-30 ### Compatible changes - Fix: Allow to use array assignments within a doc string or table assignment