We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b96b0 commit 7af5122Copy full SHA for 7af5122
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## 1.94.2
2
3
+### Command-Line Interface
4
+
5
* Using `--fatal-deprecation <version>` no longer emits warnings about
6
deprecations that are obsolete.
7
@@ -8,6 +10,11 @@
8
10
* `Deprecation.forVersion` now excludes obsolete deprecations from the set it
9
11
returns.
12
13
+### JS API
14
15
+* Excludes obsolete deprecations from `fatalDeprecations` when a `Version` is
16
+ passed.
17
18
### Node.js Embedded Host
19
20
* Fix a bug where a variable could be used before it was initialized during
0 commit comments