Skip to content

Releases: cross-org/test

0.0.14

01 Nov 20:57
ec0e05e

Choose a tag to compare

What's Changed

  • Fix three-level context nesting silent failure in Deno runtime in #9

Full Changelog: 0.0.13...0.0.14

0.0.13

01 Nov 19:29
e54cb70

Choose a tag to compare

What's Changed

  • Fix nested context.step() hanging in Node.js and Bun in #7

Full Changelog: 0.0.12...0.0.13

0.0.12

01 Nov 17:15
af04b72

Choose a tag to compare

What's Changed

  • Add done callback and waitForCallback support to context.step() in #6

Full Changelog: 0.0.11...0.0.12

0.0.11

01 Nov 13:29
8a915cb

Choose a tag to compare

What's Changed

  • fix: Added jsr: specifier for deno add command by @EGAMAGZ in #2
  • Add nested test steps support via context.step() in #5

New Contributors

Full Changelog: 0.0.10...0.0.11

0.0.10

07 Jun 22:37

Choose a tag to compare

Changes

  • Dependency update.
  • Add ts-ignore for Deno namespace to work nicer with bundlers.
  • Cleanup.

Full Changelog: 0.0.9...0.0.10

0.0.9

23 Mar 20:55

Choose a tag to compare

Changes

  • Dependency and documentation update

Full Changelog: 0.0.8...0.0.9

0.0.8

11 Mar 23:49

Choose a tag to compare

Changes

  • (docs) Improve Node docs
  • (docs) Add examples and tests for Sinon

0.0.7

11 Mar 21:07

Choose a tag to compare

Changes

  • (docs) Instructions for Node CI
  • (chore) Automated testing of Node

0.0.6

11 Mar 19:30

Choose a tag to compare

Changes

  • Callback completion
  • Added configuration for timeout and skip

0.0.5

06 Mar 00:37

Choose a tag to compare

Changes

  • Code cleanup
  • Add TypeScript