-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
a5f1ec2
commit 4e01e95
Showing
1 changed file
with
58 additions
and
3 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 |
---|---|---|
@@ -1,5 +1,60 @@ | ||
## [Unreleased] | ||
## 0.1.14 - 2025-02-03 | ||
|
||
## [0.1.0] - 2024-10-20 | ||
- Rename internal helper to avoid conflict with Rubocop. | ||
|
||
- Initial release | ||
## 0.1.13 - 2024-12-08 | ||
|
||
- Fix `ServicePerformMethod` autocorrect sometimes resulting in infinite loops. | ||
|
||
## 0.1.12 - 2024-11-26 | ||
|
||
- Fix `DescribePublicMethod` uninitialized constant error sometimes happening. | ||
|
||
## 0.1.11 - 2024-11-14 | ||
|
||
- Do not check method order in modules for the time being. | ||
|
||
## 0.1.10 - 2024-11-14 | ||
|
||
- Fix `SafetyAssuredComment` to match correct comment. Pull request | ||
[#8](https://github.com/jeromedalbert/rubocop-obsession/pull/8) by Garrett | ||
Blehm. | ||
|
||
## 0.1.9 - 2024-11-05 | ||
|
||
- Internal cleanups. | ||
|
||
## 0.1.8 - 2024-11-04 | ||
|
||
- Improve cops documentation. | ||
|
||
## 0.1.7 - 2024-11-02 | ||
|
||
- Fix `MethodOrder` autocorrect for Sorbet signatures. | ||
- Fix `MethodOrder` conflicts when there are both protected and private | ||
methods. | ||
|
||
## 0.1.6 - 2024-11-01 | ||
|
||
- Fix `MethodOrder` autocorrect for methods not separated by new lines. | ||
|
||
## 0.1.5 - 2024-10-28 | ||
|
||
- Make cops inherit from `RuboCop::Cop::Base` instead of deprecated | ||
`RuboCop::Cop::Cop`. | ||
|
||
## 0.1.4 - 2024-10-27 | ||
|
||
- Improve cops documentation. | ||
|
||
## 0.1.2 - 2024-10-27 | ||
|
||
- Check method order in modules. | ||
|
||
## 0.1.1 - 2024-10-27 | ||
|
||
- Add initial cops. | ||
|
||
## 0.1.0 - 2024-10-20 | ||
|
||
- Initial release. |