Skip to content

Commit

Permalink
URL.canParse fixed and marked as supported from Bun 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 1, 2024
1 parent ef45b72 commit 589342c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- Added [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse), [url/825](https://github.com/whatwg/url/pull/825)
- [`RegExp.escape`](https://github.com/tc39/proposal-regex-escaping) [moved to hex-escape semantics](https://github.com/tc39/proposal-regex-escaping/pull/67)
- Some minor updates of [Explicit Resource Management](https://github.com/tc39/proposal-explicit-resource-management) Stage 3 proposal like [explicit-resource-management/217](https://github.com/tc39/proposal-explicit-resource-management/pull/217)
- Compat data improvements:
- `URL.canParse` fixed and marked as supported [from Bun 1.1.0](https://github.com/oven-sh/bun/pull/9710)

##### [3.36.1 - 2024.03.19](https://github.com/zloirock/core-js/releases/tag/v3.36.1)
- Changes [v3.36.0...v3.36.1](https://github.com/zloirock/core-js/compare/v3.36.0...v3.36.1)
Expand Down
4 changes: 2 additions & 2 deletions packages/core-js-compat/src/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2638,9 +2638,9 @@ export const data = {
safari: '14.0',
},
'web.url.can-parse': {
// Bun ~ 1.0.30 bug
// Bun < 1.1.0 bug
// https://github.com/oven-sh/bun/issues/9250
// bun: '1.0.2',
bun: '1.1.0', // bun: '1.0.2',
chrome: '120',
deno: '1.33.2',
firefox: '115',
Expand Down

0 comments on commit 589342c

Please sign in to comment.