zloirock/core-js
### [`v3.16.4`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#3164---20210829)
[Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.3...v3.16.4)
- `AsyncFromSyncIterator` made stricter, related mainly to `AsyncIterator.from` and `AsyncIterator.prototype.flatMap`
- Handling of optional `.next` arguments in `(Async)Iterator` methods is aligned with the current spec draft (mainly - ignoring the first passed to `.next` argument in built-in generators)
- Behavior of `.next`, `.return`, `.throw` methods on `AsyncIterator` helpers proxy iterators aligned with the current spec draft (built-in async generators) (mainly - some early errors moved to returned promises)
- Fixed some cases of safe iteration closing
- Fixed dependencies of some entry points
### [`v3.16.3`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#3163---20210825)
[Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.2...v3.16.3)
- Fixed `CreateAsyncFromSyncIterator` semantic in `AsyncIterator.from`, related to [#765](https://togithub.com/zloirock/core-js/issues/765)
- Added a workaround of a specific case of broken `Object.prototype`, [#973](https://togithub.com/zloirock/core-js/issues/973)
### [`v3.16.2`](https://togithub.com/zloirock/core-js/compare/v3.16.1...v3.16.2)
[Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.1...v3.16.2)
### [`v3.16.1`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#3161---20210809)
[Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.0...v3.16.1)
- Fixed microtask implementation on iOS Pebble, [#967](https://togithub.com/zloirock/core-js/issues/967)
- Fixed some entry points
- Improved old Safari compat data
Configuration
📅 Schedule: "before 3am on the first day of the month" in timezone Asia/Tokyo.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box.
This PR contains the following updates:
3.16.0
->3.16.4
Release Notes
zloirock/core-js
### [`v3.16.4`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#3164---20210829) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.3...v3.16.4) - `AsyncFromSyncIterator` made stricter, related mainly to `AsyncIterator.from` and `AsyncIterator.prototype.flatMap` - Handling of optional `.next` arguments in `(Async)Iterator` methods is aligned with the current spec draft (mainly - ignoring the first passed to `.next` argument in built-in generators) - Behavior of `.next`, `.return`, `.throw` methods on `AsyncIterator` helpers proxy iterators aligned with the current spec draft (built-in async generators) (mainly - some early errors moved to returned promises) - Fixed some cases of safe iteration closing - Fixed dependencies of some entry points ### [`v3.16.3`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#3163---20210825) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.2...v3.16.3) - Fixed `CreateAsyncFromSyncIterator` semantic in `AsyncIterator.from`, related to [#765](https://togithub.com/zloirock/core-js/issues/765) - Added a workaround of a specific case of broken `Object.prototype`, [#973](https://togithub.com/zloirock/core-js/issues/973) ### [`v3.16.2`](https://togithub.com/zloirock/core-js/compare/v3.16.1...v3.16.2) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.1...v3.16.2) ### [`v3.16.1`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#3161---20210809) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.0...v3.16.1) - Fixed microtask implementation on iOS Pebble, [#967](https://togithub.com/zloirock/core-js/issues/967) - Fixed some entry points - Improved old Safari compat dataConfiguration
📅 Schedule: "before 3am on the first day of the month" in timezone Asia/Tokyo.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.