Skip to content

Latest commit

 

History

History
562 lines (388 loc) · 28.9 KB

CHANGELOG.md

File metadata and controls

562 lines (388 loc) · 28.9 KB

Changelog

v5.2.0 (2018-05-15)

🚀 Enhancement

  • #142 Port code to ember-rfc176-data new format. (@Serabe)
  • #245 [avoid-leaking-state-in-ember-objects] Expose default ignored properties. (@Kerrick)

📝 Documentation

🏠 Internal

  • #142 Port code to ember-rfc176-data new format. (@Serabe)

Committers: 3

v5.1.1 (2018-05-14)

🐛 Bug Fix

  • #229 Fix no-capital-letters-in-routes so it deals with MemberExpressions. (@nlfurniss)

📝 Documentation

🏠 Internal

Committers: 4

v5.1.0 (2018-03-11)

🚀 Enhancement

🐛 Bug Fix

  • #233 Fix init order in controllers and routes. (@ro0gr)
  • #198 Add new scenarios for require-super-in-init rule. (@clcuevas)
  • #205 add willInsertElement component lifecycle hook. (@hakubo)

Committers: 8

v5.0.3 (2017-12-21)

🐛 Bug Fix

  • #197 Don't fail 'no-global-jquery' if module has both jquery and ember imports. (@danwenzel)

Committers: 1

v5.0.2 (2017-12-18)

🐛 Bug Fix

  • #186 Update no-global-jquery rule to account for new modules import. (@clcuevas)

📝 Documentation

Committers: 2

v5.0.1 (2017-11-20)

🚀 Enhancement

🐛 Bug Fix

  • #184 Prevent error when destructured path is not in known globals.. (@rwjblue)

📝 Documentation

Committers: 6

v5.0.0 (2017-11-20)

  • 📦 - Change recommended rule set to match eslint pattern of only including rules that prevent errors (and specifically excluding stylistic rules).
    • ❌ - Remove alias-model-in-controller from ember/recommended rule set.
    • ❌ - Remove avoid-leaking-state-in-components from ember/recommended rule set.
    • ❌ - Remove named-functions-in-promises from ember/recommended rule set.
    • ❌ - Remove no-empty-attrs from ember/recommended rule set.
    • ❌ - Remove no-observers from ember/recommended rule set.
    • ❌ - Remove use-ember-get-and-set from ember/recommended rule set.
    • ❌ - Remove order-in-components from ember/recommended rule set.
    • ❌ - Remove order-in-controllers from ember/recommended rule set.
    • ❌ - Remove order-in-models from ember/recommended rule set.
    • ❌ - Remove order-in-routes from ember/recommended rule set.
    • ✅ - Add avoid-leaking-state-in-ember-objects to ember/recommended rule set.
    • ✅ - Add new-module-imports to ember/recommended rule set.
    • ✅ - Add no-attrs-in-components to ember/recommended rule set.
    • ✅ - Add no-duplicate-dependent-keys from ember/recommended rule set.
    • ✅ - Add no-global-jquery to ember/recommended rule set.
    • ✅ - Add no-old-shims to ember/recommended rule set.
    • ✅ - Add require-super-in-init to ember/recommended rule set.

💥 Breaking Change

🚀 Enhancement

📝 Documentation

Committers: 9

v4.6.2 (2017-11-15)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 9

v4.6.1 (2017-11-06)

🐛 Bug Fix

  • #160 ignore tagged templates for avoid-leaking-state-in-ember-objects rule. (@amk221)

Committers: 1

v4.6.0 (2017-11-03)

🚀 Enhancement

📝 Documentation

Committers: 3

v4.5.0 (2017-09-02)

🚀 Enhancement

  • #121 Add rule to disallow this.$ to prepare apps to remove jQuery. (@cibernox)

Committers: 1

v4.4.0 (2017-09-02)

🚀 Enhancement

🐛 Bug Fix

  • #132 Don't report on Ember method calls in use-ember-get-and-set. (@sudowork)

🏠 Internal

Committers: 4

