Cucumber.js v8.0.0-rc.2 Release Notes

Release Date: 2022-01-10 // over 2 years ago
  • โž• 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)