# Changelog ## Unreleased - [#62](https://github.com/sider/meowcop/pull/62): Disable all Style Cops ## 2.2.0 (2019-08-30) This release does not add any features but adds the license: **MIT**. This may have an impact on certain users, so we decided it appropriate that this release is a minor update, not a patch update. - [#56](https://github.com/sider/meowcop/pull/56): Add license and update gemspec ## 2.1.0 (2019-07-17) - [#54](https://github.com/sider/meowcop/pull/54): Follow up of RuboCop v0.73 ## 2.0.0 (2019-06-26) - [#50](https://github.com/sider/meowcop/pull/50): Follow up of RuboCop v0.72.0 (including a breaking change, see below) ### Breaking Change Since version 2, MeowCop has stopped supporting Rails Cops. Because RuboCop v0.72 has separated Rails Cops from its core gem to another [`rubocop-rails`](https://github.com/rubocop-hq/rubocop-rails) gem. For details, please see [the v0.72 changelog](https://github.com/rubocop-hq/rubocop/blob/v0.72.0/CHANGELOG.md) and [the related issue](https://github.com/rubocop-hq/rubocop/issues/5976). If you want to continue using Rails Cops which were disabled by MeowCop v1, please copy the Cops in the following past config file and paste them to your `.rubocop.yml` file: ## 1.20.0 (2019-05-14) - [#44](https://github.com/sider/meowcop/pull/44): Follow up of RuboCop v0.69.0 ## 1.19.0 (2019-05-07) - [#41](https://github.com/sider/meowcop/pull/41): Rename some cops to follow up of Rubocop v0.68 - [#42](https://github.com/sider/meowcop/pull/42): RuboCop v0.68 ## 1.18.0 (2019-04-05) - [#37](https://github.com/sider/meowcop/pull/37): Fix typo - [#40](https://github.com/sider/meowcop/pull/40): Follow up of new cops (v0.67) ## 1.17.1 (2018-09-11) - [#34](https://github.com/sider/meowcop/pull/34): Follow up of new cops (v0.59.0) ## 1.17.0 (2018-06-18) - [#31](https://github.com/sider/meowcop/pull/31): Follow up of new cops (v0.57.0) ## 1.16.1 (2018-06-18) - [#28](https://github.com/sider/meowcop/pull/28): Fix unrecognized cops warnings - [#29](https://github.com/sider/meowcop/pull/29): Follow up of new cops (v0.54.0 ~ v0.56.0) ## 1.16.0 (2018-05-15) - [#26](https://github.com/sider/meowcop/pull/26): Split Style/MethodMissing to follow RuboCop 0.56.0