Skip to content

Releases: bcoe/c8

v9.1.0

12 Jan 14:47
4ae2a4d
Compare
Choose a tag to compare

9.1.0 (2024-01-11)

Features

  • support passing reporter options from config (#459) (88db5db)

Bug Fixes

  • refactor: remove stale check for createDynamicModule (5e18365)

v9.0.0

03 Jan 17:55
128bee2
Compare
Choose a tag to compare

9.0.0 (2024-01-03)

⚠ BREAKING CHANGES

  • build: minimum Node.js version is now 14.14.0

Features

  • build: minimum Node.js version is now 14.14.0 (2cdc86b)
  • deps: update foreground-child to promise API (#512) (b46b640)
  • deps: use Node.js built in rm (2cdc86b)

v8.0.1

25 Jul 14:51
a13584d
Compare
Choose a tag to compare

8.0.1 (2023-07-25)

Bug Fixes

v8.0.0

13 Jun 16:01
be9ef33
Compare
Choose a tag to compare

8.0.0 (2023-06-05)

⚠ BREAKING CHANGES

  • dropped Node 10 support (#475)

Miscellaneous Chores

v7.14.0

28 May 16:35
961fa2a
Compare
Choose a tag to compare

7.14.0 (2023-05-26)

Features

  • added a new CLI arg --merge-async to asynchronously and incrementally merge process coverage files to avoid OOM due to heap exhaustion (#469) (45f2f84)

v7.13.0

16 Feb 16:59
2f36fe9
Compare
Choose a tag to compare

7.13.0 (2023-02-14)

Features

  • add skipFull and excludeNodeModules to type definitions (#417) (b93b9c0)
  • support passing reporter options (#423) (bc347a9)
  • types: add typings for reporterOptions (#446) (3646e6e)

v7.12.0

19 Jul 17:45
7f1069d
Compare
Choose a tag to compare

7.12.0 (2022-07-19)

Features

  • use process.stdout.columns for reporter maxCols (#409) (7731574)

v7.11.3

16 May 01:01
d77f5ed
Compare
Choose a tag to compare

7.11.3 (2022-05-16)

Bug Fixes

  • --all now respects --extension flag. (#357) (a5deb27)

v7.11.2

20 Apr 13:21
49c45b3
Compare
Choose a tag to compare

7.11.2 (2022-04-20)

Bug Fixes

  • perf: cache this.exclude.shouldInstrument for improved performance (#388) (8b36f23)

v7.11.1

20 Apr 13:18
b6c76d3
Compare
Choose a tag to compare

7.11.1 (2022-04-20)

Bug Fixes

  • deps: update deps to latest (#384) (78eac8c), closes #375
  • deps: v8-to-istanbul with fixes for Node 10/18 (d5f642a)
  • fix package.json test:snap script to use cross-env (#366) (5d2981c)