| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-15 | Fix redundant self offenses | Geremia Taglialatela | |
| No performance gain, this can be seen as a cosmetic change to have shorter lines | |||
| 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-22 | Fix Style/NonNilCheck offenses | Geremia Taglialatela | |
| There were 8 occurrences of `!nil?` and 4 of `!= nil`. This change will standardize the usage of non-nil checks | |||
| 2023-05-21 | Improve comments | Geremia Taglialatela | |
| - Use https where possible - Capitalize Excel | |||
| 2023-05-10 | Fix Inefficient Hash Search offenses | Geremia Taglialatela | |
| Use `key?` instead of `keys.include?` to improve performance | |||
| 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/ExtraSpacing offenses | Geremia Taglialatela | |
| Configure with `AllowBeforeTrailingComments: true` | |||
| 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 | |
| 2023-04-06 | Fix Layout/EmptyLines offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLines -a ``` | |||
| 2023-04-06 | Remove Layout/TrailingWhitespace offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/TrailingWhitespace -a ``` | |||
| 2022-03-02 | instance_values -> instance_values_for | pjskennedy | |
| 2022-03-02 | Update references to use new class method | pjskennedy | |
| 2020-07-09 | fix typo in documentation for label_position (#52) | Viktor Polyakov | |
| 2015-08-07 | allow to use d_lbl_pos for LineChart | Ruslan Kornev | |
| 2013-03-17 | Fixed LineChart and refactored chart axes management | Randy Morgan | |
| 2012-10-14 | Refactored to use options parser | Randy Morgan | |
| 2012-10-09 | extracted accessor methods into module that is scope because polluting ↵ | Randy Morgan | |
| Module or Class is just not cool | |||
| 2012-09-30 | Extracted STRING_ATTRIBUTES and BOOLEAN_ATTRIBUTES into mixin from module | Randy Morgan | |
| replaced with attr_accessor like methods: string_attr_accessor boolean_attr_accessor defined in module.rb | |||
| 2012-09-30 | Extracted boolean attribute class method generation to module. | Randy Morgan | |
| 2012-08-04 | pre-release prep | Randy Morgan | |
| clean up .yardops and basic documentation for serialization helpers | |||
| 2012-08-02 | bring coverage up to 100% for d_lbls and defined names | Randy Morgan | |
| release prep! | |||
| 2012-07-31 | Adding in proper defined names so we can repeat header rows for each printed ↵ | Randy Morgan | |
| page. | |||
| 2012-07-23 | more cleanup for optional data label attributes | Randy Morgan | |
| 2012-07-20 | data labels for bar and line charts | Randy Morgan | |
| 2012-07-20 | bring spec coverage back up to 100% | Randy Morgan | |
| 2012-07-20 | specs for d_lbls and a patch to cover for nil relationships in a worksheet. | Randy Morgan | |
| 2012-07-18 | dynamic docs… hmmm | Randy Morgan | |
| 2012-07-18 | #113 implement data labels for pie charts | Randy Morgan | |
