@cucumber/gherkin
Advanced tools
Changelog
[18.1.0] - 2021-04-06
Rule
keyword. (#1449 brasmusson)Changelog
[18.0.0] - 2021-03-24
Gherkin->from_paths
and Gherkin->from_source
(#1359 ehuelsmann)GherkinStreams
export has moved from @cucumber/gherkin
to @cucumber/gherkin-streams
gherkin-javascript
executable has moved to the new @cucumber/gherkin-streams
npm moduleChangelog
[17.0.2] - 2021-02-16
Changelog
[17.0.0] - 2021-02-07
GherkinStreams
object is not longer loaded by default. This makes it possible to use the library in a browser without a polyfill. To upgrade, use import GherkinStreams from '@cucumber/gherkin/dist/src/stream/GherkinStreams'
instead of import { GherkinStreams } from 'gherkin'
. (#1333)Changelog
[16.0.0] - 2020-12-10
Query
class has been removed from this library, and has been added to @cucumber/gherkin-utils
Changelog
[15.0.1] - 2020-08-12