Added
- Export cucumber version number. It is now possible to retrieve the current version
of cucumber usingimport { version } from '@cucumber/cucumber'
.
(PR#1866
Issue#1853)
Changed
- Switched to new
@cucumber/ci-environment
library for CI detection (#1868)
Fixed
- Handles spaces in paths for developers working on cucumbers's own code (#1845)
- Ensure package.json can be imported by consuming projects
(PR#1870
Issue#1869) - Allows for parentheses in paths for developers working on cucumber's own code ([#1735])
- Smoother onboarding for Windows developers (#1863)
- Pin
colors
to1.4.0
to fix security vulnerability (#1884) - Pin
cli-table3
to0.6.1
to fix security vulnerability (#251)