Skip to content

Releases: ember-cli/eslint-plugin-ember

Release 11.4.2

04 Jan 03:20
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1731 Handle new service import style in several rules (@wagenet)

🏠 Internal

Committers: 2

Release 11.4.1

03 Jan 14:47
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1722 Fix some crashes including with legacy classes in no-deprecated-router-transition-methods and no-implicit-injections rules (@rtablada)

Committers: 1

Release 11.4.0

30 Dec 23:12
Compare
Choose a tag to compare

🚀 Enhancement

🏠 Internal

  • #1720 Deprecate trivial node type check helpers (@bmish)

Committers: 2

Release 11.3.1

21 Dec 02:56
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1712 Fix crash with no-tracked-properties-from-args rule (@joancc)

🏠 Internal

  • #1713 Switch to config file for eslint-doc-generator (@bmish)

Committers: 2

Release 11.3.0

20 Dec 03:57
Compare
Choose a tag to compare

🚀 Enhancement

📝 Documentation

  • #1693 Mention ESLint overrides for glob patterns in no-restricted-service-injections rule doc (@bmish)

Committers: 3

Release 11.2.1

30 Nov 21:18
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1687 Don't lose optional chaining with objectAt in autofix for no-array-prototype-extensions rule (@52052100)

🏠 Internal

  • #1686 Temporarily skip failing test scenario for gjs/gts processor (@nlfurniss)

Committers: 2

Release 11.2.0

27 Oct 13:33
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

  • #1640 Avoid in-place sorting in sortBy autofixer in no-array-prototype-extensions rule (@tgvrssanthosh)

📝 Documentation

  • #1646 Automate docs with eslint-doc-generator (@bmish)

Committers: 3

Release 11.1.0

18 Oct 01:59
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

  • #1635 Simpler autofix for sortBy with single arg for no-array-prototype-extension rule (@bmish)

📝 Documentation

  • #1639 Explain what the autofixer covers in no-array-prototype-extensions rule doc (@bmish)
  • #1618 Add codemod links for jQuery-related rules (@bmish)
  • #1601 Switch to dash for markdown lists (@bmish)
  • #1582 Add link to deprecation RFC in no-array-prototype-extensions rule doc (@bmish)

Committers: 2

Release 11.0.6

18 Aug 14:15
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1562 Remove no-array-prototype-extensions rule from recommended config (@ef4)
  • #1555 Ignore super in no-array-prototype-extensions rule (@bmish)

📝 Documentation

  • #1569 Add link to Ember function prototype extension deprecation RFC (@bmish)
  • #1554 Mention no-array-prototype-extensions ember-template-lint rule (@bmish)

Committers: 2

Release 11.0.5

02 Aug 17:23
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1552 Fix false positive with reject() on instance of RSVP.defer() in no-array-prototype-extensions rule (@bmish)
  • #1547 Improve false positive detection, especially for variable names containing Set/Map, in no-array-prototype-extensions rule (@bmish)

Committers: 1