Skip to content

Commit 33f0a45

Browse files
committed
CHANGELOG.md 1.9.0
1 parent 5fab147 commit 33f0a45

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

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

3+
## 1.9.0
4+
5+
- 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.)
6+
- Fixed some missing and misplaced errors when trying to reference LuaTable/LuaMap/LuaSet functions without calling them.
7+
- Fixed a bug in the `get()` type of `ReadOnlyLuaMap`. It is now typed the same as `LuaMap`, i.e. it can return `undefined`.
8+
- Fixed an issue in bundling that could sometimes lead to invalid bundle entry requires.
9+
- Added a warning when using `paths` without specifying `baseUrl`.
10+
- Fixed exception while checking for standard library types.
11+
312
## 1.8.0
413

514
- Added support for the [tsconfig.json paths](https://www.typescriptlang.org/tsconfig#paths) configuration option.

0 commit comments

Comments
 (0)