Skip to content

Commit cf4ba30

Browse files
committed
add Deno 1.20 compat data mapping
1 parent 55a5195 commit cf4ba30

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Added a [bug](https://bugs.webkit.org/show_bug.cgi?id=236541)fix for the WebKit `Array.prototype.{ groupBy, groupByToMap }` implementation
44
- `atob` / `btoa` marked as [fixed](https://github.com/nodejs/node/pull/41478) in NodeJS 17.5
55
- Added Electron 18.0 compat data mapping
6+
- Added Deno 1.20 compat data mapping
67

78
##### 3.21.0 - 2022.02.02
89
- Added [Base64 utility methods](https://developer.mozilla.org/en-US/docs/Glossary/Base64):

packages/core-js-compat/src/mapping.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export default {
7878
[97, '1.16'],
7979
[98, '1.18'],
8080
[99, '1.19'],
81+
[100, '1.20'],
8182
],
8283
// https://github.com/Kilian/electron-to-chromium/blob/master/chromium-versions.js
8384
// Maybe also required to handle used Node versions?

0 commit comments

Comments
 (0)