Roo v2.5.0 Release Notes

Release Date: 2016-08-21 // over 7 years ago
  • ๐Ÿ›  Fixed

    • โœ‚ Remove temporary directories via finalizers on garbage collection. This cleans them up in all known cases, rather than just when the #close method is called. The #close method can be used to cleanup early. 329
    • ๐Ÿ›  Fixed README.md typo 318
    • ๐ŸŽ Parse sheets in ODS files once to improve performance 320
    • ๐Ÿ›  Fix some Cell conversion issues 324 and 331
    • ๐Ÿ‘Œ Improved memory performance 332
    • โž• Added no_hyperlinks option to improve streamig performance 319 and 333

    ๐Ÿ—„ Deprecations

    • Roo::Base::TEMP_PREFIX should be accessed via Roo::TEMP_PREFIX
    • The private Roo::Base#make_tempdir is now available at the class level in classes that use temporary directories, added via Roo::Tempdir ======= ### โž• Added
    • ๐Ÿ“œ Discard hyperlinks lookups to allow streaming parsing without loading whole files