]> git.kaiwu.me - quickjs.git/commitdiff
update Changelog
authorFabrice Bellard <fabrice@bellard.org>
Sat, 14 Jun 2025 09:51:48 +0000 (11:51 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 14 Jun 2025 09:51:48 +0000 (11:51 +0200)
Changelog

index 7cc33993d970adfec032a6661b1c3e0999aabc4a..b1443f5ad73cf276a940f900b7169215881de386 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,18 @@
+- added JSON modules and import attributes
+- added JS_PrintValue() API
+- qjs: pretty print objects in print() and console.log()
+- qjs: better promise rejection tracker heuristics
+- added RegExp v flag
+- added RegExp modifiers
+- added RegExp.escape
+- added Float16Array
+- added Promise.try
+- improved JSON parser spec conformance
+- qjs: improved compatibility of std.parseExtJSON() with JSON5 and
+  accept JSON5 modules
+- added JS_FreePropertyEnum() and JS_AtomToCStringLen() API
+- added Error.isError()
+
 2025-04-26:
 
 - removed the bignum extensions and qjscalc