Skip to content

Commit 37c4779

Browse files
committed
CHANGELOG.md 1.7.0
1 parent 4b83485 commit 37c4779

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

3+
## 1.7.0
4+
5+
- Added support for `LuaMap` and `LuaSet` language extensions that translate to very low level Lua table operations. See [our docs](https://typescripttolua.github.io/docs/advanced/language-extensions/#luamap-and-luaset) for more information.
6+
- Big performance improvements, speeding up TSTL translation by 2-3x. Thanks @GlassBricks!
7+
- Reduced the use of temorary variables.
8+
- Moved tsconfig-schema into main TypeScriptToLua repository.
9+
- Added support for array options in tstl CLI.
10+
- Fixed bug where promise `then` was not correctly forwarding the result value to chained promises.
11+
- Fixed a bug causing false positive errors from jsdoc documentation comments.
12+
- Fixed various calling context bugs.
13+
314
## 1.6.0
415

516
- **[Breaking]** Upgraded TypeScript to 4.7

0 commit comments

Comments
 (0)