2024-01-13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/quickjs?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a45bface4c3379538dea8533878d694e289330488ea7028b105f72572fe7fe1a
|
||||
size 753556
|
3
quickjs-2024-01-13.tar.xz
Normal file
3
quickjs-2024-01-13.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c4bf8f895bfa54beb486c8d1218112771ecfc5ac3be1036851ef41568212e03
|
||||
size 765800
|
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 23:22:54 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 2024-01-13:
|
||||
* top-level-await support in modules
|
||||
* allow 'await' in the REPL
|
||||
* added Array.prototype.{with,toReversed,toSpliced,toSorted} and
|
||||
TypedArray.prototype.{with,toReversed,toSorted}
|
||||
* added String.prototype.isWellFormed and String.prototype.toWellFormed
|
||||
* added Object.groupBy and Map.groupBy
|
||||
* added Promise.withResolvers
|
||||
* class static block
|
||||
* 'in' operator support for private fields
|
||||
* optional chaining fixes
|
||||
* added RegExp 'd' flag
|
||||
* fixed RegExp zero length match logic
|
||||
* fixed RegExp case insensitive flag
|
||||
* added os.getpid() and os.now()
|
||||
* added cosmopolitan build
|
||||
* misc bug fixes
|
||||
- includes changes from 2023-12-09:
|
||||
* added Object.hasOwn, {String|Array|TypedArray}.prototype.at,
|
||||
{Array|TypedArray}.prototype.findLast{Index}
|
||||
* BigInt support is enabled even if CONFIG_BIGNUM disabled
|
||||
* updated to Unicode 15.0.0
|
||||
* misc bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 6 17:32:39 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user