You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding the convertEmptyStringToNull options to MapCell and to MapRecord to improve string and null conversion
adding the trimFieldValueBeforeCasting options to MapCell and to MapRecord to improve string conversion
adding the trimElementValueBeforeCasting option to CasToArray to improve conversion during denormalization
adding the headerOffset option to CasToArray to improve conversion during denormalization. The optoon is only used with the CSV shape.
Deprecated
None
Fixed
Cast* methods accept more input type to improve Denormalization usage when Reader::addFormatter is used or when the collection contains data other than string and null.
Stream::getSize is added to the internal Stream class
Stream::getContents is added to the internal Stream class
MapIterator::toIterator is added to the internal class MapIterator class to convert any iterable into an Iterator.
Casting a CSV to an array it now will be a collection of array instead of a simple array.
Added the internal class HttpHeaders to improve file download throughout the codebase.
Removed
leage\csv-doctrine is no longer a sub-split of the main league/csv package.