Skip to content

Commit

Permalink
changelogs for v3 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 23, 2024
1 parent 58f4cab commit affee2f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 3.1

- Add ability to exclude specific files from coverage by path
- Use correct legacy loader for pre-20.6 node versions
- pre-load source maps to minimize calls at exit
- Only attempt final sourcemap lookup one time
- canonicalize source paths in sourcemap data
- do not add loader to NODE_OPTIONS if in args
- record unrecorded files that show up in coverage

# 3.0

- add support for --import and Module.register(), for node 20.6
and beyond

# 2.4

- Put a filter function on `externalIDsChanged()`
Expand Down

0 comments on commit affee2f

Please sign in to comment.