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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## 1.20.0
4
+
5
+
- Added support for `Number.parseInt` and `Number.parseFloat` (mapped to same implementation as global `parseInt` and `parseFloat`)
6
+
- Added implementation for multiple `Number` constants like `Number.EPSILON`
7
+
- Added support for `Array.at`
8
+
- Fixed a bug when throwing an error object in a Lua environment without `debug` module
9
+
- Fixed a bug causing files not to be found when returning an absolute path from a `moduleResolution` plugin
10
+
3
11
## 1.19.0
4
12
5
13
- Added support for the new TypeScript 5.2 `using` keyword for explicit resource management. See the [TypeScript release notes](https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/#using-declarations-and-explicit-resource-management) for more information.
0 commit comments