You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
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.
0 commit comments