Skip to content

Releases: dnotes/quickpickle

[email protected]

15 May 04:56
a7f0dee
Compare
Choose a tag to compare

Patch Changes

  • 9145a9c: fixed types from last update

[email protected]

15 May 01:54
96e064c
Compare
Choose a tag to compare

Minor Changes

  • 1cf8cca: update dependencies
  • 1162c84: feat: added stepTimeout option for quickpickle

Patch Changes

  • 2e7530d: updating packages

  • 094f7dd: rollup config and hoisting for vitest browser

  • 7ad035c: fix: some errors would error when formatting stack

    In some environments, errors during step execution are
    not formatted correctly, leading to another error that
    is very unhelpful. This commit works around that problem.

  • ab52cf6: fix: removed dependency on @cucumber/cucumber for DataTable

    The DataTable model from @cucumber/cucumber is now mirrored by
    QuickPickle because including it from the cucumber-js package
    brought all the test runner stuff with it, which was too big
    and messed up anything that tried to run in the browser.

@quickpickle/[email protected]

15 May 04:56
a7f0dee
Compare
Choose a tag to compare

Patch Changes

@quickpickle/[email protected]

15 May 01:54
96e064c
Compare
Choose a tag to compare

Patch Changes

@quickpickle/[email protected]

15 May 04:56
a7f0dee
Compare
Choose a tag to compare

Patch Changes

@quickpickle/[email protected]

15 May 01:54
96e064c
Compare
Choose a tag to compare

Minor Changes

Patch Changes

[email protected]

18 Jan 10:51
57e0936
Compare
Choose a tag to compare

Patch Changes

  • 156ee84: Use vite/vitest root directory for QuickPickle World projectRoot.
  • 375fd69: Fix and optimize lodash imports for CommonJS

@quickpickle/[email protected]

18 Jan 10:51
57e0936
Compare
Choose a tag to compare

Patch Changes

@quickpickle/[email protected]

16 Jan 07:59
2887808
Compare
Choose a tag to compare

Patch Changes

  • 176dbdc: Fix the screenshot paths so they run on CI

[email protected]

17 Dec 08:41
ad108f3
Compare
Choose a tag to compare

Patch Changes

  • 2626333: Render empty Features and Rules without errors.
  • 4ce1543: added "data" property to World interface and variable
  • d4d5717: Fix DataTables and DocStrings replacements in Scenario Outlines