| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-08 | Fix Layout/SpaceBeforeFirstArg offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceBeforeFirstArg -a ``` | |||
| 2023-04-08 | Fix Layout/MultilineOperationIndentation offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/MultilineOperationIndentation -a ``` | |||
| 2023-04-08 | Fix an indentation issue manually | Geremia Taglialatela | |
| Also regenerate config | |||
| 2023-04-07 | Fix Layout/SpaceInsideReferenceBrackets offense | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceInsideReferenceBrackets -a ``` | |||
| 2023-04-07 | Fix Layout/SpaceInsidePercentLiteralDelimiters | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceInsidePercentLiteralDelimiters -a ``` | |||
| 2023-04-07 | Fix Layout/SpaceInsideArrayLiteralBrackets offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceInsideArrayLiteralBrackets -a ``` | |||
| 2023-04-07 | Fix Layout/SpaceBeforeComma offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceBeforeComma -a ``` | |||
| 2023-04-07 | Fix Layout/SpaceAroundKeyword offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceAroundKeyword -a ``` | |||
| 2023-04-07 | Fix Layout/SpaceAroundBlockParameters offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceAroundBlockParameters -a ``` | |||
| 2023-04-07 | Fix Layout/FirstArrayElementIndentation offense | Geremia Taglialatela | |
| ``` rubocop --only Layout/FirstArrayElementIndentation -a ``` | |||
| 2023-04-07 | Fix Layout/EmptyLinesAroundBlockBody offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLinesAroundBlockBody -a ``` | |||
| 2023-04-07 | Fix Layout/ElseAlignment | Geremia Taglialatela | |
| Manually fixed | |||
| 2023-04-07 | Fix Layout/BlockAlignment offenses | Geremia Taglialatela | |
| Manually fixed | |||
| 2023-04-07 | Add RuboCop workflow and configuration | Geremia Taglialatela | |
| 2023-04-06 | Fix Layout/EmptyLinesAroundAttributeAccessor | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLinesAroundAttributeAccessor -a ``` | |||
| 2023-04-06 | Fix Layout offenses related to access modifiers | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLinesAroundAccessModifier,Layout/AccessModifierIndentation -a ``` | |||
| 2023-04-06 | Fix Layout/FirstHashElementIndentation offense | Geremia Taglialatela | |
| ``` rubocop --only Layout/FirstHashElementIndentation ``` Manually fixed | |||
| 2023-04-06 | Fix Layout/CommentIndentation offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/CommentIndentation -a ``` | |||
| 2023-04-06 | Fix Layout/EmptyLineBetweenDefs offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLineBetweenDefs -a ``` | |||
| 2023-04-06 | Fix Layout/EmptyLines offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLines -a ``` | |||
| 2023-04-06 | Fix Layout/InitialIndentation offense | Geremia Taglialatela | |
| ``` rubocop --only Layout/InitialIndentation -a ``` | |||
| 2023-04-06 | Fix Style/Encoding offenses | Geremia Taglialatela | |
| ``` rubocop --only Style/Encoding -a ``` | |||
| 2023-04-06 | Fix Layout/LeadingEmptyLines offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/LeadingEmptyLines -a ``` | |||
| 2023-04-06 | Fix Layout/TrailingEmptyLines offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/TrailingEmptyLines -a ``` | |||
| 2023-04-06 | Remove Layout/TrailingWhitespace offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/TrailingWhitespace -a ``` | |||
| 2023-04-06 | Fix Layout/EndOfLine offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EndOfLine ``` Manually fixed | |||
| 2023-04-06 | Add RuboCop | Geremia Taglialatela | |
| 2023-04-06 | Add a default editor config | Geremia Taglialatela | |
| EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. Ref: https://editorconfig.org/ | |||
| 2023-04-03 | Escape array formulas | johnnyshields | |
| 2023-04-02 | `escape_formulas` should handle all [OWASP-designated formula ↵ | johnnyshields | |
| prefixes](https://owasp.org/www-community/attacks/CSV_Injection). | |||
| 2023-04-01 | Add ensure to specs | johnnyshields | |
| 2023-04-01 | Additional tests + CHANGELOG | johnnyshields | |
| 2023-04-01 | Fix global setting of escape_formulas | johnnyshields | |
| 2023-03-31 | Add settings for escape_formulas at global, workbook, worksheet, row and ↵ | johnnyshields | |
| cell levels. | |||
| 2023-03-26 | Update deprecated GitHub action | Geremia Taglialatela | |
| 2023-03-26 | Test against Ruby 3.2 and JRuby 9.4 | Geremia Taglialatela | |
| 2023-03-13 | Use stale@v2 to fix autoclosing issues | Zsolt Kozaroczy | |
| 2023-03-09 | Do not close stale PRs and issues automatically [skip-ci] | Koza | |
| 2023-03-01 | Fix download badge [skip-ci] | Noel Peden | |
| 2022-12-05 | Switch to https where possible | Geremia Taglialatela | |
| Update http links to https [ci skip] | |||
| 2022-11-23 | Merge pull request #172 from westonganger/fix_border_creator_edges_bug | Noel Peden | |
| Fix bug in BorderCreator when second arg is nil | |||
| 2022-11-02 | Improve BorderCreator args | Weston Ganger | |
| 2022-10-22 | Fix bug in BorderCreator when second arg is nil | Weston Ganger | |
| 2022-10-21 | Merge pull request #170 from kiskoza/master | Noel Peden | |
| Version bump to 3.3.0 [skip ci] | |||
| 2022-10-21 | Version bump to 3.3.0 [skip ci] | Koza | |
| 2022-10-21 | Merge pull request #156 from basefarm/pivot_multiple_data_columns | Noel Peden | |
| Prevent Excel from crashing when multiple data columns added to PivotTable | |||
| 2022-10-21 | Merge pull request #168 from westonganger/merge_axlsx_styler | Noel Peden | |
| Merge axlsx_styler gem into caxlsx | |||
| 2022-10-20 | Remove axlsx_styler gem from readme | Weston Ganger | |
| 2022-10-12 | Add example images, Fix axlsx_styler check | Weston Ganger | |
| 2022-10-12 | Resolve all TODOs | Weston Ganger | |
