File tree 1 file changed +19
-0
lines changed 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
quick-lint-js' version numbers are arbitrary. quick-lint-js does * not* adhere to
7
7
Semantic Versioning.
8
8
9
+ ## Unreleased
10
+
11
+ Beta release.
12
+
13
+ ### Added
14
+
15
+ * Various new errors (implemented by [ Himanshu] [ ] )
16
+ * Partially implemented: Global variables can be configured using a
17
+ ` quick-lint-js.config ` file
18
+
19
+ ### Fixed
20
+
21
+ * ` for (const x of xs) ` no longer warns about a missing initializer for ` x `
22
+ (E205) (implemented by [ Himanshu] [ ] )
23
+ * Building quick-lint-js with AddressSanitizer on Fedora no longer fails in
24
+ ` collect-copyright `
25
+ * Building quick-lint-js no longer fails if a directory called ` brew ` exists
26
+ anywhere in ` $PATH `
27
+
9
28
## 0.3.0 (2021-07-02)
10
29
11
30
Beta release.
You can’t perform that action at this time.
0 commit comments