Skip to content

Commit b508afd

Browse files
committed
CHANGELOG.md 1.10.0
1 parent 9392c7e commit b508afd

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.10.0
4+
5+
- **[Breaking]** Upgraded TypeScript to 4.8.
6+
- **[Breaking]** Changed how language-extensions are distributed, you should now put `"types": ["@typescript-to-lua/language-extensions"]` in your tsconfig.json (instead of "typescript-to-lua/...").
7+
- Added support for **Lua 5.0**, thanks for the effort @YoRyan!
8+
- Added support for TypeScript 4.7 [instantiation expressions](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#instantiation-expressions).
9+
- Fixed a bug causing some `require` uses not being recognized my module resolution, leading to missing files in the output.
10+
311
## 1.9.0
412

513
- Added a warning when trying to use a type in a condition that can never be false in Lua, such as numbers or strings. (Only when `strictNullChecks` is enabled.)

0 commit comments

Comments
 (0)