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: vuejs/vue-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0-alpha.11
Choose a base ref
...
head repository: vuejs/vue-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0-alpha.12
Choose a head ref
  • 18 commits
  • 51 files changed
  • 5 contributors

Commits on Feb 9, 2018

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

Commits on Feb 10, 2018

  1. docs: fix typo in webpack.md (#823)

    Justineo authored and yyx990803 committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    86dbcd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. docs: fix typos (#810)

    There are a few typos for some of the method names in the code sections
    diogosalazar authored and yyx990803 committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    178ec30 View commit details
    Browse the repository at this point in the history
  2. docs: fix comment typo (#811)

    Small typo
    diogosalazar authored and yyx990803 committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    b1b1639 View commit details
    Browse the repository at this point in the history
  3. docs: fix typo in error message (#819)

    Small typo.
    Please let me know whether direct PR like these are welcome of if you'd rather have these submitted as issues instead.
    diogosalazar authored and yyx990803 committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    0286d70 View commit details
    Browse the repository at this point in the history
  4. ci: bump test timeout

    yyx990803 committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    46182d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e0661e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd13106 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f8fe6d View commit details
    Browse the repository at this point in the history
  8. feat: use eslint-plugin-cypress

    close #815
    yyx990803 committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    9410442 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9040df8 View commit details
    Browse the repository at this point in the history
  10. fix: fix usage with https proxy by switching from axios to request (#829

    )
    
    Closes #785
    
    Axios has a [known issue](axios/axios#658)
    that causes requests to hang when accessing an HTTPS resource via a
    proxy served over HTTP.  This changes out the axios dependency for the
    [request](https://github.com/request/request) library. In order to keep
    `async/await` conventions easy, I also dropped in the
    [request-promise-native](https://github.com/request/request-promise-native)
    dependency.
    wadetandy authored and yyx990803 committed Feb 12, 2018
    2 Configuration menu
    Copy the full SHA
    e8aa688 View commit details
    Browse the repository at this point in the history
  11. chore: update yarn.lock

    yyx990803 committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    90fd33a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76d7f77 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d7cfa00 View commit details
    Browse the repository at this point in the history
  14. test: fix invoke test case

    yyx990803 committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    f4c520b View commit details
    Browse the repository at this point in the history
  15. chore: pre release sync

    yyx990803 committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    791520a View commit details
    Browse the repository at this point in the history
  16. v3.0.0-alpha.12

    yyx990803 committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    194172b View commit details
    Browse the repository at this point in the history
Loading