Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 1.0.0 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

chore: release 1.0.0 #1

wants to merge 2 commits into from

Conversation

github-actions[bot]
Copy link

🤖 I have created a release *beep* *boop*

1.0.0 (2020-11-19)

⚠ BREAKING CHANGES

  • new test-exclude with modified exclude rules (feat!: new test-exclude with modified exclude rules bcoe/c8#179)
  • istanbul-reports: lcov reports now use relative paths (feat(istanbul-reports)!: lcov reports now use relative paths bcoe/c8#168)
  • Node.js' source-map and lineLength cache is now used to remap coverage output (this allows tools like ts-node to be supported, which transpile at runtime).
  • temp directory now defaults to setting for report directory
  • c8 will now load source-maps if possible and remap coverage accordingly
  • switches to using NODE_V8_COVERAGE rather than inspector directly
  • dropped subprocess support for the time being, while we march towards an initial implementation.

Features

  • add --report-dir alias (for consistency with nyc) (0dd1b04)
  • add support for 1:1 source-maps (#85) (6ca4345)
  • add support for ignoring lines, functions, and blocks (#87) (c66950e)
  • add thresholds for enforcing coverage percentage (#59) (70e8943)
  • adds --all functionality (#158) (2eb631e)
  • adds support for 1:many source maps (#238) (dbf94a0)
  • adds TypeScript definitions (d39801b), closes #195
  • allow --reports-dir to be configured (#65) (5ab31f5)
  • allow relative paths to be optionally included (3806c79)
  • allow script wrapper length to be specified (#51) (a22c4e0)
  • default temp directory to report directory (#102) (8602f4a)
  • first pass at functional prototype without subprocess support (#5) (9534f56)
  • foreground-child's done() method was not being called (#82) (fde596e)
  • implement Istanbul reporting (#8) (8e430bf)
  • improve test assertions (#28) (522720e)
  • load .nycrc/.nycrc.json to simplify migration (#100) (bd7484f)
  • new test-exclude with modified exclude rules (#179) (af7d94d)
  • playing around with initial implementation (18f5471)
  • support --check-coverage for reports (#60) (b542930)
  • support for instrumenting files outside of current working directory (7e53a0e)
  • istanbul-reports: lcov reports now use relative paths (#168) (35d9338)
  • switch to stderr and default port (#7) (bb117b7)
  • switch to using Node's built in coverage (#22) (3c1b92b)
  • use Node.js' source-map cache, to support tools like ts-node (#152) (53bba15)
  • warn instead of throw on exception (#29) (a8620d4)

Bug Fixes

  • v8-to-istanbul: fixes shebang handling/ignore behavior (#267) (21cd41f)
  • support node@v15.x.x built-in modules (#265) (1b90a22)
  • deps: merging failed when the same script occurred multiple times in the same report (#147) (1ebcaf9)
  • deps: update dependency find-up to v4 (#119) (c568d96)
  • deps: update dependency find-up to v5 (#242) (8a0cfd7)
  • deps: update dependency furi to v2 (#193) (6b9af6e)
  • deps: update dependency rimraf to v3 (#132) (7601748)
  • deps: update dependency v8-to-istanbul to v4 (#167) (97b9769)
  • deps: update dependency yargs to v14 (#134) (e49737f)
  • deps: update dependency yargs to v15 (#164) (e41a483)
  • deps: update dependency yargs to v16 (#251) (0436816)
  • deps: update dependency yargs-parser to v13 (#124) (1eb3394)
  • deps: update dependency yargs-parser to v14 (#144) (9b3d089)
  • deps: update dependency yargs-parser to v15 (#153) (80153de)
  • deps: update dependency yargs-parser to v16 (#157) (15746e5)
  • deps: update dependency yargs-parser to v17 (#201) (d730c63)
  • deps: update dependency yargs-parser to v18 (#202) (983de44)
  • deps: update dependency yargs-parser to v19 (#241) (baa01df)
  • deps: update dependency yargs-parser to v20 (#252) (ae845f0)
  • v8-to-istanbul: pull in fix for missing branches (#258) (eaffa78)
  • v8-to-istanbul: revert off by one that broke TypeScript (#262) (81ab5b7)
  • add missing space in text (#245) (efe6d04)
  • address file:// issue with CJS (#39) (d4f9cab)
  • all flag not propagated to check-coverage command (#188) (86eaf72)
  • do not override NODE_V8_COVERAGE if set (#70) (8bb67b0)
  • escaping issue with cobertura reporter (#203) (e93747b)
  • exit with code 1 when report output fails (#92) (a27b694)
  • file URL to system path conversion (#46) (e7f8cf2)
  • ignore missing source maps in raw coverage output (#233) (eed98af)
  • deps: update deps to address warning in cross-spawn (#141) (4b66221)
  • deps: v8-to-istanbul with patch for crasher (#200) (d4b7d80)
  • don't load JSON that does not look like coverage (#146) (a6481f1)
  • exclude coverage of the CJS-ESM bridge from results (#83) (da2c945)
  • float patch for branch/function coverage merge bug (#56) (1de0cca)
  • HTML report now has correct source positions for Node >10.16.0 (#125) (c49fa7f)
  • make tests run on Windows (#25) (08e44d0)
  • make tmp directory regardless of clean (44d2185)
  • pin to functional version of spawn-wrap (d1ced8c)
  • process coverage merging (#37) (67959b4)
  • regex flags in dependency were breaking Node 8 (a9d9645)
  • remove the unmaintained mkdirp dependency (#91) (a465b65)
  • snapshot (7fd9e13)
  • switch to mkdirp for Node 8 (206b83f)
  • temporary files should be in tmp folder (#106) (64dd2e6)
  • tweak inspector event timing (#6) (01f654e)
  • upgrade to @bcoe/v8-coverage with breaking regex dropped (6c28e7f)
  • we were not exiting with 1 if mkdir failed (#89) (fb02ed6)

This PR was generated with Release Please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant