All Versions
50
Latest Version
Avg Release Cycle
73 days
Latest Release
160 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.2.3 Changes
January 27, 2018- fixed regression / test
- fuxed quote_char interpolation for headers, but not data (thanks to Colin Petruno)
- bugfix (thanks to Joshua Smith for reporting)
-
v1.2.2
January 27, 2018 -
v1.2.1
January 26, 2018 -
v1.2.0 Changes
January 20, 2018- add default validation that a header can only appear once
- add option
required_headers
-
v1.1.5 Changes
November 06, 2017- fix issue with invalid byte sequences in header (issue #103, thanks to Dave Myron)
- fix issue with invalid byte sequences in multi-line data (thanks to Ivan Ushakov)
- analyze only 500 characters by default when
:row_sep => :auto
is used. added optionrow_sep_auto_chars
to change the default if necessary. (thanks to Matthieu Paret)
-
v1.1.4 Changes
January 17, 2017- fixing UTF-8 related bug which was introduced in 1.1.2 (thanks to Tirdad C.)
-
v1.1.3 Changes
December 30, 2016- added warning when options indicate UTF-8 processing, but input filehandle is not opened with r:UTF-8 option
-
v1.1.2 Changes
December 29, 2016- added option
invalid_byte_sequence
(thanks to polycarpou) - added comments on handling of UTF-8 encoding when opening from File vs. OpenURI (thanks to KevinColemanInc)
- added option
-
v1.1.1 Changes
November 26, 2016- added option to
skip_lines
(thanks to wal) - added option to
force_utf8
encoding (thanks to jordangraft) - bugfix if no headers in input data (thanks to esBeee)
- ensure input file is closed (thanks to waldyr)
- improved verbose output (thankd to benmaher)
- improved documentation
- added option to
-
v1.1.0 Changes
July 26, 2015- added feature :value_converters, which allows parsing of dates, money, and other things (thanks to Raphaël Bleuse, Lucas Camargo de Almeida, Alejandro)
- added error if :headers_in_file is set to false, and no :user_provided_headers are given (thanks to innhyu)
- added support to convert dashes to underscore characters in headers (thanks to César Camacho)
- fixing automatic detection of \r\n line-endings (thanks to feens)