Skip to content
Permalink

Comparing changes

Choose two branches to see what鈥檚 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: babel/babel
base: v7.0.0-beta.56
Choose a base ref
...
head repository: babel/babel
compare: v7.0.0-rc.0
Choose a head ref
  • 4 commits
  • 146 files changed
  • 3 contributors

Commits on Aug 6, 2018

  1. Configuration menu
    Copy the full SHA
    6476a0d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Require v1.1.0 so that correct filter params are passed. (#8436)

    PR #8418 introduced some new logic that uses the third parameter of `fs-readdir-recursive`'s `filter` option, the current directory, but missed that our dependencies only required `^1.0.0`, while that parameter was actually added in `1.1.0`. This means that if some other dependency forced a downgrade in the version to satisfy some range, or the user already had 1.0.0 module installed locally, it could cause problems,
    loganfsmyth authored and hzoo committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b6db036 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. remove proposals polyfills from default import [skip ci] (#8440)

    The default import is replaced with only polyfills that are Stage 4; this is in alignment with how we have removed the Stage presets. This also would mean we would need to add new imports when necessary, but that can be in a future release.
    hzoo committed Aug 9, 2018
    2 Configuration menu
    Copy the full SHA
    c8bb450 View commit details
    Browse the repository at this point in the history
  2. v7.0.0-rc.0

    hzoo committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    8b14061 View commit details
    Browse the repository at this point in the history