Skip to content

Commit 4d9a27c

Browse files
author
Fabrice Bellard
committed
update Changelog
1 parent 098f221 commit 4d9a27c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
- added JSON modules and import attributes
2+
- added JS_PrintValue() API
3+
- qjs: pretty print objects in print() and console.log()
4+
- qjs: better promise rejection tracker heuristics
5+
- added RegExp v flag
6+
- added RegExp modifiers
7+
- added RegExp.escape
8+
- added Float16Array
9+
- added Promise.try
10+
- improved JSON parser spec conformance
11+
- qjs: improved compatibility of std.parseExtJSON() with JSON5 and
12+
accept JSON5 modules
13+
- added JS_FreePropertyEnum() and JS_AtomToCStringLen() API
14+
- added Error.isError()
15+
116
2025-04-26:
217

318
- removed the bignum extensions and qjscalc

0 commit comments

Comments
 (0)