We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098f221 commit 4d9a27cCopy full SHA for 4d9a27c
Changelog
@@ -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
+
16
2025-04-26:
17
18
- removed the bignum extensions and qjscalc
0 commit comments