Skip to content

Commit

Permalink
Fill in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedalbert committed Feb 22, 2025
1 parent a5f1ec2 commit 4e01e95
Showing 1 changed file with 58 additions and 3 deletions.
61 changes: 58 additions & 3 deletions CHANGELOG.md
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.

0 comments on commit 4e01e95

Please sign in to comment.