Matthew Holt
04003739ad
Minor version bump, 4.1.1
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
John MacAslan
77c3e6162f
updated tests to check complete is called after aborted
10 years ago
Matt Holt
21a475bd9b
Merge pull request #181 from bluej100/complete
...
read files in a single chunk for complete results (#179 )
10 years ago
Braden Anderson
b038e4799e
read files in a single chunk for complete results ( #179 )
10 years ago
John MacAslan
208b229a3a
fixed support for aborting parsing
10 years ago
Matt Holt
b3c84bf1f1
Merge pull request #172 from robd/module-loading
...
Module loading
10 years ago
Matthew Holt
4efe5b68f9
Dynamic typing converts "TRUE" and "FALSE" to boolean
10 years ago
Rob Dupuis
f51c552917
Added first cut of some tests for using PapaParse as a Node module
10 years ago
Rob Dupuis
ec4c72e5bf
Do not set IS_WORKER when PapaParse is loaded as a node module
...
The existing check, that there was no global.document, incorrectly identified PapaParse as running in a web worker when loaded by node. Checking for the availability of the postMessage() method (which we rely on already) fixes this, whilst not exposing us to any more of the WebWorker API.
10 years ago
Rob Dupuis
2d5c591d80
Add support for node module exports format
...
Backported from BabyParse
10 years ago
Rob Dupuis
ee17e59c43
Do not assign Papa to the global namespace if loaded with RequireJS
10 years ago
Rob Dupuis
7709cb5d07
Explicitly pass window as global context if it is available
...
This helps with Browserify / webpack integration see #167
10 years ago
Matthew Holt
347befde6c
Minor cleanups, and RequireJS integration fix
10 years ago
Matthew Holt
8f3f41b7c7
Allow multiple-char delimiters ( closes #160 )
10 years ago
Matt Holt
bfbfedb8fc
Merge pull request #149 from mnibecker/require-friendly
...
Making Papa require friendly.
10 years ago
Matt Nibecker
40d5be9eb3
Use isFunction method. Use anonymous define
10 years ago
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 Nibecker
ffa5761e50
Making Papa require friendly. Added functionality to return Papa obj is app is using require
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