diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2025-06-14 11:51:48 +0200 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2025-06-14 11:51:48 +0200 |
commit | 4d9a27c578d20fc22f0f1a51ff3bfaf47798f30e (patch) | |
tree | f5d0ea250045d4eb00182df5ca1732de0aecafe8 | |
parent | 098f221cf3124a4a423d089bae83b81ccf108d20 (diff) | |
download | quickjs-4d9a27c578d20fc22f0f1a51ff3bfaf47798f30e.tar.gz quickjs-4d9a27c578d20fc22f0f1a51ff3bfaf47798f30e.zip |
update Changelog
-rw-r--r-- | Changelog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |