Releases: cucumber/cucumber-js
Releases · cucumber/cucumber-js
v8.9.1
v8.9.0
Added
- Add new JUnit formatter (see documentation) (#2121)
v8.8.0
v8.7.0
Deprecated
Cli
,PickleFilter
andRuntime
deprecated in favour of new API functions (see documentation) (#2136)
v8.6.0
Added
- Debug logging capability to help diagnose configuration issues (see documentation) (#2120)
Fixed
- Rework time interfaces to avoid using sinon types (#2142)
v8.5.3
v8.5.2
Added
IMethods
interface for use ingetTimestamp
,durationBetweenTimestamps
, andwrapPromiseWithTimeout
functions andmethods
intime
module instead of explicitany
(#2111)IPublishConfig
interface for use in return type ofmakePublishConfig
instead of explicitany
(#2106)
Fixed
- Add override to ensure
ansi-regex
version is^5.0.1
(#2114)