| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-03 | Lock RuboCop versions | Geremia Taglialatela | |
| 2023-05-03 | Fix non-production Style/NumericLiterals offenses | Geremia Taglialatela | |
| 2023-05-03 | Remove redundant load paths | Geremia Taglialatela | |
| 2023-05-03 | Fix Style/RedundantFileExtensionInRequire offense | Geremia Taglialatela | |
| 2023-05-03 | Fix tests not using values | Geremia Taglialatela | |
| 2023-05-03 | Fix time tests | Geremia Taglialatela | |
| Remove some old code related to Ruby 1.x | |||
| 2023-05-03 | Fix boolean test | Geremia Taglialatela | |
| 2023-05-03 | Fix other non-production offenses | Geremia Taglialatela | |
| - Style/MethodCallWithoutArgsParentheses - Style/StringLiteralsInInterpolation | |||
| 2023-05-03 | Add RuboCop Minitest | Geremia Taglialatela | |
| 2023-05-03 | Fix offenses to non-production code | Geremia Taglialatela | |
| - Lint/AmbiguousBlockAssociation - Lint/AmbiguousOperatorPrecedence - Lint/EmptyBlock - Lint/RedundantSplatExpansion - Lint/RedundantStringCoercion - Lint/SymbolConversion - Lint/UnusedBlockArgument - Style/BlockDelimiters - Style/CommentAnnotation - Style/EachForSimpleLoop - Style/EmptyMethod - Style/ExpandPathArguments - Style/FileWrite - Style/GlobalStdStream (UNSAFE) - Style/HashEachMethods (UNSAFE) - Style/NestedParenthesizedCalls - Style/NilComparison - Style/NumericLiteralPrefix (manually fixed) - Style/ParallelAssignment - Style/PreferredHashMethods (UNSAFE) - Style/RedundantInterpolation (UNSAFE) - Style/RedundantParentheses (UNSAFE) - Style/RegexpLiteral - Style/RescueStandardError - Style/SpecialGlobalVars (UNSAFE) - Style/SymbolProc (UNSAFE) - Style/ZeroLengthPredicate (UNSAFE) | |||
| 2023-05-03 | Merge pull request #214 from tagliala/chore/reintroduce-ruby26-compatibility | Noel Peden | |
| Reintroduce Ruby 2.6 compatibility | |||
| 2023-05-03 | Reintroduce Ruby 2.6 compatibility | Geremia Taglialatela | |
| The main reason is to allow JRuby 9.3, which is still supported. | |||
| 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` | |||
