Skip to content

Commit d057bd0

Browse files
committed
CHANGELOG.md 1.6.0
1 parent 7a4388b commit d057bd0

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.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.
11+
312
## 1.5.0
413

514
- Added support for `Array.from` and `Array.of`

0 commit comments

Comments
 (0)