| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-05 | Prefer `Kernel#format` to `String#%` | Geremia Taglialatela | |
| This commit fixes cases that cannot be detected by RuboCop Ref: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/FormatString | |||
| 2023-06-05 | Fix Style/FormatString offenses | Geremia Taglialatela | |
| `Kernel#format` is faster and will avoid to allocate an array compared to `String#%`. ``` IPS: kernel_format: 3877614.2 i/s string_percent: 3531475.0 i/s - 1.10x (± 0.00) slower Memory: kernel_format: 160 allocated string_percent: 200 allocated - 1.25x more ``` | |||
| 2023-05-21 | Improve comments | Geremia Taglialatela | |
| - Use https where possible - Capitalize Excel | |||
| 2023-05-05 | Merge branch 'master' into frozenStrings | Zsolt Kozaroczy | |
| 2023-05-04 | Fix tests / code to work with frozen string literals | Paul Kmiec | |
| 2023-05-04 | Enable Style/FrozenStringLiteralComment and autocorrect | Paul Kmiec | |
| 2023-05-04 | Fix Layout/HeredocIndentation offenses | Geremia Taglialatela | |
| Also use `XML` as delimiter to highlight syntax in supported editors | |||
| 2023-04-08 | Fix Layout/EmptyLineAfterGuardClause offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLineAfterGuardClause -a ``` | |||
| 2023-04-08 | Fix space-related offenses | Geremia Taglialatela | |
| - Layout/SpaceAfterComma - Layout/SpaceAroundEqualsInParameterDefault - Layout/SpaceAroundOperators - Layout/SpaceBeforeBlockBraces - Layout/SpaceInsideBlockBraces - Layout/SpaceInsideHashLiteralBraces - Layout/SpaceInsideParens | |||
| 2023-04-08 | Fix EmptyLines related offenses | Geremia Taglialatela | |
| 2014-02-26 | Huge refactoring | Jurriaan Pruis | |
| Do not create huge strings Let Row inherit from SimpleTypedList Optimized sanitizing Optimized validation And more.. | |||
| 2012-07-14 | 1.1.8 release prep | Randy Morgan | |
| 2012-05-13 | cleaning up comments for pre-release | Randy Morgan | |
| 2012-05-08 | documentation for comments. | Randy Morgan | |
| 2012-05-08 | worksheet comments step 2. Needs docs and specs - but it works in Excel | Randy Morgan | |
