Releases: ember-cli/eslint-plugin-ember
Releases · ember-cli/eslint-plugin-ember
v3.1.0
- ⭐️ #37 Detect module types based on their files' path
v3.0.2
- 🐛 #38 Add functions to
order-in-routes
rule
- ⚙️ #35, #36 Update rules' docs
v3.0.1
Quick fix: remove removed rule from default configuration
wasn't me
- ⭐️ #34 Remove rule
query-params-on-top
, and improve order in controllers (queryParams
after services
)
- ⚙️ #34 Add informations about optional configurations in
order-in-*
rules, unify all documentations
- ⚙️ #33 Add eslint and use ES6
v2.2.2
- 🐛 #31 - Treat conditional statements as custom properties
v2.2.1
- 🐛 #30 - fix
no-empty-attrs
rule by checking only model's properties
v2.2.0
- ⭐️ #23 - Improve error messages for
order-in
rules (@Turbo87)
v2.1.1
- 🐛 #16 - Fix
named-functions-in-promises
rule
v2.1.0
- ⚙️ #4 - Update plugin environment (remove gulp, replace CircleCI with Travis, add Yarn)
- ⚙️ #8 - Match yeoman's generator structure
- ⚙️ #9 - Disable nyan reporter in CI
- ⭐️ #15 - Report correct positions for "order-in-*" rules
- ⚙️ #19 - Launch tests under all supported Node.js versions
- ✏️ #7, #20, #12 - update README and DOCS
v2.0.1
- 🐛 #3 - Fix error in
use-brace-expansion
rule