Changelog
v3.0.0
csv.parse
.
csv()
change to csv.parse()
fromString
in favor of parseString
csv.fromString()
change to csv.parseString()
fromStream
in favor of parseStream
a
csv.fromStream()
change to csv.parseStream()
fromPath
in favor of parseFile
csv.fromPath()
change to csv.parseFile()
csv.createWriteStream
has been removed in favor of csv.format
csv.writeToBuffer
and csv.writeToString
no longer accepts a callback
, instead they return a promise Promise
Changelog
v2.5.0