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 cfbbb28 commit 249a365Copy full SHA for 249a365
1 file changed
CHANGELOG.md
@@ -1,5 +1,22 @@
1
# Changelog
2
3
+## 0.33.0
4
+
5
+- Added support for nullish coalescing `A ?? B`.
6
+- Annotation `/** @noSelf */` now also works directly on function declarations, not only on classes/interfaces.
7
+- Fixed incorrect file paths in source maps.
8
+- Fixed unknown node kind throwing an error instead of diagnostic.
9
+- Fixed string index with side-effects being evaluated twice.
10
+- Added check for node.js version when running tstl.
11
+- Fixed some issues with reflection class names.
12
13
+- Fixed incorrectly escaped variable names.
14
15
+Under the hood:
16
17
+- Switched from TSLint to ESLint.
18
+- Added benchmarking capability for garbage collection.
19
20
## 0.32.0
21
22
- **Deprecated:** The `noHoisting` option has been removed, hoisting will always be done.
0 commit comments