Skip to content

Commit 71e94fe

Browse files
committed
Updating changelog for 0.7.1
1 parent 780298c commit 71e94fe

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

CHANGELOG.md

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,46 @@
1+
2+
0.7.1 / 2017-06-27
3+
==================
4+
5+
* Fixing issue #47 "const { $ } = Ember; still triggers no-global-jquery"
6+
17
0.7.0 / 2017-06-27
28
==================
39

4-
* Adding new rule: require-ember-lifeline
10+
* Adding new rule: require-ember-lifeline
511

612
0.6.1 / 2017-06-23
713
==================
814

9-
* Fixing no-global-jquery to include references to `jQuery`
15+
* Fixing no-global-jquery to include references to `jQuery`
1016

1117
0.6.0 / 2017-06-22
1218
==================
1319

14-
* Add rule against using specific deprecated jQuery Methods (Blacklisted) (#59)
15-
* Fix typo
20+
* Add rule against using specific deprecated jQuery Methods (Blacklisted) (#59)
21+
* Fix typo
1622

1723

1824
0.5.1 / 2017-05-22
1925
==================
2026

21-
* Fix repository URL
22-
* Setup coveralls integration
23-
* Add badges to README
24-
* Add RELEASE.md to document release process
27+
* Fix repository URL
28+
* Setup coveralls integration
29+
* Add badges to README
30+
* Add RELEASE.md to document release process
2531

2632
0.5.0 / 2017-05-01
2733
==================
2834

29-
* Implements rule to catch sendAction calls
30-
* Clean up text, scope initOverride
31-
* Add new rule: no-broken-super-chain
32-
* Fix typo: mutliple -> multiple
33-
* Fix typo: incuring -> incurring
34-
* Fix typo: recieve -> receive
35-
* Update README.md
36-
* Add a message explaining how to fix computed properties with no dependent keys.
37-
* infromation => information
38-
* Update package.json; set repository field for npm
39-
* Fix incorrect installation instruction
40-
35+
* Implements rule to catch sendAction calls
36+
* Clean up text, scope initOverride
37+
* Add new rule: no-broken-super-chain
38+
* Fix typo: mutliple -> multiple
39+
* Fix typo: incuring -> incurring
40+
* Fix typo: recieve -> receive
41+
* Update README.md
42+
* Add a message explaining how to fix computed properties with no dependent keys.
43+
* infromation => information
44+
* Update package.json; set repository field for npm
45+
* Fix incorrect installation instruction
46+

0 commit comments

Comments
 (0)