summaryrefslogtreecommitdiff
path: root/doc/quickjs.texi
Commit message (Collapse)AuthorAge
* new releaseFabrice Bellard2025-04-26
|
* - removed the 'use strip' extensionFabrice Bellard2025-04-12
| | | | | | - removed the JS_EVAL_FLAG_STRIP eval flag and replaced it with JS_SetStripInfo() which has simpler semantics. - qjs: added the '-s' and '--strip-source' options - qjsc: added the '-s' and '--keep-source' options
* reworked weak references so that cycles are (hopefully) correctly handled - ↵Fabrice Bellard2025-04-05
| | | | added Symbol as WeakMap key, WeakRef and FinalizationRegistry
* more bignum cleanupFabrice Bellard2025-03-19
|
* Strip trailing spacesCharlie Gordon2024-02-10
|
* fixed Promise return in the REPL by using a wrapper object in async ↵Fabrice Bellard2024-02-03
| | | | std.evalScript() (github issue #231)
* new releaseFabrice Bellard2024-01-13
|
* added os.getpid()Fabrice Bellard2024-01-11
|
* added note about atomic operationsFabrice Bellard2024-01-02
|
* allow 'await' in the REPL and added os.sleepAsync()Fabrice Bellard2024-01-02
|
* added os.now()Fabrice Bellard2023-12-27
|
* 2021-03-27 releasebellard2021-03-27
|
* 2020-11-08 releasebellard2020-11-08
|
* 2020-09-06 releasebellard2020-09-06
|
* 2020-07-05 releasebellard2020-09-06
|
* 2020-04-12 releasebellard2020-09-06
|
* 2020-03-16 releasebellard2020-09-06
|
* 2020-01-19 releasebellard2020-09-06
|
* 2020-01-05 releasebellard2020-09-06