Skip to content

Releases: ember-cli/eslint-plugin-ember

Release 11.7.2

23 May 19:58
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1876 Allow generic type in TypeScript class in no-empty-glimmer-component-classes rule (@chrisrng)

Committers: 1

Release 11.7.1

21 May 17:49
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1870 Fix crash with default computed property import in no-unused-services rule (@bmish)
  • #1869 Avoid crash with inject decorator in no-restricted-service-injections rule (@bmish)
  • #1871 Avoid further decorator detection crashes in no-restricted-service-injections rule (@bmish)

Committers: 1

Release 11.7.0

19 May 15:47
Compare
Choose a tag to compare

🚀 Enhancement

  • #1865 Support autofix of numerical property access and ternary expressions in no-get rule (@evanjehl)

🐛 Bug Fix

  • #1866 Account for class only having template tag in no-empty-glimmer-component-classes rule (@chrisrng)

Committers: 2

Release 11.6.0

16 May 13:56
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

Committers: 1

Release 11.5.2

22 Apr 13:51
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1841 Fix a bug in autofixer and autofix additional cases with firstObject and lastObject in no-get rule (@ArtixZ)

Committers: 1

Release 11.5.1

07 Apr 04:25
Compare
Choose a tag to compare

🐛 Bug Fix

Committers: 1

Release 11.5.0

05 Apr 01:14
Compare
Choose a tag to compare

🚀 Enhancement

  • #1823 Add getProperties autofixer to no-get rule (@ArtixZ)

Committers: 1

Release 11.4.9

28 Mar 15:33
Compare
Choose a tag to compare

🐛 Bug Fix

Committers: 1

Release 11.4.8

14 Mar 23:14
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1801 Fix issue with token mapping for lint errors on template tokens in gjs/gts files by displaying eslint error on the opening <template> tag (@hmajoros)
  • #1788 Fix no-array-prototype-extensions undefined error from trying to access callee from non-CallExpression (@canrozanes)
  • #1795 refactor glimmer post-process, better handle template tag (@hmajoros)

Committers: 2

Release 11.4.7

02 Mar 09:36
Compare
Choose a tag to compare

🐛 Bug Fix

  • #1793 [gjs] Fix bug with regex issues when parsing GLIMMER_TEMPLATE (@hmajoros)
  • #1792 [gjs] Return original diagnostic if transformed line matches original line in glimmer preprocessor (@hmajoros)

Committers: 1