Skip to content

Commit 47e4772

Browse files
committed
CHANGELOG.md 1.8.0
1 parent b5ad882 commit 47e4772

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

3+
## 1.8.0
4+
5+
- Added support for the [tsconfig.json paths](https://www.typescriptlang.org/tsconfig#paths) configuration option.
6+
- Fixed spreading lua iterables & iterators translating to incorrect lua.
7+
- You can now write things like `[...pairs(obj)]`.
8+
- Fixed a bug in module resolution resolving the wrong lua files when having the same file names in nested directories.
9+
- Fixed a bug causing temporary variables for nested destructuring in loop variables to be outside the loop, instead of inside.
10+
- Fixed import expressions not actually requiring their import.
11+
- Fixed `super` calls not being source-mapped correctly.
12+
313
## 1.7.0
414

515
- 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.

0 commit comments

Comments
 (0)