Skip to content

Release 10.4.0

Compare
Choose a tag to compare
@bmish bmish released this 20 Apr 06:30
· 978 commits to master since this release

🚀 Enhancement

  • #1143 Add new rule no-unused-services (@lin-ll)
  • #1127 Add automated suggestion to route-path-style rule for converting route path to kebab case (@bmish)

🐛 Bug Fix

  • #1150 no-get rule should ignore proxy classes that look like ObjectProxy.extend(SomeMixin) (@bmish)
  • #1149 Detect classic classes which have object variables passed to them in no-classic-classes rule (@bmish)
  • #1135 Fix false positive in same level routes but nested paths in no-shadow-route-definition rule (@raido)
  • #1132 Fix crash with dynamic/variable route name in no-shadow-route-definition rule (again) (@raido)

Committers: 3