]> git.kaiwu.me - quickjs.git/commitdiff
new release
authorFabrice Bellard <fabrice@bellard.org>
Sat, 9 Dec 2023 11:52:22 +0000 (12:52 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 9 Dec 2023 11:52:22 +0000 (12:52 +0100)
Changelog
VERSION

index c09af91cbd9c9e4918c65e9fe936048a7e5a2d60..0ced9956db31c43783b300a60fec3a17a40b31a2 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+2023-12-09:
+
+- added Object.hasOwn, {String|Array|TypedArray}.prototype.at,
+  {Array|TypedArray}.prototype.findLast{Index}
+- BigInt support is enabled even if CONFIG_BIGNUM disabled
+- updated to Unicode 15.0.0
+- misc bug fixes
+
 2021-03-27:
 
 - faster Array.prototype.push and Array.prototype.unshift
diff --git a/VERSION b/VERSION
index 22ffec18479cb7e7184283439660e31089890d3f..08d122201dcfd503f5acb83c2d700076da735cc4 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2021-03-27
+2023-12-09