We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce9800 commit 626f321Copy full SHA for 626f321
CHANGELOG.md
@@ -103,6 +103,7 @@
103
- Fix non-enumerable integer keys issue because of Nashorn ~ JDK8 bug, [#389](https://github.com/zloirock/core-js/issues/389).
104
- Fix [Safari 12.0 `Array#reverse` bug](https://bugs.webkit.org/show_bug.cgi?id=188794).
105
- Fix buggy `String#padStart` and `String#padEnd` mobile Safari implementations, [#414](https://github.com/zloirock/core-js/issues/414).
106
+ - Added a fallback for [Rhino bug](https://github.com/mozilla/rhino/issues/346), [#440](https://github.com/zloirock/core-js/issues/440).
107
- Repository:
108
- Change `core-js` repository structure to monorepo with packages in `/packages/` directory.
109
- Clean-up it, remove all possible duplicates, generated files, etc.
0 commit comments