News
1.0.7: 2017-07-06
Improvements
Supported screenshot.
chupa-text: Added new options:--need-screenshot--expected-screenshot-size=WIDTHxHEIGHT
Fixes
- CSV decomposer: Fixed a infinite loop bug.
1.0.6: 2017-07-05
Improvements
- Supported non ASCII characters in file name.
1.0.5: 2017-05-02
Improvements
Added
message/rfc822MIME type association with.emland.mewinto the default MIME type list.Searched decomposer even if MIME type is
text/plain.ChupaText::Data#initialize: Accepted source data.ChupaText::UnknownEncodingError: Added.Added plain text formatter.
1.0.4: 2014-02-17
- Removed a needless optimization.
1.0.3: 2014-02-17
- Added
ChupaText::EncryptedError. - Added
ChupaText::InvalidDataError. - Added
ChupaText::Attributes. ChupaText::Data#attributesreturnsChupaText::Attributesinstead ofHash.
1.0.2: 2014-02-15
- Added
ChupaText::SizeParser. - Added
ChupaText::DefaultLogger. - chupa-text: Added
--log-outputoption. - chupa-text: Added
--log-leveloption. - Added
ChupaText::ExternalCommand. - Added MIME types for office files.
1.0.1: 2014-01-05
- chupa-text: Supported loading decomposers installed by RubyGems.
- chupa-text: Added
--disable-gemsoption that disable loading decomposers installed by RubyGems. - chupa-text: Added
-Ioption to use decomposers that are not installed by RubyGems. - Added ChupaText::Data#text_plain?.
- configuration: Changed
mime_typesfrommime_typebecause they processes about a set of MIME types. - configuration: Added PDF to the default MIME type mappings.
1.0.0: 2014-01-05
The first release!!!