Skip to content

Releases: ember-cli/eslint-plugin-ember

Release 10.3.0

22 Mar 21:42
Compare
Choose a tag to compare

🚀 Enhancement

  • #1113 Add additionalClassImports option to no-classic-classes rule (@scalvert)

🐛 Bug Fix

  • #1115 Fix crash with dynamic/variable route name in no-shadow-route-definition rule (@bmish)
  • #1102 Fix crash with this.extend() in no-classic-classes rule (@bmish)
  • #1114 Ensure rules validate arrays in options to have at least one item and unique items (@bmish)
  • #1103 Only calculate source module name once in import util function for slight optimization (@bmish)
  • #1081 Update avoid-leaking-state-in-ember-objects rule to apply to mixins (@jaydgruber)

Committers: 3

Release 10.2.0

31 Jan 19:27
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

  • #1072 Improve jquery detection in jquery-ember-run rule (@bmish)

Committers: 2

Release 10.1.2

11 Jan 17:35
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1063 Improve detection of globals and catch additional jQuery function calls in no-jquery rule (@BarryThePenguin)
  • #1066 Improve detection of globals in no-global-jquery rule (@bmish)

🏠 Internal

  • #1069 Improve tests for jquery-ember-run rule (@bmish)

Committers: 2

Release 10.1.1

29 Dec 17:23
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1059 Do not warn about Glimmer lifecycle hooks on classic components in no-component-lifecycle-hooks rule (@Turbo87)

🏠 Internal

  • #1060 Automate release process with release-it-lerna-changelog (@bmish)

Committers: 2

v10.1.0

28 Dec 19:35
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

Committers: 4

v10.0.2

04 Dec 18:09
Compare
Choose a tag to compare

🐛 Bug Fix

📝 Documentation

  • #1028 Mention Ember 3.13 minimum version to use tracked properties and Glimmer components in some rule docs (@bmish)

Committers: 1

v10.0.1

02 Dec 16:06
Compare
Choose a tag to compare

🐛 Bug Fix

Committers: 1

v10.0.0

01 Dec 20:29
Compare
Choose a tag to compare

💥 Breaking Change

📝 Documentation

Committers: 3

v9.6.0

10 Nov 04:33
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

  • #1001 Fix issues with no-get rule autofix with array access in nested path (@bmish)

Committers: 1

v9.5.0

05 Nov 20:26
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

  • #998 Fix autofix for array element access at beginning of path string in no-get rule (@bmish)

Committers: 2