- Calling the library as a function has been removed in favor of
csv.parse.csv()change tocsv.parse()
- Deprecated
fromStringin favor ofparseStringcsv.fromString()change tocsv.parseString()
- Deprecated
fromStreamin favor ofparseStreamacsv.fromStream()change tocsv.parseStream()
- Deprecated
fromPathin favor ofparseFilecsv.fromPath()change tocsv.parseFile()
csv.createWriteStreamhas been removed in favor ofcsv.formatcsv.writeToBufferandcsv.writeToStringno longer accepts acallback, instead they return a promisePromise