Skip to content

v3.0.0-beta-2043

Compare
Choose a tag to compare
@lahma lahma released this 09 Nov 17:36
· 327 commits to main since this release
410806d

This release concentrates on fixing things surfaced by having a compat-table fork providing us nice visual for Jint kindly developed by @KurtGokhan .

There's also initial support for async/await, there might be dragons.

What's Changed

  • Fix some Object static methods returning wrong value by @KurtGokhan in #1318
  • Fix toPrimitive evaluating multiple times during "in" expression by @KurtGokhan in #1319
  • Fix error stack handling when last syntax node is not present by @lahma in #1322
  • Implement async/await by @lahma in #1323
  • Fix TaggedTemplate issues by @lahma in #1324
  • Fix array issues by @lahma in #1325
  • Make object wrapper cache hold ObjectInstance type by @libaowei in #1326
  • Implement FinalizationRegistry by @lahma in #1328
  • Cache wrapped object returned by WrapObjectHandler by @Genteure in #1327
  • Fix some prototype chain issues uncovered by compat-table by @lahma in #1334
  • Fix ToPropertyDescriptor Proxy issues by @lahma in #1335
  • Fix default date constructor to clip decimal part by @lahma in #1340
  • Allow deleting dictionary entries via interop by @lahma in #1341
  • Add decimal support under type conversion by @lahma in #1342
  • Fix some class handling issues by @lahma in #1346
  • Fix some array issues uncovered by compat-table tests by @lahma in #1347
  • Fix ArrayPatternProtocol indexing for function parameters by @lahma in #1348
  • Fix some remaining function parameter destructuring issues by @lahma in #1349
  • PublicInterface test for CancellationConstraint.Reset by @EnCey in #1350
  • Add easier APIs for interop usage by @lahma in #1351
  • Improve array interop API by @lahma in #1352
  • Fix some proxy issues by @lahma in #1353

New Contributors

Full Changelog: v3.0.0-beta-2042...v3.0.0-beta-2043