Skip to content

v7.5.0

Choose a tag to compare

@bmish bmish released this 11 Nov 17:50
· 3126 commits to master since this release

🚀 Enhancement

  • #583 Update no-observers rule to handle decorators (@bmish)
  • #577 Add autofixer to no-get rule (@bmish)

🐛 Bug Fix

  • #586 Update use-brace-expansion rule to only report the string arguments of a computed property as the violation (and not the entire function body) (@bmish)
  • #581 Update no-get rule to ignore get() usages inside objects implementing unknownProperty() (@bmish)
  • #580 Update no-get rule to ignore get() usages inside proxy objects (@bmish)
  • #579 Fix handling of multi-line property keys by require-computed-property-dependencies rule (@bmish)

📝 Documentation

  • #588 Add type meta property to each rule (@bmish)
  • #587 And missing rule documentation URLs (@bmish)

🏠 Internal

  • #582 Add CI check to ensure yarn update is run to update docs/autogenerated files (@bmish)
  • #574 Update reportUnorderedProperties util function to also work with native classes (@laurmurclar)

Committers: 2