Version 5.0.0
We are happy to announce a new major release of PapaParse.
This relase (5.0.0) introduces the following changes:
- We drop support for Node 6.x branch.
- Workers are now loaded with inline blobs, which means that is only needed to specify the worker: true option and Paparse will load it's code from a blob
- Step function returns only a single row
- A function to transform header columns is added. The trimheader option is removed as it can be achieved with this new transform function.
- The API throws now Error objects instead of using error Strings.
- Handle delimiter guessing, when not all of the fields are quoted
- Add ability to support escapeChar on unparse
- Allow to specify the columns used for unparse
- Add DelimitersToGuess config option
Happy parsing!