Added
EnumFormatterto format Enum for CSV serialization
Deprecated
- None
Fixed
- None
Remove
- None
This is the last version supporting PHP8.1
Unclaimed project
Are you a maintainer of csv? Claim this project to take control of your public changelog and roadmap.
EnumFormatter to format Enum for CSV serializationThis is the last version supporting PHP8.1
AbstractCsv::download improved implementation see #569AbstractCsv::from and AbstractCsv::fromString to simplify instantiating Reader and Writer instance.Stream::from and Stream::fromString to simplify internal instantiation of Stream instances.AbstractCsv::createFromString use AbstractCsv::fromString insteadAbstractCsv::createFromStream use AbstractCsv::from insteadJsonFormat::NdJsonHeader and JsonFormat::NdJsonHeaderLessJsonConverter conversion methods accept an optional $header parameter to handle the new JSON formats.Writer::insertAll and converter classes convert methods now accept TabularData and TabularDataProvider implementing classesWarning clas...JsonFormat Enum to allow exporting to JsonLines with the JsonConverter object.TabularDataProvider interface to allow connecting to the package features without implementing all the methods.PHP8.5 in gith...