-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Trent Willis
committed
May 1, 2017
1 parent
b3f7425
commit f149d77
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
0.5.0 / 2017-05-01 | ||
================== | ||
|
||
* 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 |