🌐 AI搜索 & 代理 主页
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/eslint-plugin-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.1
Choose a base ref
...
head repository: vuejs/eslint-plugin-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.5.0
Choose a head ref
  • 16 commits
  • 36 files changed
  • 4 contributors

Commits on Dec 28, 2020

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

Commits on Jan 3, 2021

  1. Add composition api's computed function support to vue/no-async-in-co…

    …mputed-properties refs #1393 (#1398)
    
    * Add composition api's computed function support to vue/no-async-in-computed-properties refs #1393
    
    * rename getComputedGetterBody to getGetterBodyFromComputedFunction
    
    * add testcase without return
    
    * use array instead of set
    sapphi-red authored Jan 3, 2021
    Configuration menu
    Copy the full SHA
    b5b6347 View commit details
    Browse the repository at this point in the history
  2. Make no-ref-as-operand fixable close #1394 (#1396)

    * Make no-ref-as-operand fixable close #1394
    
    * dont use array for returning a single fix data
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    sapphi-red and ota-meshi authored Jan 3, 2021
    Configuration menu
    Copy the full SHA
    42a543d View commit details
    Browse the repository at this point in the history
  3. Add vue/no-constant-condition rule (#1401)

    * Add `vue/no-constant-condition` rule
    
    * Comment out failing test cases
    
    * Support `v-else-if`, `v-else` and `v-show` as well
    
    * Update plugin docs (remove version, add "unreleased" notice)
    
    * Remove `v-else` again 🤦
    FloEdelmann authored Jan 3, 2021
    Configuration menu
    Copy the full SHA
    6b62278 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fb52a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

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

Commits on Jan 19, 2021

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

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    24eccfb View commit details
    Browse the repository at this point in the history
  2. Add vue/next-tick-style rule (#1400)

    * Add rule docs
    
    * Add rule tests
    
    * Initial implementation: detect nextTick calls
    
    * Finish rule implementation
    
    * Add fixer for promise style
    
    * Add new rule to rule collections
    
    * Improve short description
    
    * Use `output: null` instead of copying the unchanged code
    
    * Update documentation with update tool
    
    * Simplify rule fix code
    
    * Drop unused `recommended` property
    
    * Fix require path
    
    * Update docs
    
    * Fix docs
    
    * Prevent false positives for `foo.then(nextTick)`
    
    * Update rule type
    
    * Add `foo.then(nextTick, catchHandler)` test case
    FloEdelmann authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    ec2dc79 View commit details
    Browse the repository at this point in the history
  3. Add vue/valid-next-tick rule (#1404)

    * Add rule docs
    
    * Add rule to collections
    
    * Add rule tests
    
    * Add more test cases
    
    * Add rule implementation
    
    * Fix docs
    
    * Update docs
    
    * Remove categories
    
    * Prevent false positives for `foo.then(nextTick)`
    
    * Suggest `await` instead of fixing it
    
    * Add tests and logic for more false positives
    FloEdelmann authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    10824ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7eacd6 View commit details
    Browse the repository at this point in the history
  5. Add composition api's computed function support to vue/no-side-effect…

    …s-in-computed-properties close #1393 (#1407)
    
    * Add composition api's computed function support to vue/no-side-effects-in-computed-properties close #1393
    
    * check targetBody
    
    * fix false negative with arr.reverse()
    
    * only report variables declared inside setup
    sapphi-red authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    3f20a08 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    6894340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d290b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbbb6ca View commit details
    Browse the repository at this point in the history
  4. 7.5.0

    ota-meshi committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    cc9c140 View commit details
    Browse the repository at this point in the history
Loading