2024-02-09 23:34:11 +00:00
committed by Git OBS Bridge
parent 01e4aa2e83
commit 95c4139003
3 changed files with 30 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a45bface4c3379538dea8533878d694e289330488ea7028b105f72572fe7fe1a
size 753556

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c4bf8f895bfa54beb486c8d1218112771ecfc5ac3be1036851ef41568212e03
size 765800

View File

@@ -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>