| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-20 | Fix minor safe offenses to gemspec | Geremia Taglialatela | |
| - Style/ExpandPathArguments - Style/PercentLiteralDelimiters | |||
| 2023-10-19 | Merge pull request #197 from tagliala/security/opt-in-for-mfa-requirement | Zsolt Kozaroczy | |
| Opt-in for MFA requirement | |||
| 2023-05-25 | Enable Naming cops | Geremia Taglialatela | |
| Also fix safe minor offenses - Naming/BinaryOperatorParameterName - Naming/HeredocDelimiterCase | |||
| 2023-05-25 | Opt-in for MFA requirement | Geremia Taglialatela | |
| Make the gem more secure by requiring that all privileged operations by any of the owners require OTP. Ref: https://guides.rubygems.org/mfa-requirement-opt-in/ | |||
| 2023-05-24 | Enable Gemspec cops | Geremia Taglialatela | |
| Gemspec/RequireMFA will be fixed via #197 | |||
| 2023-05-04 | Enable Style/FrozenStringLiteralComment and autocorrect | Paul Kmiec | |
| 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-07 | Fix Layout/SpaceInsidePercentLiteralDelimiters | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceInsidePercentLiteralDelimiters -a ``` | |||
| 2022-04-10 | Update gemspec to recent styles | mishina | |
| - `date` should not be set - Remove deprecated `test_files` to shrink gem size | |||
| 2022-02-08 | Switch CI to Github Actions | Weston Ganger | |
| 2021-03-27 | Replace mimemagic with marcel (#95) | Jorne Kandziora | |
| Mimemagic requires users to download or install additional files. Rails used Marcel as an abstration layer on this library. Marcel was updated to another file matching database. Following Rails in this matter will remove the need for users to do additional work, just to use caxlsx. | |||
| 2020-12-03 | Trying to work with Ruby 3 (preview) | Thorben Starsy | |
| 2020-11-09 | Update version requirement for kramdown | Stefan Daschek | |
| Fixes CVE-2020-14001 kramdown is not used in the gem itself though, only in development when generating documentation. | |||
| 2019-10-04 | Version 3.0.1 bump [skip ci] | Noel Peden | |
| 2019-10-02 | Merge pull request #2 from inopinatus/master | Noel Peden | |
| Bump dependencies for nokogiri, ruby, and rubyzip. | |||
| 2019-09-29 | Bump dependencies for nokogiri, rubyzip, and Ruby. | Josh Goodall | |
| nokogiri <1.10.4 and rubyzip < 1.3.0 had CVEs and/or regressions, and whilst we're here, signal that it's okay to use Ruby 2.3 syntax and methods and later. | |||
| 2019-09-23 | Gemspec home page fix [skip ci] | Noel Peden | |
| 2019-09-08 | Change gem name | Noel Peden | |
| 2018-02-14 | chore(deps): specify dep semantic versions | randym | |
| 2018-02-14 | fix(nokogiri): only allow latest patched nokogiri | randym | |
| 2017-04-01 | chore(gemspec): pin down rubyzip version range | randym | |
| 2017-04-01 | chore(yard): update to latest yard | randym | |
| 2017-04-01 | feat(ruby): update supported ruby versions and gem dependencies | randym | |
| 2017-02-27 | Fix RubyZip vulnerability | Eli Sadoff | |
| 2016-11-23 | refactor: upgrade rubyzip to 1.2.0 | Michael Zaccari | |
| The fix for JRuby's ObjectSpace is the motivation for this PR. There doesn't appear to be any breaking changes, mostly bugfixes: https://github.com/rubyzip/rubyzip/blob/master/Changelog.md#120 All tests pass with MRI/JRuby | |||
| 2015-11-18 | update nokogiri and htmlentities | Runar Ingebrigtsen | |
| 2015-07-03 | Validates whether an image is acceptable through mime type | marc | |
| image/jpeg, image/png & image/gif are considered the allowed mime types for an image. mimemagic gem is added as dependency in order to do the checking. Added tests to check against three supported mime types. A fake jpg fixture (created with 'touch' command) has been added to test that extension is no longer used. | |||
| 2015-03-14 | bump version | Jurriaan Pruis | |
| 2014-03-17 | Update to RubyZip 1.1.1 | Jurriaan Pruis | |
| 2014-01-31 | [#280] Updates rubyzip dependency | pirvudoru | |
| 2013-09-26 | extended examples and smooth lines for line chart | Randy Morgan | |
| 2013-09-13 | add .yardopts_guide to gem | Randy Morgan | |
| 2013-09-13 | Fixes for anchor swapping when adding images. - Two -> One swap still pending. | Randy Morgan | |
| 2013-09-13 | re-enable 1.8.7 travis and pin rubyzip at 0.9.9 | Randy Morgan | |
| 2013-08-29 | upgrade to rubyzip 1.0.0 | Delwyn de Villiers | |
| 2013-07-23 | bumped rubyzip version to resolve some UTF-8 issues: ↵ | Randy Morgan | |
| https://github.com/randym/axlsx/issues/208 | |||
| 2013-07-08 | Make sure serializing axlsx packages with identical contents always results ↵ | Stefan Daschek | |
| in identical zip files. This improves the possibilites for caching and/or consolidating the generated zip (xlsx) files. Up to now, serializing the same package at different times resulted in different zip files because of the timestamp in the zip entry metadata. Note: To generate identical packages (and thus identical zip files), you'll have set Core#created explicitly, eg. with `Package.new(created_at: Time.local(2013, 1, 1)`. | |||
| 2013-04-19 | Moved simplecov dependency to Gemfile | Randy Morgan | |
| 2013-04-19 | Added prep for 1.3.6 release | Randy Morgan | |
| 2013-01-10 | added documentation for trust_input and gemspec update. | Randy Morgan | |
| 2013-01-10 | Update axlsx.gemspec | Randy Morgan (@morgan_randy) | |
| rewording of gem description | |||
| 2012-11-25 | Cleaned up gemspec and removed pdf export example | Randy Morgan | |
| 2012-11-23 | Updated thin_chars and replaced cover_me with simplecov | Randy Morgan | |
| 2012-08-04 | pre-release prep | Randy Morgan | |
| clean up .yardops and basic documentation for serialization helpers | |||
| 2012-08-02 | hmm…. ditch red carpet and do some docs | Randy Morgan | |
| 2012-08-02 | looks like it may actually be redcarpet | Randy Morgan | |
| 2012-08-02 | guess JRuby is not quite ready for YARD, or is it the other way around??!! | Randy Morgan | |
| 2012-08-02 | MOAR travis FUN! | Randy Morgan | |
| 2012-08-02 | fun with travis | Randy Morgan | |
