Sergi Almacellas Abellana
60141533d4
Patch version bump
7 years ago
Sergi Almacellas Abellana
b263e90d7f
Remove reference to babyparse on README
7 years ago
Nik Nyby
d85f57867a
Update mocha to 3.5.0 ( #411 )
8 years ago
Nic Colgrove
b5db7f08cc
Expanded error statements for malformed quoted text ( #409 )
...
* Emit error statements for malformed quoted text
Update parser to emit errors when strings do not adhere to section 2.2
and 2.3 of RFC 4180. Test cases are added to further support.
8 years ago
Sergi Almacellas Abellana
ed9ad86e67
Patch version bump
8 years ago
Sergi Almacellas Abellana
b11d0cb383
Patch version bump
8 years ago
cesare soldini
45b0de3499
Skip correctly empty lines while detecting delimiter, fixes #309 ( #404 )
...
* Skipping empty lines during guessDelimiter phase
Fixes #309
8 years ago
Sergi Almacellas Abellana
9328f4902c
Patch version bump
8 years ago
Svante
a817849947
Better recognition of node commonJS
...
resolves #391 , tested with chrome, LTS node (6.10.3) and current node (8.0.0)
8 years ago
Henri Yandell
5fa465168b
Including license statement
8 years ago
Sergi Almacellas Abellana
06aad9e130
Use tabs instead of spaces for formatting.
...
Closes #386
8 years ago
Brian Cullinan
3bf63f0af8
Update README.md (+1 squashed commit) ( #387 )
...
Squashed commits:
[5c2fa82] Update README.md
8 years ago
Sergi Almacellas Abellana
4d1e42b0ed
Patch version bump
8 years ago
Sergi Almacellas Abellana
0353c413e1
Do not store functions on config as it breaks using async workers
8 years ago
Sergi Almacellas Abellana
8aa60114d5
Use isFunction instead of directly testing the type the object
8 years ago
Sergi Almacellas Abellana
0b15110e5a
Patch version bump
8 years ago
Sergi Almacellas Abellana
b04fc00d0d
Test if dynamictype cache values are undefined instead of false.
...
Otherwise the false values are ignored from the cache.
8 years ago
Sergi Almacellas Abellana
e17d5c4411
Minor version bump
8 years ago
Sergi Almacellas Abellana
242e7ef0d9
Remove uneeded debugger
8 years ago
Sergi Almacellas Abellana
04efec0d61
Simplify dyanmicTypingConfig and add cache for DynmicTypingFunction
8 years ago
vyrak bunleang
f8255fdf51
add ability to configure which columns are dynamically typed
8 years ago
Jim Wright
8383fb4290
Add support for download xhr headers ( #375 )
8 years ago
Sergi Almacellas Abellana
fd6431e385
Minor version bump
8 years ago
Martin Blom
03eaf76ed5
Add support for Node Streams ( #370 )
...
* Node Readable Stream support.
* Updated README with info regarding the Node support.
* Added a simple test for Node Readable Stream parsing.
8 years ago
Matthew Holt
b5dc67545b
Merge branch 'master' of github.com:mholt/papaparse
8 years ago
Matthew Holt
ad137bd3bc
Remove maintainer notice
8 years ago
Sergi Almacellas Abellana
229af70497
Add test case for headers with preceding comments
...
As described in #351
8 years ago
Sergi Almacellas Abellana
2e78d37ef1
Add default grunt task
8 years ago
Sergi Almacellas Abellana
35e62c1b7a
Patch version bump
8 years ago
Sergi Almacellas Abellana
ff398191f2
Return an empty object when failing to determine global scope.
8 years ago
sandstrom
6297e4ec00
Determine global scope without using eval
8 years ago
Sergi Almacellas Abellana
4fb911d9e3
Patch version bump
8 years ago
Sergi Almacellas Abellana
a0500c469f
Merge pull request #335 from hanwiz/master
...
Finish with current data when no content-range
8 years ago
Prayash Mohapatra
32cc6cad64
Add Custom Quote Character to unparse ( #329 )
8 years ago
Sergi Almacellas Abellana
449972eb65
Merge pull request #318 from mickylad/delimiter-callback
...
Add callback option for specifying delimiter.
8 years ago
Sergi Almacellas Abellana
6258a6aeae
Merge pull request #346 from 12CU/header-option-for-unparse
...
Allow to unparse without headers
8 years ago
Matthew Holt
ed0f5795e4
Add author’s note to read about seeking lead maintainer
8 years ago
Tijs Zwinkels
d4641f4d62
header: option for unparse
8 years ago
Tijs Zwinkels
68e3a6d803
header: option for unparse - Test
8 years ago
Matt Holt
a72309fc66
Merge pull request #338 from ONE-LOGIC/master
...
char replacement if non default quoteChar
9 years ago
Simon Hilz
37c2100182
char replacement if non default quoteChar
9 years ago
Hanwiz
341b98fe4e
No Content-Range, then finish with current data!
9 years ago
Matt Holt
382956a715
Merge pull request #322 from marshall007/dynamic-columns
...
Support dynamic typing on explicitly defined columns
9 years ago
marshall007
7225d8ec79
Support dynamic typing on explicitly defined columns
9 years ago
Michael Orchard
787ac7d8f7
Add callback option for specifying delimiter.
9 years ago
Matt Holt
caf0002dfc
Merge pull request #317 from prayashm/master
...
Add custom quote character option for parsing CSV files
9 years ago
Prayash Mohapatra
adba1c0955
Add custom quote character option for parsing CSV files
9 years ago
Matt Holt
8c758484a1
Merge pull request #308 from IngloriousCoderz/master
...
Fix global behaviour in UMD module
9 years ago
IceOnFire
fbf22867bf
Fix global Papa var name
...
That was a really bad slip.
9 years ago
Matteo Antony Mistretta
b576922d57
Fix UMD ( #305 )
...
* Fix UMD
* Fix indentation
Spaces and tabs were mixed during copy&paste of external code.
9 years ago