Ben Noordhuis
|
b56a82d19f
|
Normalize inputs to String.prototype.localeCompare (#97)
NFC-normalize the inputs, otherwise strings like "Å" and "A\u030A"
(latin A with combining diacritical mark) don't compare equal.
|
2023-11-21 00:00:54 +01:00 |
|
Ben Noordhuis
|
4727e40ac8
|
Retrieve RegExp 'g' flag in spec conformant way (#92)
|
2023-11-19 17:26:03 +01:00 |
|
Ben Noordhuis
|
b56cbb143c
|
Implement extended named capture group identifiers (#90)
Perfectly reasonable and not at all uncommon regular expressions like
/(?<𝑓𝑜𝑥>fox).*(?<𝓓𝓸𝓰>dog)/ are now accepted.
|
2023-11-19 11:01:38 +01:00 |
|
Ben Noordhuis
|
20b3aca5a2
|
Update to Unicode 15.0.0 (#89)
|
2023-11-18 22:29:53 +01:00 |
|
Ben Noordhuis
|
d88e9df9de
|
Implement TypedArray.prototype.findLast{Index} (#73)
|
2023-11-17 11:56:22 +01:00 |
|
Ben Noordhuis
|
7e955f6f4c
|
Implement Array.prototype.findLast{Index} (#70)
|
2023-11-17 11:54:21 +01:00 |
|
Ben Noordhuis
|
48fc4bb26d
|
Update Array.prototype[Symbol.unscopables] (#65)
Add change-array-by-copy methods to Array.prototype[Symbol.unscopables].
|
2023-11-16 13:05:51 +01:00 |
|
Ben Noordhuis
|
feebfbc6ee
|
Add Array.prototype.toSpliced (#64)
|
2023-11-16 13:04:53 +01:00 |
|
Ben Noordhuis
|
d2e632e77a
|
Allow symbols as WeakMap and WeakSet keys (#58)
|
2023-11-16 09:07:59 +01:00 |
|
Ben Noordhuis
|
15f798db27
|
Implement Array.prototype.with (#45)
|
2023-11-11 23:35:46 +01:00 |
|
Ben Noordhuis
|
a19b07af37
|
Implement Array.prototype.toSorted (#44)
|
2023-11-11 21:51:02 +01:00 |
|
Ben Noordhuis
|
a3a57febed
|
Implement Array.prototype.toReversed (#19)
|
2023-11-07 17:31:33 +01:00 |
|
Ben Noordhuis
|
7be933ebca
|
Enable test262 on CI (#11)
Fixes: https://github.com/quickjs-ng/quickjs/issues/3
|
2023-11-04 10:27:57 +01:00 |
|
bellard
|
b5e62895c6
|
2021-03-27 release
|
2021-03-27 11:17:31 +01:00 |
|
bellard
|
b1f67dfc1a
|
2020-11-08 release
|
2020-11-08 14:30:56 +01:00 |
|
bellard
|
8900766099
|
2020-07-05 release
|
2020-09-06 19:07:30 +02:00 |
|
bellard
|
1722758717
|
2020-04-12 release
|
2020-09-06 19:04:20 +02:00 |
|
bellard
|
383e2b06c8
|
2020-03-16 release
|
2020-09-06 19:02:03 +02:00 |
|
bellard
|
0e8fffd4de
|
2020-01-19 release
|
2020-09-06 18:57:11 +02:00 |
|
bellard
|
91459fb672
|
2020-01-05 release
|
2020-09-06 18:53:08 +02:00 |
|