Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking: support new syntax in Vue.js 2.6 #807

Merged
merged 11 commits into from Feb 27, 2019
Merged

Commits on Feb 7, 2019

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

Commits on Feb 8, 2019

  1. Copy the full SHA
    6037a9f View commit details
    Browse the repository at this point in the history
  2. Changed to use skipDynamicArguments

    - vue/block-spacing
    - vue/brace-style
    - vue/key-spacing
    - vue/object-curly-spacing
    - vue/space-infix-ops
    - vue/space-unary-ops
    
    Add testcases
    
    - vue/array-bracket-spacing
    - vue/comma-dangle
    - vue/no-restricted-syntax
    ota-meshi committed Feb 8, 2019
    Copy the full SHA
    00f6db9 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. fix attributes-order

    - handle dynamic argument names
    - handle v-slot directive
    mysticatea committed Feb 9, 2019
    Copy the full SHA
    af7a8ff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    58a8d7e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    88fea63 View commit details
    Browse the repository at this point in the history
  4. fix use-v-on-exact

    - support dynamic arguments
    mysticatea committed Feb 9, 2019
    Copy the full SHA
    3b1fc94 View commit details
    Browse the repository at this point in the history
  5. fix v-bind-style

    - supports autofix to make .prop shortohand to long-form.
    mysticatea committed Feb 9, 2019
    Copy the full SHA
    4085728 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Copy the full SHA
    56f2017 View commit details
    Browse the repository at this point in the history
  2. add no-unused-vars tests

    - update vue-eslint-parser to fix a bug about references.
    mysticatea committed Feb 10, 2019
    Copy the full SHA
    e227f99 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5c784a0 View commit details
    Browse the repository at this point in the history