Skip to content

Commit a7f3a96

Browse files
committedApr 16, 2024·
URL.parse added and marked as supported from Bun 1.1.4
1 parent 3c2deac commit a7f3a96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
- Added a fix of [Safari bug with double call of constructor in `Array.fromAsync`](https://bugs.webkit.org/show_bug.cgi?id=271703)
4040
- Compat data improvements:
4141
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as supported [from FF 126](https://bugzilla.mozilla.org/show_bug.cgi?id=1887611)
42+
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as supported [from Bun 1.1.4](https://github.com/oven-sh/bun/pull/10129)
4243
- [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) fixed and marked as supported [from Bun 1.1.0](https://github.com/oven-sh/bun/pull/9710)
4344
- [New `Set` methods](https://github.com/tc39/proposal-set-methods) fixed in JavaScriptCore and marked as supported from Bun 1.1.1
4445
- Added Opera Android 82 compat data mapping

‎packages/core-js-compat/src/data.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -2680,6 +2680,7 @@ export const data = {
26802680
safari: '17.0',
26812681
},
26822682
'web.url.parse': {
2683+
bun: '1.1.4',
26832684
firefox: '126',
26842685
},
26852686
'web.url.to-json': {

0 commit comments

Comments
 (0)
Please sign in to comment.