Skip to content

Releases: timjroberts/cucumber-js-tsflow

4.4.4

07 Apr 19:15
e328551
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.1...4.4.4

4.4.1

11 Jan 12:50
872de16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.1...4.4.1

4.3.1

21 Nov 00:09
34a9c0a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.1...4.3.1

4.2.1

27 Oct 20:12
92f0e3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.2...4.2.1

4.1.2

16 Oct 19:33
741e37d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.1...4.1.2

4.1.1

13 Sep 22:59
090eb4d
Compare
Choose a tag to compare

What's Changed

  • Expose accessor to bound context types from World object by @Fryuni in #128
  • Add support for extra hook options by @Fryuni in #130

Full Changelog: 4.0.6...4.1.1

4.0.6

26 May 20:53
6ae0964
Compare
Choose a tag to compare

What's Changed

  • Expose scenario information and advanced tags by @Fryuni in #122

Full Changelog: 4.0.3...4.0.6

4.0.3

14 May 00:56
56fa585
Compare
Choose a tag to compare

What's Changed

  • Reorganize tests and update dependencies by @wudong in #65
  • Fixing a bug in tagging of a step definition by @wudong in #66
  • Upgrade the library to use Cucumber's latest package by @sroze in #70
  • Bump node-fetch from 2.6.0 to 2.6.1 by @dependabot in #69
  • Package Versioning by @timjroberts in #75
  • Bump ini from 1.3.5 to 1.3.7 by @dependabot in #77
  • Use non-default logger category to avoid changing default category's logging level by @AlexeyRokhin in #88
  • Fix compiling errors by @zcsteele in #93
  • Drop custom tag processing in favor of cucumber native tags by @Fryuni in #106
  • Synchronize changes to version 4 by @Fryuni in #107
  • Update CI workflow to set npm dist-tag by @Fryuni in #108
  • A combined PR to address a few issues by @wudong in #73
  • Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #110
  • Replace test with isolated execution of different scenarios by @Fryuni in #111
  • Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #115
  • Fix step regex in first binding example by @elepedus in #118

New Contributors

Full Changelog: v3.4.0...4.0.3

v4.0.0-rc.1

08 Nov 14:22
Compare
Choose a tag to compare
v4.0.0-rc.1 Pre-release
Pre-release

Version 4.0 defines a peer dependency on @cucumber/cucumber, and can't use prior releases of cucumber.

v3.3.0

20 Jul 19:27
Compare
Choose a tag to compare
  • Remove the behaviour that prepend a '@' for tag names when it is missing.
  • Updating dependencies version