The dependency papaparse was updated from 4.6.3 to 5.0.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for 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!
Commits
The new version differs by 38 commits ahead by 38, behind by 3.
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
The dependency papaparse was updated from
4.6.3
to5.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for Version 5.0.0
We are happy to announce a new major release of PapaParse.
This relase (5.0.0) introduces the following changes:
Happy parsing!
Commits
The new version differs by 38 commits ahead by 38, behind by 3.
1f43cb8
Major version bump
96313a4
Handle delimiter guessing, when not all of the fields are quoted (#665)
dd0f4ba
Update donate link on non index pages
ae25f7c
Update FAQ with reference to configuration issue #655 (#656)
73a10de
Include Familio (#654)
b28a552
Explain that docs are hosted on docs folder
b74bd9e
Add downloadRequestHeaders Doc to the website (#647)
f293071
BugFix #636 Pause and resume (In a quick succession) gets you lot of exceptions and an infinite loop (#637)
a627547
Add ability to support escapeChar on unparse (#631)
9410330
Allow to specify the columns used for unparse (#632)
6107789
- some minor doc fixes
b9f1eba
Add mailcheck.co to lovers.js (#629)
108d91c
- added table for unparse config options (#628)
265e09c
Ensure data is correctly parsed with header: true (#621)
0e7f50b
Include delimiter to guess tests on custom tests
There are 38 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: