| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-30 | Axlsx.sanitize() writes in place or copies on write | Winfield Peterson | |
| Depending on whether a string is frozen, either a new string is created sanitized or the existing string is modified in place. | |||
| 2017-11-29 | Axlsx.sanitize uses delete() vs. delete!() for frozen strings | Winfield Peterson | |
| Whenever a frozen string is passed as an input to any sanitized value, we are modifying it in place which raised a RuntimeError if that string is frozen (as you might expect constants like header or workbook names to be). Use the safer delete() method which creates a new, modified copy of the string. | |||
| 2017-11-17 | Add support for non-3D bar charts | David N. Robinson | |
| 2017-11-12 | Travis: jruby-9.1.14.0 | Olle Jonsson | |
| 2017-11-07 | Add support for area charts | David N. Robinson | |
| 2017-10-20 | CI against latest rubies | Koji Mikami | |
| 2017-10-12 | Fix incorrect option value in rdoc | Ryan Kendall | |
| 2017-09-08 | Travis: jruby-9.1.13.0 | Olle Jonsson | |
| 2017-06-19 | Travis: jruby-9.1.12.0 | Olle Jonsson | |
| 2017-05-26 | Travis: jruby-9.1.10.0 | Olle Jonsson | |
| 2017-05-10 | Add spec coverage for correct MIME detection | Chi-Fung Fan | |
| 2017-05-05 | Sort archive entries for correct MIME detection | Chi-Fung Fan | |
| 2017-04-01 | chore(gemspec): pin down rubyzip version range | randym | |
| 2017-04-01 | Merge branch 'master' into release-3.0.0 | randym | |
| 2017-04-01 | Merge pull request #514 from mparramon-kantox/patch-1 | Randy Morgan (@morgan_randy) | |
| Fix typo | |||
| 2017-04-01 | chore(test): update tests for depreciated methods | randym | |
| 2017-04-01 | chore(doc): document some members | randym | |
| 2017-04-01 | chore(yard): update to latest yard | randym | |
| 2017-04-01 | chore(doc): start prepping README and CHANGELOG for release | randym | |
| 2017-04-01 | chore(version): update version | randym | |
| 2017-04-01 | fix(options): fix parsing for start_at end_at | randym | |
| 2017-04-01 | chore(string): remove patching of String | randym | |
| 2017-04-01 | chore(depreciated): remove depreciated members | randym | |
| 2017-04-01 | fix(two_cell_anchor): spat arguments for start_at, end_at when they are in ↵ | randym | |
| the options hash | |||
| 2017-04-01 | feat(ruby): update supported ruby versions and gem dependencies | randym | |
| 2017-04-01 | Merge pull request #517 from olleolleolle/patch-2 | Randy Morgan (@morgan_randy) | |
| Travis: use latest rubies in CI | |||
| 2017-03-31 | Travis: use latest rubies in CI | Olle Jonsson | |
| 2017-03-23 | Fix typo | mparramon-kantox | |
| :) | |||
| 2017-03-09 | Merge pull request #510 from olleolleolle/patch-2 | Randy Morgan (@morgan_randy) | |
| Travis: Use jruby-9.1.8.0 | |||
| 2017-03-09 | Travis: jruby-9.1.8.0 | Olle Jonsson | |
| 2017-02-28 | Merge pull request #507 from snood1205/master | Randy Morgan (@morgan_randy) | |
| Fix RubyZip vulnerability [URGENT] | |||
| 2017-02-27 | Fix RubyZip vulnerability | Eli Sadoff | |
| 2017-02-22 | chore(travis): no really - add 2.4.0 to the matrix | randym | |
| 2017-02-21 | chore(travis): include 2.4 in tests | randym | |
| 2016-11-25 | Merge pull request #502 from mzaccari/bump-rubyzip | Uwe Kubosch | |
| Bump rubyzip to 1.2.0 | |||
| 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 | |||
| 2016-11-23 | fix: load ruby-prof for mri | Michael Zaccari | |
| This fixes bundle installs for JRuby | |||
| 2016-11-15 | Merge pull request #499 from ehallmark/pivot_table_bugs | Randy Morgan (@morgan_randy) | |
| Pivot table bugs | |||
| 2016-11-15 | Merge pull request #494 from sato-s/sheet-title | Randy Morgan (@morgan_randy) | |
| Fix #472: worksheet name with underscore | |||
| 2016-11-15 | Merge pull request #492 from sato-s/color | Randy Morgan (@morgan_randy) | |
| set color with Row#color= | |||
| 2016-11-15 | Merge pull request #500 from takkanm/fixnum_to_integer_for_support_2.4 | Randy Morgan (@morgan_randy) | |
| fix warning: constant ::Fixnum is deprecated | |||
| 2016-11-14 | Merge branch 'color' of github.com:sato-s/axlsx into color | sato-s | |
| 2016-11-14 | set color with Row#color= | sato-s | |
| 2016-11-14 | Test case to check sheet name is intact after serialized to xml | sato-s | |
| 2016-11-12 | fix warning: constant ::Fixnum is deprecated | takkanm | |
| fix Fixnum deprecated warning on Ruby2.4-preview3. Fixnum was unify into Integer. https://bugs.ruby-lang.org/issues/12005 | |||
| 2016-11-07 | Added style_info field to pivot_table.rb | Evan Hallmark | |
| 2016-11-07 | Updated pivot_table#pivot_field_for to use the axisPage attr for page fields ↵ | Evan Hallmark | |
| instead of axisCol | |||
| 2016-11-07 | Added pivot table option to pass in list of row fields to omit subtotals from | Evan Hallmark | |
| 2016-11-07 | Override NumFmt serialized_attributes to ovid removing underscores | Evan Hallmark | |
| 2016-11-04 | fix(test): explicitly require members in xpath query assertion | randym | |
