Releases: rubocop/rubocop-performance
Releases · rubocop/rubocop-performance
RuboCop Performance 1.5.1
Bug fixes
- #82: Let
Performance/StartWithandPerformance/EndWithcorrectRegexp#match?andRegexp#=~. (@eugeneius)
RuboCop Performance 1.5.0
Bug fixes
- #74: Fix an error for
Performance/RedundantMergewhenMaxKeyValuePairsoption is set tonull. (@koic) - #70: This PR fixes a false negative for
Performance/FlatMapwhen using symbol to proc operator argument ofmapmethod. (@koic, @splattael)
Changes
- #69: Remove
SafeModefromPerformance/CountandPerformance/Detect. SetSafeAutoCorrecttofalsefor these cops by default. (@rrosenblum)
RuboCop Performance 1.4.1
RuboCop Performance 1.4.0
Bug fixes
- #54: Fix
Performance/FixedSizeto accept const assign with some operation. (@tejasbubane) - #61: Fix a false negative for
Performance/RegexpMatchwhen using RuboCop 0.71 or higher. (@koic)
RuboCop Performance 1.3.0
Bug fixes
- #48: Reduce
Performance/RegexpMatchfalse positive by only flaggingmatchused with Regexp/String/Symbol literals. (@dduugg)
Changes
- #52: Drop support for Ruby 2.2. (@bquorning)
RuboCop Performance 1.2.0
RuboCop Performance 1.1.0
RuboCop Performance 1.0.0
New features
- Extract performance cops from rubocop-hq/rubocop repository. (@composerinteralia, @koic)