version 5.3.0
New methods
Writer::setNullHandlingMode
and Writer::getNullHandlingMode
to better handle null
insertion and/or conversion into a CSV field data #28
Bug fix
You don't need to set the ini_set("auto_detect_line_endings", true);
anymore has the library will automatically do it for you. It is needed to be correctly work with a CSV built on a OSX machines.
This version features also internal code improvements.
Please refers to the official documentation for a full explication on the new features.