|
| 1 | + |
| 2 | +0.7.1 / 2017-06-27 |
| 3 | +================== |
| 4 | + |
| 5 | + * Fixing issue #47 "const { $ } = Ember; still triggers no-global-jquery" |
| 6 | + |
1 | 7 | 0.7.0 / 2017-06-27 |
2 | 8 | ================== |
3 | 9 |
|
4 | | -* Adding new rule: require-ember-lifeline |
| 10 | + * Adding new rule: require-ember-lifeline |
5 | 11 |
|
6 | 12 | 0.6.1 / 2017-06-23 |
7 | 13 | ================== |
8 | 14 |
|
9 | | -* Fixing no-global-jquery to include references to `jQuery` |
| 15 | + * Fixing no-global-jquery to include references to `jQuery` |
10 | 16 |
|
11 | 17 | 0.6.0 / 2017-06-22 |
12 | 18 | ================== |
13 | 19 |
|
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 |
16 | 22 |
|
17 | 23 |
|
18 | 24 | 0.5.1 / 2017-05-22 |
19 | 25 | ================== |
20 | 26 |
|
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 |
25 | 31 |
|
26 | 32 | 0.5.0 / 2017-05-01 |
27 | 33 | ================== |
28 | 34 |
|
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