Skip to content

Commit affee2f

Browse files
committed
changelogs for v3 releases
1 parent 58f4cab commit affee2f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 3.1
2+
3+
- Add ability to exclude specific files from coverage by path
4+
- Use correct legacy loader for pre-20.6 node versions
5+
- pre-load source maps to minimize calls at exit
6+
- Only attempt final sourcemap lookup one time
7+
- canonicalize source paths in sourcemap data
8+
- do not add loader to NODE_OPTIONS if in args
9+
- record unrecorded files that show up in coverage
10+
11+
# 3.0
12+
13+
- add support for --import and Module.register(), for node 20.6
14+
and beyond
15+
116
# 2.4
217

318
- Put a filter function on `externalIDsChanged()`

0 commit comments

Comments
 (0)