gherkin-ast
Advanced tools
Changelog
2.0.0 - 2019-06-26
Refactored API and models:
All formatting of the model is removed and moved to gherkin-formatter
Most additional logic is removed from models, only replace
and clone
remain, and ScenarioOutline
's function to expand it to Scenario
s
All model available through the root of the package, e.g. import {Feature} from "gherkin-ast"
or const {Feature} = require("gherkin-ast")
.d.ts
is available for better IDE and TypeScript support.Changelog
1.1.0 - 2018-04-12
replace
method to Step
, Scenario
, TableCell
, TableRow
, DocString
and DataTable
.toScenario
method to ScenarioOutline
.