Skip to content

Commit 1ab13ce

Browse files
committed
CHANGELOG 0.41.0
1 parent 213b204 commit 1ab13ce

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 0.41.0
4+
5+
- Added support for [optional chaining](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html) `a?.b`, `a?.[b]` and `a?.()`.
6+
- Added an error when trying to bundle a library (`"buildmode": "library"`) project.
7+
- Added `--tstlVerbose` CLI flag to help with diagnosing problems.
8+
- Fixed a bug where vararg (`...`) was not correctly optimized.
9+
- Fixed .tsx files not correctly being resolved.
10+
- Fixed a bug where files were emitted to the wrong location if no `outDir` was specified.
11+
312
## 0.40.0
413

514
- Added support for using external Lua code in your project. This means you can create and install node_modules packages containing Lua code. It also lets you include Lua source files as part of your source files. Used Lua will automatically be added to your output. For more information, see the [External Lua Code](https://typescripttolua.github.io/docs/external-lua-code) page in the docs.

0 commit comments

Comments
 (0)