@@ -12,6 +12,7 @@ Beta release.
12
12
13
13
### Added
14
14
15
+ * Various new diagnostics (implemented by [ Himanshu] [ ] ).
15
16
* VS Code: The new ` quick-lint-js.logging ` setting allows you to show
16
17
quick-lint-js' internal log messages in an Output window.
17
18
* VS Code: Apple Silicon (e.g. M1) (ARM64) is now supported.
@@ -22,6 +23,14 @@ Beta release.
22
23
* Vim: Improved performance of the ALE plugin by using the LSP server by
23
24
default.
24
25
* The macOS and Windows binaries are now code-signed.
26
+ * Emacs (Eglot): You no longer need to type ` M-x eglot ` in order to start
27
+ linting. Apply this fix by [ adding ` (eglot-ensure) ` to your init
28
+ file] ( https://quick-lint-js.com/install/emacs/configure/#eglot ) .
29
+ * quick-lint-js now understands the ` AggregateError ` , ` FinalizationRegistry ` ,
30
+ and ` WeakRef ` ECMAScript global variables by default.
31
+ * The macOS and Windows executables now include embedded code signatures. These
32
+ signatures are made with a self-signed certificate.
33
+ * The Linux executables are now signed with a GPG signature (` .asc ` files).
25
34
26
35
### Fixed
27
36
@@ -32,6 +41,9 @@ Beta release.
32
41
* VS Code: The extension no longer tries to load an ARM64 DLL on Windows x64.
33
42
* VS Code and LSP server: In Windows debug builds, crashes no longer occur
34
43
supriously when the filesystem changes.
44
+ * The npm package and the manual builds are now much smaller and faster. (They
45
+ were previously compiled in debug, unoptimized mode.)
46
+ * ` delete x ` no longer reports a warning if ` x ` is a global variable.
35
47
36
48
## 0.5.0 (2021-10-12)
37
49
0 commit comments