Releases: ember-cli/eslint-plugin-ember
Releases · ember-cli/eslint-plugin-ember
v10.0.1
v10.0.0
💥 Breaking Change
- #1025 Promote
octane
rules torecommended
config and deleteoctane
config (@bmish) - #1024 Enable additional
recommended
rules (@bmish) - #1021 Update
checkPlainGetters
option default to true in no-side-effects rule (@bmish) - #1019 Update
checkNativeClasses
option default to true in require-super-in-init rule (@bmish) - #1018 Update
checkInitOnly
option default to false in require-super-in-init rule (@bmish) - #1020 Rename
require-super-in-init
rule to require-super-in-lifecycle-hooks (@bmish) - #1022 Update
checkSafeObjects
option default to true in no-get-with-default rule (@bmish) - #1023 Update
checkUnsafeObjects
option default to true in no-get-with-default rule (@bmish)
📝 Documentation
- #1006 Elaborate on configuration in avoid-leaking-state-in-ember-objects rule doc (@cincodenada)
- #1005 Fix typo in require-valid-css-selector-in-test-helpers rule doc (@jsturgis)
Committers: 3
- Bryan Mishkin (@bmish)
- Jeff Sturgis (@jsturgis)
- Joel Bradshaw (@cincodenada)
v9.6.0
v9.5.0
v9.4.0
🚀 Enhancement
- #985 Add new rule no-settled-after-test-helper (@Turbo87)
- #978 Add new rule no-shadow-route-definition (@raido)
- #986 Add new rule no-string-prototype-extensions (@Turbo87)
- #980 Add new rule require-valid-css-selector-in-test-helpers (@jsturgis)
🏠 Internal
Committers: 4
v9.3.0
v9.2.0
🚀 Enhancement
- #966 Add new rule no-test-support-import (@gabrielcsapo)
🐛 Bug Fix
- #967 Avoid false positives and properly check imports in no-observers rule (@bmish)
Committers: 2
- Bryan Mishkin (@bmish)
- Gabriel Csapo (@gabrielcsapo)
v9.1.1
v9.1.0
🚀 Enhancement
- #961 Add
checkPlainGetters
option (default false) to no-side-effects rule (@bmish) - #957 Add
checkInitOnly
(default true) andcheckNativeClasses
(default false) options to require-super-in-init rule (@bmish) - #950 Add autofixer to require-super-in-init rule (@bmish)
📝 Documentation
- #956 Add imports in no-test-module-for rule doc (@bmish)
🏠 Internal
- #945 Add sort-package-json (@bmish)
- #944 Ensure rule doc notices are present in the correct order (@bmish)
Committers: 1
- Bryan Mishkin (@bmish)
v9.0.0
💥 Breaking Change
- #940 Enable additional recommended rules (@bmish)
- #943 Enable
catchEvents
option in no-side-effects rule (@bmish) - #942 Enable
catchSafeObjects
option in no-get rule (@bmish) - #941 Enable
catchRouterMicrolib
andcatchRouterMain
options in no-private-routing-service rule (@bmish) - #939 Drop ESLint 5 support and add peer dependency on ESLint 6+ (@bmish)
- #938 Drop Node 13 support (@bmish)
Committers: 1
- Bryan Mishkin (@bmish)