| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-05 | feature: spec fix | Oleg Yakovenko | |
| 2021-03-05 | feature: handle default marker symbol | Oleg Yakovenko | |
| 2021-03-02 | feature: respect marker preferences without color specification | Oleg Yakovenko | |
| 2021-03-01 | feature: spec cleanup | Oleg Yakovenko | |
| 2021-03-01 | feature: marker symbol management for scatter series | Oleg Yakovenko | |
| 2021-03-01 | feature: scatter series should respect marker preference of parent chart | Oleg Yakovenko | |
| 2021-02-17 | Merge pull request #57 from rylwin/change-serialize-signature | Noel Peden | |
| Deprecate using `#serialize` with boolean argument | |||
| 2021-02-12 | Merge pull request #77 from rfdonnelly/fix-special-char-in-table-header | Noel Peden | |
| Fix special characters in table header | |||
| 2021-02-12 | Merge pull request #78 from rfdonnelly/fix-special-char-in-pivot-cache-def | Noel Peden | |
| Fix special characters in pivot table cache definition | |||
| 2021-02-03 | Simplify test for special characters in table header | Rob Donnelly | |
| 2021-02-03 | Fix special characters in pivot table cache definition | Rob Donnelly | |
| 2021-02-03 | Add test for special characters in pivot table cache definition | Rob Donnelly | |
| 2021-02-03 | Fix special characters in table header | Rob Donnelly | |
| 2021-02-03 | Add test for special characters in table header | Rob Donnelly | |
| 2021-01-05 | Ultra picky label change [skip ci] | Noel Peden | |
| 2021-01-05 | Add version specific download badge [skip ci] | Noel Peden | |
| 2021-01-05 | Add downloads badge [skip ci] | Noel Peden | |
| 2021-01-05 | Bump version 3.0.4 | Noel Peden | |
| 2021-01-05 | Merge pull request #71 from artplan1/add-date-type | Noel Peden | |
| Allow to set cell type to `date` | |||
| 2021-01-05 | Merge pull request #70 from chi-deutschland/fix-worksheet-title-length-rule | Noel Peden | |
| Fix worksheet title length enforcement | |||
| 2021-01-05 | Merge pull request #72 from walski/ruby-3-compatibility | Noel Peden | |
| Relaxes Ruby dependency to work with Ruby 3 | |||
| 2020-12-29 | Removes Rubinius from Travis build matrix | Thorben Starsy | |
| 1. For some reason in MRI 3 the gems tagged as platform RBX in the Gemfile got installed anyways :/ 2. The RBX-specific gems were not compatible to be installed with MRI 3 3. The RBX-3 target was allowed to fail and failed for a while as RVM was not even able to install that Rubinius version 4. -> Remove RBX from the build matrix solves some problems | |||
| 2020-12-29 | Getting closer | Thorben Starsy | |
| 2020-12-29 | Here is to you Travis :cheers: | Thorben Starsy | |
| 2020-12-29 | Travis is madness | Thorben Starsy | |
| 2020-12-29 | Another stab to install MRI 3.0.0 on Travis | Thorben Starsy | |
| 2020-12-29 | Trying to get MRI 3.0.0 to install on Travis | Thorben Starsy | |
| 2020-12-29 | Moves Travis target for MRI 3.0 off the preview release | Thorben Starsy | |
| 2020-12-10 | Fix calculation of worksheet name length | Luka Lüdicke | |
| - The previous change caused unnecessary issues - We approximate that Excel calculates the character length with UTF-16 - Fixes https://github.com/caxlsx/caxlsx/issues/67 | |||
| 2020-12-10 | Delete redundant worksheet name too long test | Luka Lüdicke | |
| 2020-12-07 | Add version badge [skip ci] | Noel Peden | |
| 2020-12-07 | Version bump to 3.0.3 | Noel Peden | |
| 2020-12-04 | Adds Ruby 3.0.0-preview1 as a Travis target | Thorben Starsy | |
| 2020-12-03 | Trying to work with Ruby 3 (preview) | Thorben Starsy | |
| 2020-12-03 | Update CHANGELOG.md | Stefan Daschek | |
| 2020-12-03 | Extend cell_type_from_value with sanity checks | Toms Mikoss | |
| 2020-11-27 | Add casting to date | Artem Kozaev | |
| Add tests | |||
| 2020-11-27 | Allow to set cell type to `date` | Artem Kozaev | |
| 2020-11-26 | Group worksheet name tests together | Luka Lüdicke | |
| Opposes a redundant test | |||
| 2020-11-12 | Remove lines referring to Ruby 1.x from Gemfile | Stefan | |
| We only support Ruby 2.3 and newer (see axlsx.gemspec). | |||
| 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. | |||
| 2020-09-11 | Restructure examples folder (#47) | Zsolt Kozaroczy | |
| Split examples into separate markdown files, each containing a description, sample code, and a screenshot of the resulting xlsx document. The script `generate.rb` is provided to actually generate the example documents by executing the sample code contained in the markdown files. | |||
| 2020-09-07 | Merge pull request #60 from kiskoza/update-ruby-versions-on-travis | Noel Peden | |
| Update Ruby versions on Travis | |||
| 2020-09-06 | Update Ruby versions on Travis | Koza | |
| - add 2.7.1 - move every version to latest patches | |||
| 2020-08-29 | Avoid warning when using `capture_warnings` more than once | Ryan Winograd | |
| 2020-08-29 | Update #serialize to accept 3 arguments | Ryan Winograd | |
| 2020-08-29 | Assert how contents are zipped | Ryan Winograd | |
| Previously we tested that either rubyzip or shelling out to zip produced the expected xlsx file, but we never explicitly checked whether rubyzip or shell zip was used. I noticed that rubyzip always sets a far future date, whereas `zip` uses today's date. I'm using this as a heuristic to determine which zip method was used. | |||
| 2020-08-28 | Update doc to reflect preferred new public interface | Ryan Winograd | |
| 2020-08-24 | Explosion explosion fixed - issue 58 | Noel Peden | |
| 2020-08-20 | Actual fix for older rubies | Ryan Winograd | |
