]> git.kaiwu.me - quickjs.git/commitdiff
updated Changelog
authorFabrice Bellard <fabrice@bellard.org>
Mon, 7 Apr 2025 08:21:17 +0000 (10:21 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Mon, 7 Apr 2025 08:21:17 +0000 (10:21 +0200)
Changelog

index dd099cde5a7b40b91c936834cede6e8dea2b763c..77805c0849c6195d432c01bc3cc3fa4248174839 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+- removed the bignum extensions and qjscalc
+- new BigInt implementation optimized for small numbers
+- added WeakRef, FinalizationRegistry and symbols as weakrefs
+- added builtin float64 printing and parsing functions for more correctness
+- faster repeated string concatenation
+- qjs: promise unhandled rejections are fatal errors by default
+- misc bug fixes
+
 2024-01-13:
 
 - top-level-await support in modules