Releases: ember-best-practices/eslint-plugin-ember-best-practices
Releases · ember-best-practices/eslint-plugin-ember-best-practices
Release 1.1.2
v1.1.2 (2019-06-26)
🐛 Bug Fix
📝 Documentation
- #98 Update require-dependent-keys.md (@jrowlingson)
- #102 Add bad example to no-attrs-snapshot.md (@steventsao)
- #101 fix typo (@efx)
🏠 Internal
- #96 Bump to latest Eslint (@nlfurniss)
Committers: 5
- Eli Flanagan (@efx)
- Jack Rowlingson (@jrowlingson)
- Nathaniel Furniss (@nlfurniss)
- Robert Jackson (@rwjblue)
- Steven Tsao (@steventsao)
1.0.0
0.9.0
0.8.0
0.7.1
0.7.0
- Adding new rule: require-ember-lifeline
0.6.1
- Fixing no-global-jquery to include references to
jQuery
0.6.0
0.5.1
- Fix repository URL
- Setup coveralls integration
- Add badges to README
- Add RELEASE.md to document release process
0.5.0
- 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