| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-26 | Travis: jruby-9.1.10.0 | Olle Jonsson | |
| 2017-04-01 | Merge pull request #514 from mparramon-kantox/patch-1 | Randy Morgan (@morgan_randy) | |
| Fix typo | |||
| 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 | |
| 2016-11-04 | chore(test): remove unused variables | randym | |
| 2016-11-04 | Merge pull request #455 from acl-services/text-type | Randy Morgan (@morgan_randy) | |
| Implement :text cell type | |||
| 2016-11-03 | Add tests | Arkadiy Butermanov | |
| 2016-11-03 | Merge pull request #495 from md5/merge_cells-allow-row | Randy Morgan (@morgan_randy) | |
| Allow a Row to be passed to merge_cells | |||
| 2016-11-03 | Merge pull request #497 from olleolleolle/fix/jruby-9.1.5.0-on-travis | Randy Morgan (@morgan_randy) | |
| Travis: Test on JRuby 9.1.5.0 | |||
| 2016-11-02 | Travis: drop 1.9.2 | Olle Jonsson | |
| 2016-11-02 | Travis: use Trusty, add haveged, get rbx-3 | Olle Jonsson | |
| 2016-11-02 | Allow a Row to be passed to merge_cells | Mike Dillon | |
| 2016-11-02 | Travis: Test on JRuby 9.1.5.0 | Olle Jonsson | |
| 2016-11-02 | chore(travis): allow all rbx builds to fail until the rvm binary is working ↵ | randym | |
| on travis | |||
| 2016-11-02 | chore(travis): remove 2.3 | randym | |
| 2016-11-02 | chore(travis): specify rbx-2 to test travis workaround | randym | |
| 2016-11-02 | fix(travis): allow rbx to fail and explicitly add 2.3 | randym | |
| 2016-11-02 | Merge pull request #483 from DatekWireless/master | Randy Morgan (@morgan_randy) | |
| Enable Windows testing on AppVeyor | |||
| 2016-11-02 | Merge pull request #496 from olleolleolle/patch-1 | Randy Morgan (@morgan_randy) | |
| README: Use SVG icon for Travis badge [ci skip] | |||
| 2016-11-01 | README: Use SVG icon for Travis badge [ci skip] | Olle Jonsson | |
| 2016-10-09 | Fix #472: worksheet name with underscore | sato-s | |
| Previously, worksheet name was defined as a serializable_attributes that Axlsx automatically camelize by Axlsx.camel . This cause an unexpected worksheet name convertion. For instance, - "Pie_chart" is converted into "Piechart" - "_example" is converted into "Example" This patch disables an unexpected worksheet name convertion. | |||
| 2016-10-07 | set color with Row#color= | sato-s | |
| 2016-09-06 | Adjust the Gemfile to work with older Rake on older Ruby 1.x | Uwe Kubosch | |
| 2016-09-06 | Add appveyor.yml | Uwe Kubosch | |
| 2016-04-05 | Escape html in :text type | Arkadiy Butermanov | |
| 2016-03-23 | Implement :text cell type | Arkadiy Butermanov | |
| 2016-02-28 | Merge pull request #420 from romuloceccon/fix_core_r_schema | Randy Morgan (@morgan_randy) | |
| Fix core rels namespace | |||
