We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3148739 commit 1793234Copy full SHA for 1793234
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 1.14.0
11
12
- **[Breaking]** Upgraded TypeScript to 5.0.
0 commit comments