Skip to content

v2.0.0

Choose a tag to compare

@Arc-E-Tect Arc-E-Tect released this 04 Aug 19:52

2.0.0 (2026-08-04)

✨ New and updated features

  • example-shadow-api-detector: add composed RequestMapping example (#98) (6ea5163), closes #98
  • gherkin-to-asciidoc: add indexing DSL property to number features and scenarios (#99) (5c207c4), closes #99
  • shadow-api-detector: add OpenAPI 3.2 compatibility support and example (#95) (c57432b), closes #95

🐛 Bug Fixes

  • gherkin-to-asciidoc: set systemUnderTestVersion in snippet-templates example (#94) (ca7fb34), closes #94
  • example-shadow-api-detector: use official published plugin in examples (#96) (bca72d8), closes #96

BREAKING CHANGE

  • gherkin-to-asciidoc: includeSubDirs and groupByFeature now default to
    true (previously false). A project relying on the old defaults -
    particularly one using sourceFile without explicitly setting
    includeSubDirs = false, which will now fail validation - must set
    includeSubDirs = false and/or groupByFeature = false explicitly to
    keep its previous behaviour. Feature file processing order is also
    now deterministic (alphabetical by path, directory files before
    sub-directory files) instead of filesystem-dependent, which may
    reorder scenarios in existing generated reports.