Skip to content

Commit 1793234

Browse files
committed
CHANGELOG.md 1.15.0
1 parent 3148739 commit 1793234

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

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

3+
## 1.15.0
4+
5+
- Using `extends` in tsconfig.json now also correctly merges settings in the `tstl` block (shallow merge).
6+
- Now avoiding assigning default parameter values if the default value is `nil` (`null` or `undefined`).
7+
- Fixed a bug where indexing a `LuaMultiReturn` value with [0] would still return everything.
8+
- Fixed a bug with nested namespaces causing unexpected nil indexing errors.
9+
310
## 1.14.0
411

512
- **[Breaking]** Upgraded TypeScript to 5.0.

0 commit comments

Comments
 (0)