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: nuxt/create-nuxt-app Loading
base: v2.4.3
Choose a base ref
...
head repository: nuxt/create-nuxt-app Loading
compare: v2.5.0
Choose a head ref
  • 9 commits
  • 11 files changed
  • 5 contributors

Commits on Feb 25, 2019

  1. update jest to 24 (#192)

    * update jest to 24
    
    resolve a problem with ```SyntaxError: Unexpected token export ```  on windows
    aldarund committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    ab43727 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. use only @babel/preset-env for jest (#193)

    fixes import of js files with async/await in jest.setup
    aldarund committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    a5d09e4 View commit details
    Browse the repository at this point in the history
  2. feat: add eslint nuxt plugin (#199)

    aldarund authored and clarkdo committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    730e6a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. chore(package): update vuetify and vuetify-loader (#196)

    * chore(package): update vuetify and vuetify-loader
    Dmitry Sharshakov authored and aldarund committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    184298e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84110e2 View commit details
    Browse the repository at this point in the history
  3. Mention npm init nuxt-app CLI (#200)

    koresar authored and clarkdo committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    d83c3eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85a29ec View commit details
    Browse the repository at this point in the history
  5. chore: add standard-version

    clarkdo committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    81cf1d4 View commit details
    Browse the repository at this point in the history
  6. chore(release): 2.5.0

    clarkdo committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    aec4940 View commit details
    Browse the repository at this point in the history
Loading