Skip to content

Releases: cucumber/compatibility-kit

v13.0.2

24 Oct 11:31
Compare
Choose a tag to compare

Changed

  • [Ruby] Fixed all autofix cops (#71)

Fixed

  • Reconciled the data-tables, examples-tables, minimal and retry scenarios
    (#70 #72 #73 #79)

v13.0.1

11 Oct 20:09
Compare
Choose a tag to compare

Changed

  • [Ruby] Improved a bunch of the manual fix cops (#58)

Fixed

  • [Ruby] Fix the message comparison to ignore Ci nested properties and all Git properties (#66)
  • Reconciled the unknown-parameter-type, undefined, stack-traces and skipped scenarios
    (#61 #62 #64 #65)

Removed

  • [Ruby] A bunch of debugging methods are no longer needed (#59)
  • [Ruby] A bunch of legacy code relating to cucumber 4 and lower (#63)

v13.0.0

09 Oct 16:33
Compare
Choose a tag to compare

Added

  • [Ruby] Initial rubocop gems and basic compliance added (More work to come) (#49)

Changed

  • [Ruby] Minimum ruby version is now bumped from 2.3 to 2.5 (#47)
  • [Ruby] Refactored KeysChecker#compare to be a lot less complex and slightly more performant (#51)

Fixed

  • [Ruby] The meta key was being erroneously checked when running CCK tests (#43)
  • [Ruby] All messages were being analysed as attachment when running CCK tests (#45)
  • [Ruby] Added in missing step definition for Attaching a document with a filename (#48)
  • Fixed attach a JPEG scenario to attach a JPEG (Instead of a PNG) (#52)
  • Fixed attach and rename a PDF scenario to rename the PDF (It didn't rename it) (#52)

v12.0.0

08 Jul 08:13
v12.0.0
1370add
Compare
Choose a tag to compare

Changed

  • Add scenario for attached document with filename (#35)

v11.3.0

13 May 10:49
v11.3.0
b9cc8c9
Compare
Choose a tag to compare

Changed

  • Updated reference data to include sourceReference on parameterType messages (#33)

v11.2.0

23 Dec 09:17
Compare
Choose a tag to compare

Changed

  • Update cucumber-messages requirement from ~> 19.1, >= 19.1.2 to >= 19.1.2, < 22.0 in /ruby (#28)

v11.1.0

17 Dec 21:02
v11.1.0
5f10c07
Compare
Choose a tag to compare
Created-by: polyglot-release v1.3.1

v11.0.1

11 Jul 16:00
v11.0.1
7d108d3
Compare
Choose a tag to compare

Fixed

  • body was sometime missing in attachments.feature.ndjson
    (PR#17)
  • Fix messages for retry.feature.ndjson to include multiple attempts (#18)

v11.0.0

28 Jun 09:10
81ca004
Compare
Choose a tag to compare

Added

  • Fake CI data in messages have been added back to the samples ndjson
    (PR#9)

Changed

  • Creation of a devkit, impacting step definition messages: URI are now beginning with samples and not features #4
  • [JavaScript] Remove all dependencies from the package
    (PR#8)

v10.0.0

15 Jun 09:03
v10.0.0
c95df1f
Compare
Choose a tag to compare

[10.0.0] - 2022-06-09

Changed

  • Update the ndjson files in the kit using fake-cucumber 16.0.0 to bring new
    keyword types to steps and pickles
    (refs. #1966
    #1741)