| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-14 | Merge pull request #574 from simonini/patch-1 | Randy Morgan (@morgan_randy) | |
| the link is dead and pledgie.com is close | |||
| 2018-02-14 | the link is dead and pledgie.com is close | Alessandro | |
| Some alternative to make a donation? | |||
| 2018-02-08 | chore(coverage): 100% coverage, 100% docs | randym | |
| 2018-02-08 | chore(coverage) increase coverage and cleanup | randym | |
| 2018-02-07 | Merge branch 'master' into release-3.0.0 | randym | |
| 2018-02-07 | fix(docs): patch docs returns -> return | randym | |
| 2018-02-07 | Merge pull request #565 from ezcater/safe_frozen_sanitize | Randy Morgan (@morgan_randy) | |
| Axlsx.sanitize() uses delete() vs. delete!() for frozen strings | |||
| 2018-02-06 | Adds Axlsx.sanitize() unit tests | Winfield Peterson | |
| Verify frozen/unfrozen paths for sanitize() helper. | |||
| 2018-02-06 | Merge branch 'master' into release-3.0.0 | randym | |
| 2018-02-06 | Merge pull request #554 from ryantk/patch-1 | Randy Morgan (@morgan_randy) | |
| Fix incorrect option value in rdoc | |||
| 2018-02-06 | Merge pull request #563 from MedText/master | Randy Morgan (@morgan_randy) | |
| Add support for Area Charts and 2D Bar Charts | |||
| 2018-02-06 | Merge pull request #432 from repinel/fix-cols-doc | Randy Morgan (@morgan_randy) | |
| [ci skip] Fix the documentation for Worksheet#cols | |||
| 2018-02-06 | Merge branch 'master' into release-3.0.0 | randym | |
| 2018-02-06 | Merge pull request #528 from chifung7/sort_archive_entries | Randy Morgan (@morgan_randy) | |
| Sort archive entries for correct MIME detection | |||
| 2018-01-11 | chore(ruby2): remove 2.0.0 from test matrix | randym | |
| 2018-01-11 | fix(merge): resolve merge conflicts in .travis.yml | randym | |
| 2018-01-11 | chore(clean): remove white space | randym | |
| 2018-01-11 | Merge pull request #557 from mikaji/update_travis | Randy Morgan (@morgan_randy) | |
| CI against latest rubies | |||
| 2017-12-08 | Travis: jruby-9.1.15.0 | Olle Jonsson | |
| 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] | |||
