| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-19 | Merge pull request #273 from tagliala/chore/fix-unused-block-argument | Zsolt Kozaroczy | |
| Fix Lint/UnusedBlockArgument offenses | |||
| 2023-06-15 | Fix Lint/UnusedBlockArgument offenses | Geremia Taglialatela | |
| Use `each_value` instead of `each` where possible. The performance gain is minimal (3%). ``` Comparison: each_value: 4105733.4 i/s each: 3998011.4 i/s - 1.03x (± 0.00) slower ``` | |||
| 2023-06-10 | Fix safe Style/ColonMethodCall offenses | Geremia Taglialatela | |
| Caxlsx is using both `.` and `::`, 220 occurrences vs 280 to invoke methods on `Axlsx` module. This commit standardizes the approach towards `.`, which will also allow shorter lines. Performance is not affected ``` Comparison: Axlsx.validate: 8515252.3 i/s Axlsx::validate: 8512863.7 i/s - same-ish: difference falls within error ``` | |||
| 2023-05-31 | Use Ruby 1.9 hash syntax | Geremia Taglialatela | |
| 2023-05-31 | Fix Style/MutableConstant offenses | Geremia Taglialatela | |
| 2023-05-22 | Fix safe class comparison offenses | Geremia Taglialatela | |
| Fixes: - Style/ClassCheck - Style/ClassEqualityComparison While `is_a?` and `kind_of?` are equivalent, there is a 5% gain when switching from class comparison to `intance_of?` ``` Comparison: instance_of: 16902635.9 i/s class comparison: 16061288.3 i/s - 1.05x (± 0.00) slower ``` | |||
| 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-04-10 | Fix Layout/LeadingCommentSpace offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/LeadingCommentSpace -a ``` | |||
| 2023-04-09 | Fix Layout/ArgumentAlignment offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/ArgumentAlignment -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 | |
| 2023-04-07 | Fix Layout/SpaceInsideArrayLiteralBrackets offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceInsideArrayLiteralBrackets -a ``` | |||
| 2023-04-06 | Fix Layout/EmptyLines offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLines -a ``` | |||
| 2023-04-06 | Fix Style/Encoding offenses | Geremia Taglialatela | |
| ``` rubocop --only Style/Encoding -a ``` | |||
| 2023-04-06 | Remove Layout/TrailingWhitespace offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/TrailingWhitespace -a ``` | |||
| 2012-10-14 | Refactored to use options parser, accessors and serialization attributes | Randy Morgan | |
| 2012-06-11 | mass removal of @default docs bunked some instance vars that started with ↵ | Randy Morgan | |
| @defualt | |||
| 2012-06-11 | documentation improvements. | Randy Morgan | |
| 2012-06-09 | make sheet view selections readable | Randy Morgan | |
| 2012-06-07 | dont write nil values - invalid as per schema | Randy Morgan | |
| 2012-06-07 | use camel instead of inline gsub | Randy Morgan | |
| 2012-06-06 | Added selection function to the sheet view class. | Jan-Hendrik Hühne | |
| 2012-06-06 | Changes default value of "window protection" | Jan-Hendrik Hühne | |
| 2012-06-06 | Adds pane functions to worksheet class. | Jan-Hendrik Hühne | |
| 2012-06-06 | Typo. | Jan-Hendrik Hühne | |
| 2012-06-06 | SheetView bugfixes and test suite | Jan-Hendrik Hühne | |
| 2012-06-06 | First step of the sheet_view implementation. | Jan-Hendrik Hühne | |
