Roo v2.5.0 Release Notes
Release Date: 2016-08-21 // over 6 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