Skip to content

Commit c220e9f

Browse files
committed
CHANGELOG.md 1.20.0
1 parent 2d42025 commit c220e9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

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

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+
311
## 1.19.0
412

513
- 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

Comments
 (0)