Skip to content

RuboCop Performance 1.11.0

Compare
Choose a tag to compare
@koic koic released this 21 Apr 16:27
· 444 commits to master since this release

New features

  • #229: Add new Performance/MapCompact cop. (@koic)
  • #178: Add new Performance/SelectMap cop. (@koic)

Bug fixes

  • #230: Fix a false positive for Performance/ChainArrayAllocation when using Enumerable#lazy. (@koic)

Changes