Skip to content

Releases: ember-cli/eslint-plugin-ember

wasn't me

20 Feb 15:39
Compare
Choose a tag to compare
  • ⭐️ #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

15 Feb 10:43
Compare
Choose a tag to compare
  • 🐛 #31 - Treat conditional statements as custom properties

v2.2.1

15 Feb 09:35
Compare
Choose a tag to compare
  • 🐛 #30 - fixno-empty-attrs rule by checking only model's properties

v2.2.0

14 Feb 22:05
Compare
Choose a tag to compare
  • ⭐️ #23 - Improve error messages for order-in rules (@Turbo87)

v2.1.1

07 Feb 10:43
Compare
Choose a tag to compare
  • 🐛 #16 - Fix named-functions-in-promises rule

v2.1.0

05 Feb 20:06
Compare
Choose a tag to compare
  • ⚙️ #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

16 Jan 20:00
Compare
Choose a tag to compare
  • 🐛 #3 - Fix error in use-brace-expansion rule