new release

This commit is contained in:
Fabrice Bellard 2025-09-13 10:51:18 +02:00
parent 391cd3feff
commit fa628f8c52
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
2025-09-13:
- added JSON modules and import attributes
- added JS_PrintValue() API
- qjs: pretty print objects in print() and console.log()
@ -12,6 +14,7 @@
accept JSON5 modules
- added JS_FreePropertyEnum() and JS_AtomToCStringLen() API
- added Error.isError()
- misc bug fixes
2025-04-26:

View File

@ -1 +1 @@
2025-04-26
2025-09-13