From 4d9a27c578d20fc22f0f1a51ff3bfaf47798f30e Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Sat, 14 Jun 2025 11:51:48 +0200 Subject: [PATCH] update Changelog --- Changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog b/Changelog index 7cc3399..b1443f5 100644 --- 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