File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/core-js-compat/src Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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 ) :
Original file line number Diff line number Diff 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?
You can’t perform that action at this time.
0 commit comments