Skip to content

Commit fef961e

Browse files
committed
CHANGELOG.md 1.27.0
1 parent fe2098c commit fef961e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

3+
## 1.27.0
4+
5+
- Upgraded TypeScript to 5.6.2
6+
- Added support for `Math.trunc` (see [Math.trunc()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/trunc))
7+
- Fixed a runtime error when disposing a disposable class
8+
- Fixed the wrong `this` value being passed when using `?.` to call a `super` method
9+
- Fixed a bug causing exported `/** @compileMembersOnly */` enums to break
10+
- Fixed a bug in `Array.from` when calling it with a non-array iterable
11+
- Fixed an incorrect diagnostic being shown for `await using` code
12+
- Fixed a bug causing not all getters/setters to be transpiled
13+
314
## 1.26.0
415

516
- Upgraded TypeScript to 5.5.2

0 commit comments

Comments
 (0)