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 fe2098c commit fef961eCopy full SHA for fef961e
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## 1.26.0
15
16
- Upgraded TypeScript to 5.5.2
0 commit comments