Skip to content

Releases: ember-best-practices/eslint-plugin-ember-best-practices

Release 1.1.2

26 Jun 14:35
Compare
Choose a tag to compare

v1.1.2 (2019-06-26)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 5

1.0.0

13 Sep 16:16
Compare
Choose a tag to compare
  • Fix no-anonymous-once not recognizing context function
  • Fix no-global-jquery returning false positive for var assignment #85
  • Fix logic to detect jQuery being assigned to a var
  • Create no-jquery-selector rule

0.9.0

31 Aug 17:22
Compare
Choose a tag to compare
  • Fixing rule no-jquery-methods to remove reference to Ember
  • Add tests for rule no-jquery-methods
  • Update docs and rule no-jquery-methods to include checks for CallExpressions
  • Adding new rule: no-anonymous-once

0.8.0

17 Aug 00:36
Compare
Choose a tag to compare
  • Updating rule: no-jquery-methods

0.7.1

28 Jun 00:42
Compare
Choose a tag to compare
  • Fixing issue #47 "const { $ } = Ember; still triggers no-global-jquery"

0.7.0

28 Jun 00:42
Compare
Choose a tag to compare
  • Adding new rule: require-ember-lifeline

0.6.1

28 Jun 00:41
Compare
Choose a tag to compare
  • Fixing no-global-jquery to include references to jQuery

0.6.0

28 Jun 00:41
Compare
Choose a tag to compare
  • Add rule against using specific deprecated jQuery Methods (Blacklisted) (#59)
  • Fix typo

0.5.1

28 Jun 00:41
Compare
Choose a tag to compare
  • Fix repository URL
  • Setup coveralls integration
  • Add badges to README
  • Add RELEASE.md to document release process

0.5.0

01 May 16:41
Compare
Choose a tag to compare
  • Implements rule to catch sendAction calls
  • Clean up text, scope initOverride
  • Add new rule: no-broken-super-chain
  • Fix typo: mutliple -> multiple
  • Fix typo: incuring -> incurring
  • Fix typo: recieve -> receive
  • Update README.md
  • Add a message explaining how to fix computed properties with no dependent keys.
  • infromation => information
  • Update package.json; set repository field for npm
  • Fix incorrect installation instruction