v1.0.3
- Updated the underlying Gherkin C parser to version 7.0.4
- Added a note to the README to indicate the version of Gherkin C parser that is supported
v1.0.2
- Bumped Janestreet's Base to 0.13.0
- Fixed segfault when there was a parser error in the C Gerkin parser
- Updated to use Re 1.9.0
v1.0.1
- Bumped version of Janestreet's Base
- Updated everything to use Dune rather than Jbuilder.
v1.0.0
This marks the first release of Cucumber.ml. This requires the use of gherkin-c as a shared object in your OS. You will need to follow your OS's instructions for that.
Features include:
- Matching stepdefs to steps in a feature file
- Tags are supported except the comma as 'or'
- Multiple feature files can be run from the command line
- State passing between step definitions are handled by the runtime system rather than the user managing it
- The world type is polymorphic
- Before/After steps are supported