|
4 | 4 | - [`Iterator.range`](https://github.com/tc39/proposal-iterator.range) updated following the actual spec version |
5 | 5 | - Throw a `RangeError` on `NaN` `start` / `end` / `step` |
6 | 6 | - Allow `null` as `optionOrStep` |
7 | | - - Fixed some edge cases |
| 7 | + - Fixed some other edge cases |
8 | 8 | - `Math.atanh` has become slightly more correct with small values |
9 | 9 | - Wrap `Symbol.for` in `Symbol.prototype.description` polyfill for correct handling of empty string descriptions |
10 | 10 | - Fixed one more case (`Iterator.prototype.take`) of a V8 ~ Chromium < 126 [bug](https://issues.chromium.org/issues/336839115) |
|
17 | 17 | - Fixed (updated following the final spec) one more case `Set.prototype.difference` polyfill with updating `this` |
18 | 18 | - Fixed `DataView.prototype.setFloat16` polyfill in (0, 1) range |
19 | 19 | - Fixed order of arguments validation in `String.prototype.{ startsWith, endsWith }` polyfills |
20 | | -- Fixed handling of `Infinity` in `String.prototype.substr` polyfill |
| 20 | +- Fixed some cases of `Infinity` handling in `String.prototype.substr` polyfill |
21 | 21 | - Fixed some cases of chars case in `escape` polyfill |
22 | 22 | - Fixed named backreferences in `RegExp` NCG polyfill |
23 | 23 | - Fixed some cases of `RegExp` NCG polyfill in combination with other types of groups |
|
69 | 69 | - Many minor stylistic fixes and optimizations |
70 | 70 | - Compat data improvements: |
71 | 71 | - [`Iterator.concat`](https://github.com/tc39/proposal-iterator-sequencing) marked as [shipped in V8 ~ Chrome 146](https://issues.chromium.org/issues/434977727#comment7) |
| 72 | + - [`Iterator.concat`](https://github.com/tc39/proposal-iterator-sequencing) marked as shipped in Safari 26.4 |
72 | 73 | - Added [Deno 2.6.7](https://github.com/denoland/deno/releases/tag/v2.6.7) compat data mapping |
73 | 74 | - Added [Opera Android 95](https://forums.opera.com/topic/87912/opera-for-android-95) compat data mapping |
74 | 75 | - Added Oculus Quest Browser 42 compat data mapping |
|
0 commit comments