Skip to content

Commit

Permalink
add Deno 1.20 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 14, 2022
1 parent 55a5195 commit cf4ba30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Added a [bug](https://bugs.webkit.org/show_bug.cgi?id=236541)fix for the WebKit `Array.prototype.{ groupBy, groupByToMap }` implementation
- `atob` / `btoa` marked as [fixed](https://github.com/nodejs/node/pull/41478) in NodeJS 17.5
- Added Electron 18.0 compat data mapping
- Added Deno 1.20 compat data mapping

##### 3.21.0 - 2022.02.02
- Added [Base64 utility methods](https://developer.mozilla.org/en-US/docs/Glossary/Base64):
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default {
[97, '1.16'],
[98, '1.18'],
[99, '1.19'],
[100, '1.20'],
],
// https://github.com/Kilian/electron-to-chromium/blob/master/chromium-versions.js
// Maybe also required to handle used Node versions?
Expand Down

0 comments on commit cf4ba30

Please sign in to comment.