Releases: jonsamwell/dart_gherkin
Releases · jonsamwell/dart_gherkin
3.1.0
3.0.0+1
[3.0.0+1] - 16/05/2022
- Update configuration object constructor to take in additional configuration parameters
- The
prepare
method on the configuration object now returns a configuration object to allow for configuration to always be immutable
2.0.8
- Fixed issue checking ANSI support on web environments in the StdoutReporter
2.0.7
[2.0.7] - 11/10/2021
- Updated feature file visitor to provide parent feature information to child scenario
2.0.6
[2.0.6] - 11/10/2021
- Ensure stdout reporter only print ANSI colours when the stdout supports it
2.0.5+1
[2.0.5+1] - 15/09/2021
- Fixed first/last flag on
FeatureFileVisitor
- Fixed find feature files regex pattern fdr windows in example project
2.0.5
[2.0.5] - 15/09/2021
- Added json reporter test case for multi-scenario
- Added first/last flag on
FeatureFileVisitor
2.0.4
- Fixed late initialization error when invoking hooks
- Updated float parameter parser so an exception is not thrown during parsing