Sergi Almacellas Abellana
d2206b3d93
Update download version from webpage
6 years ago
Sergi Almacellas Abellana
788631f4db
Patch version bump
6 years ago
David Boskovic
d5e2fae859
Resolve parsing issue when first field is empty and unquoted ( #696 )
6 years ago
haxxxton
76dc5a6d7f
Maintain precision on big numbers (>2^53 || <-2^53) when dynamicTyping is on ( #694 )
6 years ago
Sergi Almacellas Abellana
408823330b
Patch version bump
6 years ago
konuch
49170b76b3
Make the demo website use the new 5.0.0 version. ( #679 )
6 years ago
morance
792641e36b
Modified the GuessDelimiter function ( #687 )
6 years ago
Hugh Anderson
54f8aecc9c
Fix syntax error ( #677 )
...
Unclosed braces cause JS error
6 years ago
Hugh Anderson
5763ff3603
Fix invalid link to lovers.js ( #678 )
6 years ago
0xflotus
20768da008
Fix typos on README
6 years ago
Sergi Almacellas Abellana
b7a2d41843
Update docs version and COPYRIGHT year
...
Closes #668
6 years ago
Tom Byrer
a66776140f
update webiste to v5 ( #669 )
...
But looking at the file history, seems you kept it up.
6 years ago
Sergi Almacellas Abellana
1f43cb8f01
Major version bump
6 years ago
konuch
96313a4356
Handle delimiter guessing, when not all of the fields are quoted ( #665 )
6 years ago
Sergi Almacellas Abellana
dd0f4ba2ef
Update donate link on non index pages
...
Closes #664
6 years ago
jjech
ae25f7cefd
Update FAQ with reference to configuration issue #655 ( #656 )
6 years ago
Peter Theill
73a10de0c9
Include Familio ( #654 )
...
Familio uses Papa and absolutely loves it
6 years ago
Sergi Almacellas Abellana
b28a552137
Explain that docs are hosted on docs folder
6 years ago
ilias bhallil
b74bd9e884
Add downloadRequestHeaders Doc to the website ( #647 )
6 years ago
Varun Sharma
f2930716d0
BugFix #636 Pause and resume (In a quick succession) gets you lot of exceptions and an infinite loop ( #637 )
6 years ago
Ledion Bitincka
a627547d87
Add ability to support escapeChar on unparse ( #631 )
6 years ago
janisdd
941033094a
Allow to specify the columns used for unparse ( #632 )
6 years ago
janisdd
6107789c6b
- some minor doc fixes
6 years ago
Konstantin Nosov
b9f1ebae32
Add mailcheck.co to lovers.js ( #629 )
...
Papa Parser is a great help for us. Such a function like guessing delimiters saved lots of our clients time.
6 years ago
janisdd
108d91cecc
- added table for unparse config options ( #628 )
6 years ago
Jonathan Grimes
265e09c67a
Ensure data is correctly parsed with header: true ( #621 )
...
Fixes #619
6 years ago
Sergi Almacellas Abellana
0e7f50be0a
Include delimiter to guess tests on custom tests
6 years ago
Sergi Almacellas Abellana
757b1bf6e0
Add DelimitersToGuess config option ( #555 )
6 years ago
Jonathan Beliën
b7529303e3
Exñ.a( #625 )
...
See #597
6 years ago
janisdd
104004811c
Update unparse documentation ( #622 )
6 years ago
Sergi Almacellas Abellana
dc16b88e5e
Do not pass an array of array when using step and worker
...
Closes #613
6 years ago
Sergi Almacellas Abellana
71c2eee63c
Use latest stable version for file download links
...
Closes #615
6 years ago
Sergi Almacellas Abellana
f6b1b36c3f
Correctly guess deliminter when mixed with commas
...
Closes #592
6 years ago
Sergi Almacellas Abellana
a5ba84600d
Update donate link
...
Fixes #614
6 years ago
Chris Zubak-Skees
9a541b1e56
Consistently apply regex escaping to quoteChar ( #602 )
6 years ago
Sergi Almacellas Abellana
ae982483cb
Improve transform function docs and tests. Fixes #601
6 years ago
Sergi Almacellas Abellana
bac638610d
Beta version bump
6 years ago
Sergi Almacellas Abellana
46160eed95
Remove Array.isArray() polyfill
...
Fixes #598
6 years ago
Sergi Almacellas Abellana
2fe54b7a81
Remove trailing space on faqs
6 years ago
Jonathan Grimes
296c89049b
cleanup remnants of phantomjs
6 years ago
Jonathan Grimes
4ecae0b5bb
Support workers from inline-blobs
...
Simplify worker to just use inline-blob
6 years ago
Sergi Almacellas Abellana
ded2feb4f2
Update file test case to do not filter response data
...
Now a single row is returned on the step function
6 years ago
Jacopo Farina
9a4a00a1ee
Move to mocha-headless-chrome for running tests
...
Additionally, upgrade mocha.
6 years ago
Leo Anthias
6672789905
Remove If-None-Match header. Fixes #595 ( #596 )
6 years ago
Sergi Almacellas Abellana
a0026683f7
Return data directly on NodeStream as step function now returns a single row
6 years ago
Sergi Almacellas Abellana
a7eb6343be
Return unique row as data on step function ( #500 )
6 years ago
Gabe Gorelick
2151cf1b90
Throw Error objects instead of strings ( #497 )
...
Unlike strings, Error objects allow you to get stack traces.
Also, a lot of libraries will complain if they encounter a
thrown non-Error object.
This is in line with standard Javascript best practices.
Per https://eslint.org/docs/rules/no-throw-literal :
6 years ago
João Sardinha
c95db1f64c
Allow transforming header columns ( #589 )
...
* Deprecate trimHeaders: The same result can be achieved by using transformHeader parameter.
6 years ago
Sergi Almacellas Abellana
30cf324705
Remove support for node6 and add support for node11
6 years ago
Sergi Almacellas Abellana
089b8b9070
Use 5.0.0-alpha as version number
...
Closes #582
6 years ago