Skip to content

Commit 11de802

Browse files
committed
Updating changelog
1 parent 7604b1e commit 11de802

File tree

1 file changed

+37
-11
lines changed

1 file changed

+37
-11
lines changed

CHANGELOG.md

Lines changed: 37 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
1+
0.7.0 / 2017-06-27
2+
==================
3+
4+
* Adding new rule: require-ember-lifeline
5+
6+
0.6.1 / 2017-06-23
7+
==================
8+
9+
* Fixing no-global-jquery to include references to `jQuery`
10+
11+
0.6.0 / 2017-06-22
12+
==================
13+
14+
* Add rule against using specific deprecated jQuery Methods (Blacklisted) (#59)
15+
* Fix typo
16+
17+
18+
0.5.1 / 2017-05-22
19+
==================
20+
21+
* Fix repository URL
22+
* Setup coveralls integration
23+
* Add badges to README
24+
* Add RELEASE.md to document release process
25+
126
0.5.0 / 2017-05-01
227
==================
328

4-
* Implements rule to catch sendAction calls
5-
* Clean up text, scope initOverride
6-
* Add new rule: no-broken-super-chain
7-
* Fix typo: mutliple -> multiple
8-
* Fix typo: incuring -> incurring
9-
* Fix typo: recieve -> receive
10-
* Update README.md
11-
* Add a message explaining how to fix computed properties with no dependent keys.
12-
* infromation => information
13-
* Update package.json; set repository field for npm
14-
* Fix incorrect installation instruction
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+

0 commit comments

Comments
 (0)