Skip to content

Commit 249a365

Browse files
committed
CHANGELOG 0.33.0
1 parent cfbbb28 commit 249a365

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

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+
320
## 0.32.0
421

522
- **Deprecated:** The `noHoisting` option has been removed, hoisting will always be done.

0 commit comments

Comments
 (0)