We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f4cab commit affee2fCopy full SHA for affee2f
changelog.md
@@ -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
16
# 2.4
17
18
- Put a filter function on `externalIDsChanged()`
0 commit comments