Skip to content

v8.0.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 19:06

Added

  • Export cucumber version number. It is now possible to retrieve the current version
    of cucumber using import { 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 to 1.4.0 to fix security vulnerability (#1884)
  • Pin cli-table3 to 0.6.1 to fix security vulnerability (#251)