v4.3.0 (2017-08-15)

🚀 Enhancement

🐛 Bug Fix

  • #107 Don't suggest nested property brace expansion. (@Kerrick)

📝 Documentation

🏠 Internal

Committers: 6

v4.2.0 (2017-08-03)

🚀 Enhancement

🏠 Internal

Committers: 2

v4.1.3 (2017-08-01)

🐛 Bug Fix

Committers: 1

v4.1.1 (2017-08-01)

🚀 Enhancement

🐛 Bug Fix

  • #111 Add solution for service ordering when new module imports used. (@jbandura)
  • #98 Detecting computed properties with MemberExpressions. (@jbandura)

📝 Documentation

Committers: 4

v3.6.2 (2017-07-13)

🐛 Bug Fix

  • #93 Make sure negative values are treated as properties. (@jbandura)

Committers: 1

v3.6.1 (2017-07-11)

🐛 Bug Fix

  • #94 Fix method of detecting whether route segment present. (@jbandura)

Committers: 1

v3.6.0 (2017-07-10)

🚀 Enhancement

🏠 Internal

Committers: 1

v3.5.0 (2017-06-26)

🚀 Enhancement

Committers: 2

v3.4.1 (2017-05-30)

🐛 Bug Fix

  • #74 Revert "Make it available on emberobserver.com". (@Turbo87)

Committers: 1

v3.4.0 (2017-05-27)

🚀 Enhancement

Committers: 1

v3.3.0 (2017-05-24)

🚀 Enhancement

  • #64 Allow concise ArrowFunctionExpression (named-functions-in-promises). (@sudowork)
  • #66 Support tagged templates expressions. (@michalsnik)

📝 Documentation

Committers: 3

v3.2.0 (2017-05-23)

🚀 Enhancement

  • #60 alias-model-in-controller should support readOnly and reads. (@michalsnik)
  • #46 Fix typo in documentation: rename 'no-side-effect' to 'no-side-effects'. (@RusPosevkin)

📝 Documentation

🏠 Internal

Committers: 4

v3.1.2 (2017-03-24)

🚀 Enhancement

📝 Documentation

Committers: 2

v3.1.1 (2017-03-16)

🚀 Enhancement

Committers: 1

v3.1.0 (2017-03-16)

🚀 Enhancement

  • #37 27 / Detect module types based on their files' path. (@michalsnik)

Committers: 1

v3.0.2 (2017-03-08)

🚀 Enhancement

📝 Documentation

  • #35 Typo in docs / closure-actions.md. (@nfc036)
  • #36 Remove remaining references to "query-params-on-top" rule. (@Turbo87)

Committers: 3

v3.0.0 (2017-02-20)

🚀 Enhancement

🏠 Internal

Committers: 1

v2.2.2 (2017-02-15)

🚀 Enhancement

  • #31 Treat conditional expressions as custom properties. (@michalsnik)

Committers: 1

v2.2.1 (2017-02-15)

🐛 Bug Fix

  • #30 Check only model's properties against no-empty-attrs rule. (@michalsnik)

Committers: 1

v2.2.0 (2017-02-14)

🚀 Enhancement

  • #23 Improved error messages for order-in rules. (@Turbo87)

Committers: 1

v2.1.1 (2017-02-07)

🐛 Bug Fix

📝 Documentation

Committers: 2

v2.1.0 (2017-02-05)

🚀 Enhancement

  • #15 Report correct positions for "order-in-*" rules. (@Turbo87)

📝 Documentation

🏠 Internal

Committers: 4

v2.0.1 (2017-01-16)

🐛 Bug Fix

  • #3 Fix error in 'use-brace-expansion' rule. (@dwickern)

Committers: 1

v2.0.0 (2016-12-30)

🚀 Enhancement

🐛 Bug Fix

  • False positive for no-empty-attrs. (@bdmac)
  • order-in-controllers vs query-params-on-top. (@michalsnik)
  • #16 Fix named-functions-in-promises rule. (@michalsnik)

📝 Documentation

🏠 Internal

Committers: 9