| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-04 | Remove ruby 2.1 and 2.2 from Travis | Noel Peden | |
| 2019-10-02 | Merge pull request #10 from marshall-lee/caxlsx-fix_relationship_cache | Noel Peden | |
| Fix Relationship.instances cache | |||
| 2019-10-02 | Merge pull request #2 from inopinatus/master | Noel Peden | |
| Bump dependencies for nokogiri, ruby, and rubyzip. | |||
| 2019-10-02 | Cache relationship in Hash rather than in Array. | Vladimir Kochnev | |
| Also cacle only ids, not entire instances. | |||
| 2019-10-02 | Fix Relationship.instances cache. | Vladimir Kochnev | |
| This PR aims to fix several issues with Relationship cache: 1) It's not threadsafe, so I propose to use a TLS variable for this. 2) Memory obtained by cache remains non-freed before the next run of `serialize`. I think it should be freed immediately. 3) Memory should be freed in `ensure` block to prevent memory bloating in case of exception. *There are only two hard things in Computer Science: cache invalidation and naming things.* | |||
| 2019-09-30 | Fix github links / repo names [skip ci] | Noel Peden | |
| 2019-09-30 | Merge pull request #3 from kiskoza/fix-rails-auto-require | Noel Peden | |
| Add caxlsx.rb to make auto require work | |||
| 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-26 | Update gem install instructions to use caxlsx | Stefan Daschek | |
| 2019-09-26 | Update README.md to show Travis CI status of this fork. | Josef Šimánek | |
| 2019-09-26 | add some ruby versions | takkanm | |
| 2019-09-26 | add and update some ruby versions | takkanm | |
| 2019-09-26 | Fix URL in README (#6) | Paul McMahon | |
| 2019-09-23 | Gemspec home page fix [skip ci] | Noel Peden | |
| 2019-09-17 | Add caxlsx.rb to make auto require work | Koza | |
| https://guides.rubygems.org/make-your-own-gem/ The convention is to have one Ruby file with the same name as your gem, since that gets loaded when require is run. | |||
| 2019-09-10 | Update README.md | Noel Peden | |
| 2019-09-08 | Change gem name | Noel Peden | |
| 2019-09-08 | Merge branch 'master' of https://github.com/caxlsx/axlsx | Noel Peden | |
| 2019-09-08 | Release 3.0.0 | Noel Peden | |
| 2019-09-08 | Update README.md | Noel Peden | |
| 2019-09-08 | Update README.md | Noel Peden | |
| 2019-09-08 | Add community caxlsx notice | Noel Peden | |
| 2018-04-24 | Merge pull request #532 from olleolleolle/patch-3 | Randy Morgan (@morgan_randy) | |
| Travis: jruby-9.1.15.0 | |||
| 2018-04-24 | Travis: use jruby-9.1.17.0 | Olle Jonsson | |
| 2018-02-22 | chore(examples): include examples for customized locking and single print ↵ | randym | |
| area specification with defined names | |||
| 2018-02-15 | chore(examples): do more crazy in the data_validation example | randym | |
| 2018-02-15 | chore(examples): update data validation example to show raw list validation | randym | |
| 2018-02-15 | Merge pull request #575 from randym/release-3.0.0 | Randy Morgan (@morgan_randy) | |
| Release 3.0.0 | |||
| 2018-02-14 | chore(deps): specify dep semantic versions | randym | |
| 2018-02-14 | fix(nokogiri): only allow latest patched nokogiri | randym | |
| 2018-02-14 | Merge branch 'master' into release-3.0.0 | randym | |
| 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 | |
