Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zloirock/core-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.16.3
Choose a base ref
...
head repository: zloirock/core-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.16.4
Choose a head ref
  • 15 commits
  • 44 files changed
  • 1 contributor

Commits on Aug 25, 2021

  1. fix missed dependency

    zloirock committed Aug 25, 2021
    Copy the full SHA
    c337975 View commit details
  2. fix an entries content test

    zloirock committed Aug 25, 2021
    Copy the full SHA
    85c7c7d View commit details

Commits on Aug 26, 2021

  1. update dependencies

    zloirock committed Aug 26, 2021
    Copy the full SHA
    91bf8a7 View commit details

Commits on Aug 28, 2021

  1. update dependencies

    zloirock committed Aug 28, 2021
    Copy the full SHA
    80f739a View commit details
  2. AsyncFromSyncIterator made stricter

    related mainly to `AsyncIterator.from` and `AsyncIterator.prototype.flatMap`
    zloirock committed Aug 28, 2021
    Copy the full SHA
    f801a19 View commit details
  3. remove unnecessary check

    zloirock committed Aug 28, 2021
    Copy the full SHA
    9773ec3 View commit details
  4. Copy the full SHA
    5bb48b3 View commit details
  5. Copy the full SHA
    0f1bc28 View commit details
  6. align handling of optional .next arguments in (Async)Iterator met…

    …hods with the current spec draft
    
    mainly - ignoring of the first passed to `.next` arguments in built-in generators
    zloirock committed Aug 28, 2021
    Copy the full SHA
    8df6d0e View commit details

Commits on Aug 29, 2021

  1. behavior of .next, .return, .throw methods on AsyncIterator h…

    …elpers proxy iterators aligned with the current spec draft (built-in async generators) (mainly - some early errors moved to returned promises)
    zloirock committed Aug 29, 2021
    Copy the full SHA
    322be73 View commit details
  2. fix .return

    zloirock committed Aug 29, 2021
    Copy the full SHA
    b7edd2a View commit details
  3. Copy the full SHA
    9b260b3 View commit details
  4. Copy the full SHA
    21bb08d View commit details
  5. fix some missed dependencies

    zloirock committed Aug 29, 2021
    Copy the full SHA
    6b61dcf View commit details
  6. 3.16.4

    zloirock committed Aug 29, 2021
    Copy the full SHA
    eaf15af View commit details
Loading