Added CRLF option on CSV write to better support Windows, see issue #24. This is a minor release bump. The prior behavior of CSV writes was to default to LF regardless of operating system. Now by default the use of CRLF is set to return for Windows and false for everyone else. It can be explicitly set using the -crlf
command line option for programs that output CSV content.
Full Changelog: v1.2.12...v1.3.0