Skip to content

v6.2.0

Choose a tag to compare

@Turbo87 Turbo87 released this 28 Jan 13:25
· 3508 commits to master since this release

🚀 Enhancement

  • #375 no-test-and-then: slight optimization (@bmish)
  • #373 no-unnecessary-route-path-option: Add support for --fix (@bmish)
  • #370 Add no-unnecessary-route-path-option rule (@bmish)
  • #365 no-invalid-debug-function-arguments: Use dynamic error message (@bmish)
  • #364 assert-arg-order: Rename to no-invalid-debug-function-arguments and detect invalid usages of deprecate and warn too (@bmish)
  • #358 Add assert-arg-order rule (@bmish)
  • #359 Add no-deeply-nested-dependent-keys-with-each rule (@bmish)
  • #357 Add no-test-and-then rule (@bmish)

🐛 Bug Fix

  • #371 no-test-and-then: Run only on test files (@bmish)
  • #367 no-deeply-nested-dependent-keys-with-each: Fix false positives (@bmish)
  • #366 no-invalid-debug-function-arguments: Fix false positives (@bmish)
  • #362 assert-arg-order: Fix rule for Ember.assert() case (@bmish)

📝 Documentation

  • #380 no-test-and-then: Add migration path docs (@bmish)
  • #368 no-test-and-then: Fix code sample in docs (@bmish)
  • #361 no-deeply-nested-dependent-keys-with-each: Fix docs typo (@bmish)
  • #360 Use more specific array types in util jsdoc comments (@bmish)
  • #355 avoid-leaking-state-in-ember-objects: Show usage example of DEFAULT_IGNORED_PROPERTIES (@yoavfranco)
  • #354 avoid-needs-in-controllers: Add documentation (@quajo)

🏠 Internal

  • #363 no-deeply-nested-dependent-keys-with-each: Add more tests (@bmish)

Committers: 3