Packages

A Cucumber and Gherkin implementation

Current section

Files

Jump to
cucumis CHANGELOG.md
Raw

CHANGELOG.md

<!-- markdownlint-disable MD013 MD024 -->
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.1] - 2025-12-11
### Added
- *(gherkin)* Support row keys in tables by @eproxus
- Support regex step matching by @eproxus
- Implement test runner by @eproxus
- *(gherkin)* Add Gherkin parser by @eproxus
### Fixed
- Verify and document index matches by @eproxus
- *(gherkin)* Support multiple outline examples by @eproxus
## New Contributors
- @eproxus made their first contribution
- @github-actions[bot] made their first contribution
[0.1.1]: https://github.com/eproxus/cucumis/compare/v0.1.0..v0.1.1
<!-- generated by git-cliff -->