Matthew Holt
0e0ee8dcfa
Build, version 4.1.0
10 years ago
Matthew Holt
5b79808437
Removed jQuery plugin manifest (site shut down)
10 years ago
Matthew Holt
41b0beb1db
fastMode: false now disables automatic fast mode
10 years ago
Matthew Holt
2dcd5366f8
Updated bower manifest
10 years ago
Matt Holt
247a345ee2
Merge pull request #139 from bluej100/autofast
...
use fast mode automatically when safe
10 years ago
Matthew Holt
ebc78d08af
Default config no longer necessary
10 years ago
Matthew Holt
22d321095c
Cleanup and various minor fixes galore! ( #136 and #138 )
10 years ago
Matthew Holt
b0d2a6fcc3
Eliminated copyAndValidateConfig according to #145
10 years ago
Braden Anderson
e490c8d3f3
use fast mode automatically when safe
10 years ago
Matthew Holt
5c6011ef95
Nuked a couple now-unnecessary lines (see #138 )
10 years ago
Matt Holt
fa97d175c7
Merge pull request #138 from bluej100/stringstreamer
...
more refactoring: StringStreamer
10 years ago
Braden Anderson
57a7349c41
more refactoring: StringStreamer
10 years ago
Matt Holt
7307708420
Merge pull request #137 from bluej100/chunkstreamer
...
refactor common functionality of chunk streaming classes
10 years ago
Braden Anderson
0785501b30
refactor common functionality of chunk streaming classes
10 years ago
Matthew Holt
4ce1458df2
Fixed a couple test cases
10 years ago
Matt Holt
ad8f49e52d
Merge pull request #136 from bluej100/abortworker
...
allow aborting workers
10 years ago
Braden Anderson
889b30cfaf
allow aborting workers
10 years ago
Matt Holt
11e84dfaa7
Merge pull request #135 from bluej100/chunkboundary
...
use parser to find last row end in chunks
10 years ago
Matt Holt
171a7cc575
Merge pull request #125 from bluej100/progress
...
provide current cursor to step callback
10 years ago
Braden Anderson
089d188084
use parser to find last row end in chunks
10 years ago
Braden Anderson
be2c65385c
provide current cursor to step callback
10 years ago
Matt Holt
7f5a4eda53
Merge pull request #127 from bluej100/build
...
add build command
10 years ago
Braden Anderson
d16c013b25
add build command
10 years ago
Matthew Holt
d3a2d638c8
Updated README
10 years ago
Matt Holt
eaa527436d
Merge pull request #124 from bluej100/localtests
...
add tiny server for running tests locally
10 years ago
Matt Holt
ec99cc82f6
Merge pull request #120 from edg2s/script-path-fix
...
Remove document.write for script path and allow external config
10 years ago
Ed Sanders
7dea98ebe4
Use DOMContentLoaded event, always try to use a worker so error is thrown
...
DOMContentLoaded event fires sooner fixing the body-async case.
If the user reqeusts a worker, try to use one even if no path is set
so that a helpful error is shown.
10 years ago
Braden Anderson
a90899a5f9
add tiny server for running tests locally
...
This avoids the security restrictions on web workers over file://.
10 years ago
Ed Sanders
8d33f90c13
Check body exists before attaching load listener & rename flag to LOADED_SYNC
10 years ago
Matthew Holt
b1f12aef39
Strict equals in tight loop; added test case
10 years ago
Matthew Holt
f1eeb6f1ae
Fixed #121 , simplified quote handling logic (yay)
10 years ago
Ed Sanders
65388f3d50
Remove document.write for script path and allow external config
...
1. Use document.getElementsByTag name to find the script's path.
When used async, this fails by providing the wrong path instead
of failing catastrophically.
2. Detect if the script was loaded asynchronously by attaching a load
event to the body and seeing if it fires.
3. Evaluate the correct script path when it is requested. This gives
the user time to manually configuring it using the Papa.SCRIPT_PATH
global. If this isn't done and the script was loaded async, throw
a helpful error explaining how to fix.
10 years ago
Matthew Holt
2eb3d23124
Updated README
10 years ago
Matthew Holt
1d8d406205
Undo Safari regression ( fixes #117 )
10 years ago
Matthew Holt
2afb936a7d
Fix #115
10 years ago
Matthew Holt
b209603bad
Fixed preview when streaming files
10 years ago
Matthew Holt
c483ced162
Strict compare comment char and delimiter
10 years ago
Matthew Holt
a126dd250e
Minor fix for some quotes; new test cases
10 years ago
Matthew Holt
22b312a77d
Invoke complete callback when parsing via jQuery ( fixes #111 )
10 years ago
Matthew Holt
5d5360966d
Updated README and all manifest files
10 years ago
Matthew Holt
e31c231dd7
Test cases for fast mode; preview fix
10 years ago
Matthew Holt
7a20d98190
New fast mode for inputs without quoted fields
10 years ago
Matthew Holt
8849468dee
Invoke error callback if browser throws exception on download ( fixes #110 )
10 years ago
Matthew Holt
3ea908439f
Rewrote core parser; speed improvements, more tests, bug fixes
10 years ago
Matthew Holt
2caa971ef6
Convert "TRUE"/"FALSE" to boolean with dynamicTyping; fixes #108
10 years ago
Matthew Holt
2eb67778cf
File streaming outside of workers, fix for Safari ( fixes #105 )
10 years ago
Matthew Holt
6589011209
Fix for file parsing in workers in Safari ( fixes #106 )
10 years ago
Matt Holt
010baf12fc
Merge pull request #100 from G3z/patch-3
...
Escape the </script> sequence in document.write
10 years ago
Giacomo Trezzi
4077d4b611
can't insert papaparse in script tag
...
this line prevents to include papaparse in an HTML <script> tag
no harm to others
10 years ago
Matthew Holt
8be82c0d62
Removed extra comment; fixed bug in player
10 years ago