You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## 1.6.0
4
+
5
+
-**[Breaking]** Upgraded TypeScript to 4.7
6
+
- Fixed a bug where EmitOptions plugins were ignored
7
+
- Fixed a bug where sometimes function calls (like those to a custom jsx factory) would have a context argument even though `noImplicitSelf` was specified.
8
+
- Fixed a bug where sometimes `noImplicitSelf` was ignored because of incorrect file path separators.
9
+
- Fixed lualib_bundle files not correctly being included from node_module packages.
10
+
- Fixed compound assignment operators (e.g. ??= or ||=) not correctly updating the lhs if used as expression instead of statement.
0 commit comments