-
-
Notifications
You must be signed in to change notification settings - Fork 206
Comparing changes
Open a pull request
base repository: ember-cli/eslint-plugin-ember
base: v8.10.1
head repository: ember-cli/eslint-plugin-ember
compare: v8.11.0
- 10 commits
- 31 files changed
- 1 contributor
Commits on Aug 8, 2020
-
fix: check imports when detecting computed properties in many rules
Updates our Ember util function `isComputedProp` to consider the names that `Ember` and `computed` are imported under instead of assuming they are imported under the standard names. This util function is used in 10 rules.
Configuration menu - View commit details
-
Copy full SHA for 98090d5 - Browse repository at this point
Copy the full SHA 98090d5View commit details
Commits on Aug 9, 2020
-
Merge pull request #909 from bmish/computed-property-import-checks
Check imports when detecting computed properties in many rules
Configuration menu - View commit details
-
Copy full SHA for 0e44781 - Browse repository at this point
Copy the full SHA 0e44781View commit details
Commits on Aug 12, 2020
-
fix: update no-test-import-export rule to allow importing from anythi…
…ng under tests/helpers path when using relative path
Configuration menu - View commit details
-
Copy full SHA for 2998e44 - Browse repository at this point
Copy the full SHA 2998e44View commit details
Commits on Aug 13, 2020
-
fix: add
catchSafeObjects
option tono-get
rule to catch usages o……f the imported get/getProperties functions on non-this objects
Configuration menu - View commit details
-
Copy full SHA for 756bf78 - Browse repository at this point
Copy the full SHA 756bf78View commit details -
Merge pull request #912 from bmish/no-get-imported-fn-this
Add `catchSafeObjects` option (default false) to `no-get` rule to catch usages of the imported get/getProperties functions on non-this objects
Configuration menu - View commit details
-
Copy full SHA for 9334f3a - Browse repository at this point
Copy the full SHA 9334f3aView commit details -
Merge pull request #911 from bmish/no-test-import-export-helpers-fix-2
Update `no-test-import-export` rule to allow importing from anything under `tests/helpers` path (when using relative path)
Configuration menu - View commit details
-
Copy full SHA for 50bdf60 - Browse repository at this point
Copy the full SHA 50bdf60View commit details -
Configuration menu - View commit details
-
Copy full SHA for af59282 - Browse repository at this point
Copy the full SHA af59282View commit details
Commits on Aug 14, 2020
-
Merge pull request #913 from bmish/no-get-unsafe-objects
Add `catchUnsafeObjects` option (default false) to `no-get` rule to catch `foo.get('bar')`
Configuration menu - View commit details
-
Copy full SHA for 66a27a8 - Browse repository at this point
Copy the full SHA 66a27a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9369373 - Browse repository at this point
Copy the full SHA 9369373View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6fa1aa - Browse repository at this point
Copy the full SHA f6fa1aaView 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 v8.10.1...v8.11.0