Jamie Seter
cacdaa6ee6
commit missed file
6 years ago
Jamie Seter
8d64ead2c0
Address deepEqual using compare by JSON strings.
...
1) JSON does not guarantee the ordering that fields are encoded in the string, making it unreliable for generic hashing.
2) When ordering is maintained, the strings match the ordering the fields were added to the object, making the unit test too tighly coupled to the order they are added in the implementation.
3) A field whose value is undefined versus not being present presents a difference that deepEqual should assert. If it does not matter then possibly a different assert should be used.
6 years ago
Seito Tanaka
6f7e43edd3
Fix step callback function when skipping empty lines ( #714 )
...
Fixes #672
6 years ago
dependabot[bot]
ec26e728ab
Bump open from 0.0.5 to 7.0.0 ( #721 )
...
Bumps [open](https://github.com/sindresorhus/open ) from 0.0.5 to 7.0.0.
- [Release notes](https://github.com/sindresorhus/open/releases )
- [Commits](https://github.com/sindresorhus/open/commits/v7.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
Sergi Almacellas Abellana
5219809f1d
Minor version bump
6 years ago
Jacky Jiang
9b54b11fe2
Fix Range Header processing logic for NetworkStreamer ( #709 )
6 years ago
Grace D'Mello
94d7bf939a
Fix CSV parsing issue when first cell is empty ( #707 )
...
Closes #706
6 years ago
Jay Bowles
bacf4f2a57
Adds Hua Explore to list of lovers ( #705 )
6 years ago
Justin Lettenmair
45c1455b25
Fix README typos ( #704 )
6 years ago
Puzzles
80a1044f1b
Implement quotes config optionally as function ( #703 )
6 years ago
Seito Tanaka
874161a23d
Fix misplaced quotes parsing ( #702 )
...
Closes #699
6 years ago
Sergi Almacellas Abellana
98e3102a42
Use latest PapaParse version on demo page
...
Closes #689
6 years ago
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
7 years ago
Sergi Almacellas Abellana
46160eed95
Remove Array.isArray() polyfill
...
Fixes #598
7 years ago