All Versions
143
Latest Version
Avg Release Cycle
25 days
Latest Release
305 days ago

Changelog History
Page 1

  • v8.9.0 Changes

    November 24, 2022

    โž• Added

    • โž• Add new JUnit formatter (see [documentation](./docs/formatters.md#junit)) (#2121)
  • v8.8.0 Changes

    November 14, 2022

    ๐Ÿ”„ Changed

    • โž• Add workerId property to testCaseStarted message (#2085)
    • ๐Ÿ– Handle stack traces without V8-specific modification (#2119)
  • v8.7.0 Changes

    October 17, 2022

    ๐Ÿ—„ Deprecated

    • ๐Ÿ“š Cli, PickleFilter and Runtime deprecated in favour of new API functions (see [documentation](./docs/deprecations.md)) (#2136)
  • v8.6.0 Changes

    September 20, 2022

    โž• Added

    • ๐Ÿ“š Debug logging capability to help diagnose configuration issues (see [documentation](./docs/debugging.md)) (#2120)

    ๐Ÿ›  Fixed

    • Rework time interfaces to avoid using sinon types (#2142)
  • v8.5.3 Changes

    September 10, 2022

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ Default stderr if not provided to Cli constructor (#2138)
  • v8.5.2 Changes

    August 24, 2022

    โž• Added

    • IMethods interface for use in getTimestamp, durationBetweenTimestamps, and wrapPromiseWithTimeout functions and methods in time module instead of explicit any (#2111)
    • IPublishConfig interface for use in return type of makePublishConfig instead of explicit any (#2106)

    ๐Ÿ›  Fixed

    • โž• Add override to ensure ansi-regex version is ^5.0.1 (#2114)
  • v8.5.1 Changes

    July 28, 2022

    ๐Ÿ›  Fixed

    • Ensure durations are integers in JSON formatter (#2094)
  • v8.5.0 Changes

    July 19, 2022

    ๐Ÿ”„ Changed

    • Reworked handling for invalid installations (#2089)
  • v8.4.0 Changes

    June 29, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix issues with using absolute paths for features (#2063)
  • v8.3.1 Changes

    June 21, 2022

    ๐Ÿ›  Fixed

    • Export IConfiguration type on API entry point (#2064)