Skip to content

Commit ef97e81

Browse files
committed
CHANGELOG 1.17.0
1 parent 13e2856 commit ef97e81

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

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

3+
## 1.17.0
4+
5+
- Added the `moduleResolution` plugin, allowing you to provide custom module resolution logic. See [the docs](https://typescripttolua.github.io/docs/api/plugins#moduleresolution) for more info.
6+
- Added `isEmpty` to `LuaTable`, `LuaMap` and `LuaSet` (and their read-only counterparts). This simply to `next(tbl) == nil`, allowing for a simple check to see if a table is empty or not.
7+
- Fixed a bug with synthetic nodes (e.g. created by custom TypeScript transformers) throwing an exception.
8+
- Fixed unnecessary extra unpacking of tables
9+
- Fixed some bugs with new decorators
10+
311
## 1.16.0
412

513
- Upgraded TypeScript to 5.1.3.

0 commit comments

Comments
 (0)