From 5db63bfa22b39189903683a879e0f5d084f684e6 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sun, 21 Jan 2024 15:58:21 +0200 Subject: [PATCH] Update NEWS --- NEWS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS.md b/NEWS.md index a5a0972..f7f3f2e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,23 @@ +# QuickJSR 1.1.0 + +* Bundled QuickJS engine updated to the 2024-01-13 release: + - top-level-await support in modules + - allow 'await' in the REPL + - added Array.prototype.{with,toReversed,toSpliced,toSorted} and + TypedArray.prototype.{with,toReversed,toSorted} + - added String.prototype.isWellFormed and String.prototype.toWellFormed + - added Object.groupBy and Map.groupBy + - added Promise.withResolvers + - class static block + - 'in' operator support for private fields + - optional chaining fixes + - added RegExp 'd' flag + - fixed RegExp zero length match logic + - fixed RegExp case insensitive flag + - added os.sleepAsync(), os.getpid() and os.now() + - added cosmopolitan build + - misc bug fixes + # QuickJSR 1.0.9 * Bundled QuickJS engine updated to the 2023-12-09 release: