Papa Parse v5.0.0 Release Notes

Release Date: 2019-05-30 // almost 5 years ago
  • ๐Ÿš€ 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!