-
-
Notifications
You must be signed in to change notification settings - Fork 697
Comparing changes
Open a pull request
base repository: vuejs/eslint-plugin-vue
base: v7.4.1
head repository: vuejs/eslint-plugin-vue
compare: v7.5.0
- 16 commits
- 36 files changed
- 4 contributors
Commits on Dec 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1b75e28 - Browse repository at this point
Copy the full SHA 1b75e28View commit details
Commits on Jan 3, 2021
-
Add composition api's computed function support to vue/no-async-in-co…
Configuration menu - View commit details
-
Copy full SHA for b5b6347 - Browse repository at this point
Copy the full SHA b5b6347View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 42a543d - Browse repository at this point
Copy the full SHA 42a543dView commit details -
Add
vue/no-constant-conditionrule (#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 🤦
Configuration menu - View commit details
-
Copy full SHA for 6b62278 - Browse repository at this point
Copy the full SHA 6b62278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb52a9 - Browse repository at this point
Copy the full SHA 3fb52a9View commit details
Commits on Jan 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dc81e40 - Browse repository at this point
Copy the full SHA dc81e40View commit details
Commits on Jan 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3168819 - Browse repository at this point
Copy the full SHA 3168819View commit details
Commits on Jan 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 24eccfb - Browse repository at this point
Copy the full SHA 24eccfbView commit details -
Add
vue/next-tick-stylerule (#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
Configuration menu - View commit details
-
Copy full SHA for ec2dc79 - Browse repository at this point
Copy the full SHA ec2dc79View commit details -
Add
vue/valid-next-tickrule (#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
Configuration menu - View commit details
-
Copy full SHA for 10824ec - Browse repository at this point
Copy the full SHA 10824ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7eacd6 - Browse repository at this point
Copy the full SHA d7eacd6View commit details -
Add composition api's computed function support to vue/no-side-effect…
Configuration menu - View commit details
-
Copy full SHA for 3f20a08 - Browse repository at this point
Copy the full SHA 3f20a08View commit details
Commits on Jan 22, 2021
-
Fix false positives for mixin in one-component-per-file and require-n…
…ame-property rule (#1419)
Configuration menu - View commit details
-
Copy full SHA for 6894340 - Browse repository at this point
Copy the full SHA 6894340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d290b2 - Browse repository at this point
Copy the full SHA 2d290b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbbb6ca - Browse repository at this point
Copy the full SHA bbbb6caView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9c140 - Browse repository at this point
Copy the full SHA cc9c140View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.4.1...v7.5.0