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
Matt Holt
0db1928803
Merge pull request #301 from AstroAndyN/patch-1
...
Fix for complete(res, file) in parse(file, ...)
9 years ago
AstroAndyN
79154acb13
Fix for complete(res, file) in parse(file, ...)
...
Fix the "complete(res, file)" for parse(file, ...) so that "file" is not undefined in "complete". Works for the tested case, but it is not cler if this might cause problems with other "Streamed" reading modes.
9 years ago
Matt Holt
a61e4a3153
Merge pull request #281 from lschjeide/master
...
Fixes auto detecting mixed line endings
9 years ago
Matt Holt
7c468ceb35
Merge pull request #284 from dimitrimitropulos/patch-1
...
small style consistency change (typo?)
9 years ago
dimitrimitropulos
126820a753
small style consistency change (typo?)
9 years ago
Leif Schjeide
4569c6d486
Fixes auto detecting mixed line endings
9 years ago
Matt Holt
6d91309a16
Merge pull request #277 from jbzorg/master
...
Fix newline option for delimiter autodetect
9 years ago
jbzorg
cea69b4ac4
Fix newline option for delimiter autodetect
9 years ago
Matt Holt
921e25076f
Merge pull request #256 from breck7/master
...
Updated double equals to triple equals, removed whitespace at end of …
9 years ago
Breck
4ae5494901
Updated double equals to triple equals, removed whitespace at end of lines and standardized quotes.
9 years ago
Matt Holt
9183ffb2d8
Merge pull request #223 from atomx/withcredentials
...
Added with Credentials option to the config file
9 years ago
Matt Holt
48522bdb5c
Merge pull request #199 from pykiss/master
...
symetric parse and unparse
9 years ago
ommar
75cfc8cdd6
Merge pull request #2 from atomx/master
...
merging latest changes
10 years ago
ommar
7e5044a7a1
Merge pull request #1 from mholt/master
...
pulling the latest changes
10 years ago
Matthew Holt
6fe5c2b947
Patch version bump
10 years ago
Matt Holt
33a8dfcb44
Merge pull request #204 from andekande/patch-1
...
avoid division by zero
10 years ago
Braden Anderson
5f21c93bc8
Merge pull request #211 from benekastah/master
...
Using PapaParse inside a worker
10 years ago
Paul Harper
871a20db2e
Using PapaParse inside a worker
...
Fixes #188
10 years ago
Matt Holt
967fc14dd9
Merge pull request #239 from bluej100/eof
...
handle empty quoted field at EOF
10 years ago
Braden Anderson
69eeb71df6
handle empty quoted field at EOF
10 years ago
Matt Holt
79e0c70112
Merge pull request #234 from Turbo87/jsdoc
...
Replace plain comments with JSDoc comments
10 years ago
Matt Holt
016dd29adf
Merge pull request #233 from Turbo87/mocha
...
Use Mocha, PhantomJS and TravisCI for testing
10 years ago
Tobias Bieniek
212ee33f5c
test-cases: require() necessary test dependencies if running on NodeJS
10 years ago
Tobias Bieniek
678ac76479
tests: Merge test-runner.js into test-cases.js
...
Removed the second <script> tag and the need to require() something on NodeJS
10 years ago
Tobias Bieniek
06a628409a
test-cases: Conditionally disable tests if XMLHttpRequest is unavailable
...
i.e. on NodeJS
10 years ago
Tobias Bieniek
0b3a85cfad
Add TravisCI manifest
10 years ago
Tobias Bieniek
8519f07aed
tests: Support phantomjs testing
10 years ago
Tobias Bieniek
1e0d19a938
Replace plain comments with JSDoc comments
...
Some IDEs (i.e. IntelliJ/WebStorm) are able to extract and show them.
10 years ago
Tobias Bieniek
a9a981f668
test-cases: Conditionally disable custom test using File API
10 years ago
Tobias Bieniek
efafabafdb
Use "mocha" for browser tests
10 years ago
Tobias Bieniek
6048ec6e0c
Use "mocha" for node tests
10 years ago
Tobias Bieniek
3c309274a3
package.json: Extract "test-browser" and "test-node" scripts
10 years ago
Matthew Holt
15451da06b
Change RequireJS wireup - fixes #209
10 years ago
ommar
9252fade22
Added with Credentials option to the config file
10 years ago
Matthew Holt
44cb0b04b5
Range header only if streaming; fixes #196
10 years ago
Jan Hesse
40f5ebcbf2
avoid division by zero
...
if preview didn't find a row, avgFieldCount will be NaN or Infinity
10 years ago
Antonio Fernández Porrúa
bc783fd4ab
More readable (I guess)
10 years ago
Matthew Holt
1c64d5c098
Refactored chunkIndex into isFirstChunk
10 years ago
Matthew Holt
4d701f9d35
Oops, dev player should always use unminified source
10 years ago
Matt Holt
6417f8aa68
Merge pull request #192 from bluej100/beforeFirstChunk
...
beforeFirstChunk callback, fixes #186
10 years ago
Matthew Holt
2fdb173a70
Minor change to the player's chunk callback function
10 years ago
Braden Anderson
b18bb8c888
beforeFirstChunk callback, fixes #186
10 years ago
Matthew Holt
04003739ad
Minor version bump, 4.1.1
10 years ago
antonio
6fcba4dc38
symetric parse and unparse
10 years ago
Braden Anderson
3bd5c47ddc
Merge pull request #183 from topicus/issue_8_complete_results
...
Issue#8 Fix complete results with partial results
10 years ago
Mariano Carballal
0be4b502f0
Issue#8 Fix complete results with partial results
10 years ago
Matt Holt
cada171c8a
Merge pull request #190 from cesarandreu/patch-1
...
Add repository to package.json
10 years ago
Cesar Andreu
0b2e2623f9
Add repository to package.json
...
This removes the "No repository field." warning from npm.
10 years ago
Braden Anderson
8cb4280567
Merge pull request #178 from JohnMacAslan/add-abort-support
...
fixed support for aborting parsing
10 years ago