Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.
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: vuetifyjs/vue-cli-plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: vuetifyjs/vue-cli-plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 7 commits
  • 11 files changed
  • 1 contributor

Commits on Nov 3, 2019

  1. fix: avoid bootstrapping variables if user has not supplied any

    improve compilation time when not using variables by ~20s on avg
    
    fixes #133
    johnleider committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    09e7bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1afde14 View commit details
    Browse the repository at this point in the history
  3. chore: remove deprecated functionality

    this only existed for a day, removing and bumping to next major
    
    BREAKING CHANGE: If you are using a lists variables file, move them to the default variables file
    johnleider committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    341f571 View commit details
    Browse the repository at this point in the history
  4. test: update unit test

    johnleider committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    2c02520 View commit details
    Browse the repository at this point in the history
  5. fix: update opts parameter syntax

    options were not being properly applied to templates
    johnleider committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    ca0a0b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7a7351 View commit details
    Browse the repository at this point in the history
  7. chore: release 2.0.0

    johnleider committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    b26e592 View commit details
    Browse the repository at this point in the history
Loading