aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/CHANGELOG.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
commitbbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch)
treec58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/core-js/CHANGELOG.md
parent003fb34971cf63466184351b4db5f7c67df4f444 (diff)
downloadwallet-core-bbff7403fbf46f9ad92240ac213df8d30ef31b64.tar.xz
update packages
Diffstat (limited to 'node_modules/core-js/CHANGELOG.md')
-rw-r--r--node_modules/core-js/CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/node_modules/core-js/CHANGELOG.md b/node_modules/core-js/CHANGELOG.md
index 6a4ffa19d..382c3c2d5 100644
--- a/node_modules/core-js/CHANGELOG.md
+++ b/node_modules/core-js/CHANGELOG.md
@@ -1,4 +1,22 @@
## Changelog
+##### 2.5.7 - 2018.05.26
+- Get rid of reserved variable name `final`, related [#400](https://github.com/zloirock/core-js/issues/400)
+
+##### 2.5.6 - 2018.05.07
+- Forced replace native `Promise` in V8 6.6 (Node 10 and Chrome 66) because of [a bug with resolving custom thenables](https://bugs.chromium.org/p/chromium/issues/detail?id=830565)
+- Added a workaround for usage buggy native LG WebOS 2 `Promise` in microtask implementation, [#396](https://github.com/zloirock/core-js/issues/396)
+- Added modern version internal debugging information about used versions
+
+##### 2.5.5 - 2018.04.08
+- Fix some edge cases of `Reflect.set`, [#392](https://github.com/zloirock/core-js/issues/392) and [#393](https://github.com/zloirock/core-js/issues/393)
+
+##### 2.5.4 - 2018.03.27
+- Fixed one case of deoptimization built-in iterators in V8, related [#377](https://github.com/zloirock/core-js/issues/377)
+- Fixed some cases of iterators feature detection, [#368](https://github.com/zloirock/core-js/issues/368)
+- Fixed manually entered NodeJS domains issue in `Promise`, [#367](https://github.com/zloirock/core-js/issues/367)
+- Fixed `Number.{parseInt, parseFloat}` entry points
+- Fixed `__(define|lookup)[GS]etter__` import in the `library` version
+
##### 2.5.3 - 2017.12.12
- Fixed calling `onunhandledrejectionhandler` multiple times for one `Promise` chain, [#318](https://github.com/zloirock/core-js/issues/318)
- Forced replacement of `String#{padStart, padEnd}` in Safari 10 because of [a bug](https://bugs.webkit.org/show_bug.cgi?id=161944), [#280](https://github.com/zloirock/core-js/issues/280)