File tree Expand file tree Collapse file tree 7 files changed +215
-3
lines changed Expand file tree Collapse file tree 7 files changed +215
-3
lines changed Original file line number Diff line number Diff line change 1111
1212## master (unreleased)
1313
14+ ## 1.23.0 (2024-11-14)
15+
1416### New features
1517
1618* [ #474 ] ( https://github.com/rubocop/rubocop-performance/pull/474 ) : Add new ` Performance/StringBytesize ` cop. ([ @viralpraxis ] [ ] )
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ Performance/StringBytesize:
330330 Description : " Use `String#bytesize` instead of calculating the size of the bytes array."
331331 Safe : false
332332 Enabled : ' pending'
333- VersionAdded : ' <<next>> '
333+ VersionAdded : ' 1.23 '
334334
335335Performance/StringIdentifierArgument :
336336 Description : ' Use symbol identifier argument instead of string identifier argument.'
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: rubocop-performance
22title : RuboCop Performance
33# We always provide version without patch here (e.g. 1.1),
44# as patch versions should not appear in the docs.
5- version : ~
5+ version : ' 1.23 '
66nav :
77 - modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Performance cops optimization analysis for your projects.
5555* xref:cops_performance.adoc#performancesortreverse[Performance/SortReverse]
5656* xref:cops_performance.adoc#performancesqueeze[Performance/Squeeze]
5757* xref:cops_performance.adoc#performancestartwith[Performance/StartWith]
58+ * xref:cops_performance.adoc#performancestringbytesize[Performance/StringBytesize]
5859* xref:cops_performance.adoc#performancestringidentifierargument[Performance/StringIdentifierArgument]
5960* xref:cops_performance.adoc#performancestringinclude[Performance/StringInclude]
6061* xref:cops_performance.adoc#performancestringreplacement[Performance/StringReplacement]
You can’t perform that action at this time.
0 commit comments