| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-27 | Drop support for Ruby < 2.7 | Stefan | |
| 2023-04-27 | Merge pull request #211 from tagliala/chore/anticipate-failures | Noel Peden | |
| Test against Ruby head | |||
| 2023-04-27 | Test against Ruby head | Geremia Taglialatela | |
| 2023-04-23 | Update version.rb [skip ci] | Noel Peden | |
| 2023-04-23 | Add test to ensure various OWASP prefixes are never parsed as formula | Stefan | |
| 2023-04-23 | CHANGELOG | johnnyshields | |
| 2023-04-23 | Revert formula characters other than = | johnnyshields | |
| 2023-04-22 | Merge pull request #203 from caxlsx/fix-typos-in-readme-and-example | Zsolt Kozaroczy | |
| Fix typos regarding "escape formulas" in readme and example | |||
| 2023-04-14 | Merge pull request #205 from tagliala/chore/rubocop-badge | Noel Peden | |
| Add RuboCop badge and fix Test badge | |||
| 2023-04-14 | Add RuboCop badge and fix Test badge | Geremia Taglialatela | |
| Use the new code generated by GitHub actions [ci skip] | |||
| 2023-04-13 | Fix typos regarding "escape formulas" in readme and example | Stefan | |
| 2023-04-12 | Merge pull request #202 from kiskoza/release-candidate-3.4.0 | Zsolt Kozaroczy | |
| Release candidate 3.4.0 | |||
| 2023-04-12 | Version bump to 3.4.0 | Koza | |
| 2023-04-12 | Mock out external image requests to make the CI more stable | Koza | |
| 2023-04-12 | Fix missing URI.open for ruby < 2.5 | Koza | |
| 2023-04-12 | Fix warnings with Ruby 2.x | Koza | |
| 2023-04-12 | Merge pull request #186 from tablecheck/escape-formulas-improvement | Zsolt Kozaroczy | |
| escape_formulas - add settings for global, workbook, worksheet, row and cell levels | |||
| 2023-04-12 | Merge branch 'feature/remote_images_support' | Koza | |
| 2023-04-12 | Rubocop fixes | Koza | |
| 2023-04-12 | Add extrenal image to the examples | Koza | |
| 2023-04-12 | refactored code on Pic class | Sebastiano | |
| 2023-04-12 | improve tests | Sebastiano | |
| 2023-04-12 | clean code | Sebastiano | |
| 2023-04-12 | update changelog | Sebastiano | |
| 2023-04-12 | improve validation | Sebastiano | |
| add test cases | |||
| 2023-04-12 | feat: add support for remote images | Sebastiano | |
| 2023-04-13 | Update row.rb | Johnny Shields | |
| 2023-04-13 | Merge branch 'master' into escape-formulas-improvement | Johnny Shields | |
| 2023-04-12 | Small fixes: whitespace, typos, ordering, etc. (#188) | Johnny Shields | |
| 2023-04-12 | Merge pull request #178 from tagliala/chore/improve-ci-workflow | Zsolt Kozaroczy | |
| Improve CI workflow | |||
| 2023-04-12 | Merge pull request #191 from tagliala/chore/add-rubocop | Zsolt Kozaroczy | |
| Add RuboCop (and fix simple whitespace, magic comment, trailing comma offenses) | |||
| 2023-04-12 | Merge pull request #194 from tagliala/security/193-use-file-read | Zsolt Kozaroczy | |
| Use File.read instead of IO.read | |||
| 2023-04-12 | Merge pull request #196 from tagliala/bugfix/195-fix-tab-color-reassignment | Zsolt Kozaroczy | |
| Fix tab color assignment | |||
| 2023-04-11 | Regenerate RuboCop config and todo | Geremia Taglialatela | |
| - Remove timestamps and offense counts for a smaller todo and prevent conflicts - Keep config limited to `Layout` and `Style` scopes | |||
| 2023-04-10 | Fix tab color assignment | Geremia Taglialatela | |
| Fix #195 | |||
| 2023-04-10 | Fix some Layout/HashAlignment offenses | Geremia Taglialatela | |
| Some offenses have been selected and fixed automatically | |||
| 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-09 | Fix offenses related to indentation consistency | Geremia Taglialatela | |
| 2023-04-09 | Fix Layout/ArgumentAlignment offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/ArgumentAlignment -a ``` | |||
| 2023-04-08 | Use File.read instead of IO.read | Geremia Taglialatela | |
| If argument starts with a pipe character (`'|'`) and the receiver is the `IO` class, a subprocess is created in the same way as `Kernel#open`, and its output is returned. `Kernel#open` may allow unintentional command injection, which is the reason these `IO` methods are a security risk. Consider to use `File.read` to disable the behavior of subprocess invocation. Close #193 Ref: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Security/IoMethods | |||
| 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 offenses related to trailing commas | Geremia Taglialatela | |
| 2023-04-08 | Fix EmptyLines related offenses | Geremia Taglialatela | |
| 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 ``` | |||
