|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v0.2.0 (2016-12-14) |
| 4 | + |
| 5 | +* Chore: refactor utils.getRuleInfo ([5f8dbd8](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/5f8dbd8a9a6eb4084081aef6adb543463d83474b)) |
| 6 | +* Fix: report-message-format crash on reporting empty object ([f32ada6](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/f32ada66623eb54385afcbf4516931ad94de0336)) |
| 7 | +* Breaking: add require-meta-fixable to recommended config ([0a1e1fa](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/0a1e1fa0fb24fdb2099a689f2cf47fc5ba98d832)) |
| 8 | +* New: require-meta-fixable rule ([59bfdd6](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/59bfdd62929d1b611f226e6b321a76ea69017154)) |
| 9 | +* Chore: Prohibit small letters as the first character of report messages ([7a74a7b](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/7a74a7b46680a9cf58c4b96da40e1d1a6ae5bcba)) |
| 10 | +* Fix: incorrect no-deprecated-report-api autofix if > 5 arguments passed ([2bd6cba](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/2bd6cba9209ea46eddbc33063c005b2586b96bd4)) |
| 11 | +* Update: improve the error location for no-deprecated-report-api ([937bafa](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/937bafa7710adb8e11c6f581485b44d367097f5f)) |
| 12 | +* Fix: report-message-format crash when calling report() with no arguments ([292d141](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/292d141ef7ef949ac0e92deeb70b9d836b65935a)) |
| 13 | +* Update: improve the report location for report-message-format ([15f3192](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/15f31929f23e163924f1e217e064eeac23de5276)) |
| 14 | +* Chore: use string placeholders for the message in report-message-format ([b5a13f6](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/b5a13f6699ba652ca3d44d459cdfcda3f8800443)) |
| 15 | +* Chore: enable report-message-format for this plugin's rules ([ad60708](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/ad607080d02736aa9b9aa46969ddd99b2a474dc6)) |
| 16 | +* Build: ensure the .eslintrc.js file is linted when running tests ([7abbbf5](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/7abbbf5db745861751f4bc0ac2202bd1b84328f1)) |
| 17 | +* Build: Dogfood this plugin's rules on its own codebase ([e345dc5](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/e345dc5670b343ef8dd1800aa84c096633a6f879)) |
| 18 | +* Chore: refactor no-deprecated-report-api to use getContextIdentifiers ([1914f17](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/1914f17cb5170c632a15d5c7e9bdc9fb19fd109b)) |
| 19 | +* Chore: fix comment indentation in no-deprecated-report-api ([c64e3d8](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/c64e3d86af82592fcb3b95500463dc69f9dc90df)) |
| 20 | +* New: report-message-format rule ([ffab432](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/ffab432d1351a2a3f759efc2a922d28e3cabdf90)) |
| 21 | +* Chore: add npm-debug.log to .gitignore ([63415f8](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/63415f899adc2bbddf8c1b9e4c78a02a78a9eec9)) |
| 22 | + |
3 | 23 | ## v0.1.0 (2016-12-13)
|
4 | 24 |
|
5 | 25 | * New: Add a 'recommended' config ([7b9ec01](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/7b9ec012286f4c16af27e79db7e449916c56c3c6))
|
|
0 commit comments