Releases: cucumber/compatibility-kit
Releases · cucumber/compatibility-kit
v17.0.0
Added
- Add
TestRunStarted.id
, TestCase.testRunStartedId
and TestRunFinished.testRunStartedId
to reference messages
- Add
Hook.type
to reference messages
v16.3.0
Added
- Add example for empty scenario (#103)
Removed
- [Ruby] The reference to the messages gem is no longer required
v16.2.0
Changed
- [Ruby] Permit messages up to v28 (#107)
v16.1.0
Added
- Add
text/uri-list
attachment samples (#106)
v16.0.0
Changed
- Removed the blank before hook in the
attachments.feature
example (#102)
- [Ruby] Minimum ruby version is now bumped from 2.6 to 3.0 (#105)
- [Ruby] Breaking Change - Removed the "shim" file that redirected to the gem helpers (#105)
Fixed
- Fixed a sample reporting incorrect step type (#104)
v15.2.0
Changed
- Permit messages in v25 (#100)
v15.1.0
Added
- Add example with parameterized Scenario Outline (#98)
Fixed
- [Ruby] Fixed a duplicate conflicting method that caused the CCK not to load feature paths (#95)
v15.0.0
Changed
- [Ruby] Remove all step definition and support code from the package (#94)
v14.1.0
Added
- Add
message
on pending step result (#91)
Fixed
- [Ruby] Fixed an incorrectly written step for a
rules
scenario (#87)
v14.0.0
Changed
- [Ruby] Optimised the
MessageComparator
class and the feature detection methods (#84)
- Completely re-wrote the
hooks
and rules
scenarios to more closely mimic what they should be testing (#78 #76)
Fixed
- Reconciled the
attachment
, cdata
, parameter-types
and pending
scenarios
(#69 #68 #74 #77)