Browse Source

Merge branch 'master' of https://github.com/mholt/PapaParse

pull/679/head
Rado Konuch 6 years ago
parent
commit
b039a926ee
  1. 3
      README.md
  2. 11
      docs/demo.html
  3. 9
      docs/docs.html
  4. 9
      docs/faq.html
  5. 10
      docs/index.html
  6. 1
      docs/resources/js/lovers.js
  7. 2
      package.json
  8. 2
      papaparse.js
  9. 4
      papaparse.min.js

3
README.md

@ -39,8 +39,7 @@ To learn how to use Papa Parse:
- [Documentation](http://papaparse.com/docs) - [Documentation](http://papaparse.com/docs)
The website is hosted on on [Github Pages](https://pages.github.com/). It's content is also inclued on the docs folder of this repository. If The website is hosted on [Github Pages](https://pages.github.com/). It's content is also include in the docs folder of this repository. If you want to contribute on it just clone the master of this repository and open a pull request.
you want to contribute on it just clone the master of this repository and open a pull request.
Papa Parse for Node Papa Parse for Node

11
docs/demo.html

@ -34,7 +34,7 @@
</div> </div>
</div> </div>
<div class="grid-20 hide-on-mobile text-center"> <div class="grid-20 hide-on-mobile text-center">
<a href="/" class="text-logo">Papa Parse 4</a> <a href="/" class="text-logo">Papa Parse 5</a>
</div> </div>
<div class="grid-40 mobile-grid-50 text-right"> <div class="grid-40 mobile-grid-50 text-right">
<div class="links"> <div class="links">
@ -44,9 +44,6 @@
<a href="http://stackoverflow.com/questions/tagged/papaparse"> <a href="http://stackoverflow.com/questions/tagged/papaparse">
<i class="fa fa-stack-overflow fa-lg"></i> Help <i class="fa fa-stack-overflow fa-lg"></i> Help
</a> </a>
<!-- <a href="https://matt.life/pay" class="donate">
<i class="fa fa-heart fa-lg"></i> Donate
</a> -->
</div> </div>
</div> </div>
</div> </div>
@ -224,7 +221,7 @@
<br><br> <br><br>
Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a> Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a>
<br> <br>
&copy; 2013-2018 &copy; 2013-2019
</div> </div>
<div class="grid-15 mobile-grid-50 links"> <div class="grid-15 mobile-grid-50 links">
<h5>Learn</h5> <h5>Learn</h5>
@ -234,7 +231,7 @@
</div> </div>
<div class="grid-15 mobile-grid-50 links"> <div class="grid-15 mobile-grid-50 links">
<h5>Project</h5> <h5>Project</h5>
<a href="https://gratipay.com/mholt">Donate</a> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=S6VTL9FQ6L8EN&item_name=PapaParse&currency_code=EUR&source=url">Donate</a>
<a href="https://github.com/mholt/PapaParse">GitHub</a> <a href="https://github.com/mholt/PapaParse">GitHub</a>
<a href="https://twitter.com/search?q=%23PapaParse">Share</a> <a href="https://twitter.com/search?q=%23PapaParse">Share</a>
</div> </div>
@ -255,4 +252,4 @@
</div> </div>
</footer> </footer>
</body> </body>
</html> </html>

9
docs/docs.html

@ -34,7 +34,7 @@
</div> </div>
</div> </div>
<div class="grid-20 hide-on-mobile text-center"> <div class="grid-20 hide-on-mobile text-center">
<a href="/" class="text-logo">Papa Parse 4</a> <a href="/" class="text-logo">Papa Parse 5</a>
</div> </div>
<div class="grid-40 mobile-grid-50 text-right"> <div class="grid-40 mobile-grid-50 text-right">
<div class="links"> <div class="links">
@ -44,9 +44,6 @@
<a href="http://stackoverflow.com/questions/tagged/papaparse"> <a href="http://stackoverflow.com/questions/tagged/papaparse">
<i class="fa fa-stack-overflow fa-lg"></i> Help <i class="fa fa-stack-overflow fa-lg"></i> Help
</a> </a>
<!-- <a href="https://matt.life/pay" class="donate">
<i class="fa fa-heart fa-lg"></i> Donate
</a> -->
</div> </div>
</div> </div>
</div> </div>
@ -915,7 +912,7 @@ var csv = Papa.unparse({
<br><br> <br><br>
Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a> Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a>
<br> <br>
&copy; 2013-2018 &copy; 2013-2019
</div> </div>
<div class="grid-15 mobile-grid-50 links"> <div class="grid-15 mobile-grid-50 links">
<h5>Learn</h5> <h5>Learn</h5>
@ -925,7 +922,7 @@ var csv = Papa.unparse({
</div> </div>
<div class="grid-15 mobile-grid-50 links"> <div class="grid-15 mobile-grid-50 links">
<h5>Project</h5> <h5>Project</h5>
<a href="https://gratipay.com/mholt">Donate</a> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=S6VTL9FQ6L8EN&item_name=PapaParse&currency_code=EUR&source=url">Donate</a>
<a href="https://github.com/mholt/PapaParse">GitHub</a> <a href="https://github.com/mholt/PapaParse">GitHub</a>
<a href="https://twitter.com/search?q=%23PapaParse">Share</a> <a href="https://twitter.com/search?q=%23PapaParse">Share</a>
</div> </div>

9
docs/faq.html

@ -35,7 +35,7 @@
</div> </div>
</div> </div>
<div class="grid-20 hide-on-mobile text-center"> <div class="grid-20 hide-on-mobile text-center">
<a href="/" class="text-logo">Papa Parse 4</a> <a href="/" class="text-logo">Papa Parse 5</a>
</div> </div>
<div class="grid-40 mobile-grid-50 text-right"> <div class="grid-40 mobile-grid-50 text-right">
<div class="links"> <div class="links">
@ -45,9 +45,6 @@
<a href="http://stackoverflow.com/questions/tagged/papaparse"> <a href="http://stackoverflow.com/questions/tagged/papaparse">
<i class="fa fa-stack-overflow fa-lg"></i> Help <i class="fa fa-stack-overflow fa-lg"></i> Help
</a> </a>
<!-- <a href="https://matt.life/pay" class="donate">
<i class="fa fa-heart fa-lg"></i> Donate
</a> -->
</div> </div>
</div> </div>
</div> </div>
@ -262,7 +259,7 @@
<br><br> <br><br>
Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a> Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a>
<br> <br>
&copy; 2013-2018 &copy; 2013-2019
</div> </div>
<div class="grid-15 mobile-grid-50 links"> <div class="grid-15 mobile-grid-50 links">
<h5>Learn</h5> <h5>Learn</h5>
@ -272,7 +269,7 @@
</div> </div>
<div class="grid-15 mobile-grid-50 links"> <div class="grid-15 mobile-grid-50 links">
<h5>Project</h5> <h5>Project</h5>
<a href="https://gratipay.com/mholt">Donate</a> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=S6VTL9FQ6L8EN&item_name=PapaParse&currency_code=EUR&source=url">Donate</a>
<a href="https://github.com/mholt/PapaParse">GitHub</a> <a href="https://github.com/mholt/PapaParse">GitHub</a>
<a href="https://twitter.com/search?q=%23PapaParse">Share</a> <a href="https://twitter.com/search?q=%23PapaParse">Share</a>
</div> </div>

10
docs/index.html

@ -27,7 +27,7 @@
<h1>Papa Parse</h1> <h1>Papa Parse</h1>
<h2>The powerful, in-browser CSV parser for big boys and girls</h2> <h2>The powerful, in-browser CSV parser for big boys and girls</h2>
<a href="https://github.com/mholt/PapaParse/archive/4.6.0.zip" class="button"> <a href="https://github.com/mholt/PapaParse/archive/5.0.0.zip" class="button">
<i class="fa fa-download"></i>&nbsp; Download <i class="fa fa-download"></i>&nbsp; Download
</a> </a>
<a href="/demo" class="button red"> <a href="/demo" class="button red">
@ -81,7 +81,7 @@ Papa.parse(bigFile, {
</div> </div>
</div> </div>
<div class="grid-20 hide-on-mobile text-center"> <div class="grid-20 hide-on-mobile text-center">
<a href="/" class="text-logo">Papa Parse 4</a> <a href="/" class="text-logo">Papa Parse 5</a>
</div> </div>
<div class="grid-40 mobile-grid-50 text-right"> <div class="grid-40 mobile-grid-50 text-right">
<div class="links"> <div class="links">
@ -97,7 +97,7 @@ Papa.parse(bigFile, {
</header> </header>
<div class="insignia"> <div class="insignia">
<div class="firefox-hack"><div id="version-intro">Version</div><div id="version">4.6</div></div> <div class="firefox-hack"><div id="version-intro">Version</div><div id="version">5.0</div></div>
</div> </div>
@ -196,7 +196,7 @@ Papa.parse(bigFile, {
<div class="grid-100 text-center"> <div class="grid-100 text-center">
<br> <br>
<b><a href="https://github.com/mholt/PapaParse/blob/gh-pages/resources/js/lovers.js" class="add-lover-link subheader"><i class="fa fa-plus-square"></i> Add your link (it's free)</a></b> <b><a href="https://github.com/mholt/PapaParse/blob/master/docs/resources/js/lovers.js" class="add-lover-link subheader"><i class="fa fa-plus-square"></i> Add your link (it's free)</a></b>
</div> </div>
</div> </div>
</section> </section>
@ -522,7 +522,7 @@ var csv = Papa.unparse(yourData);</code></pre>
<br><br> <br><br>
Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a> Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a>
<br> <br>
&copy; 2013-2018 &copy; 2013-2019
</div> </div>
<div class="grid-15 mobile-grid-50 links"> <div class="grid-15 mobile-grid-50 links">
<h5>Learn</h5> <h5>Learn</h5>

1
docs/resources/js/lovers.js

@ -84,6 +84,7 @@ var peopleLovePapa = [
name: "Mailcheck.co", name: "Mailcheck.co",
description: "Mailcheck is email validation service. All emails usually stored in CSV's. We use Papa Parse to process data from our customers in browser", description: "Mailcheck is email validation service. All emails usually stored in CSV's. We use Papa Parse to process data from our customers in browser",
quote: "Papa Parser allowed our customers to preview and process csv's in browser, without uploading them to server. It saves lots of time and space :)" quote: "Papa Parser allowed our customers to preview and process csv's in browser, without uploading them to server. It saves lots of time and space :)"
},
{ {
link: "https://flatfile.io", link: "https://flatfile.io",
name: "Flatfile.io", name: "Flatfile.io",

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "papaparse", "name": "papaparse",
"version": "5.0.0-beta.0", "version": "5.0.0",
"description": "Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.", "description": "Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.",
"keywords": [ "keywords": [
"csv", "csv",

2
papaparse.js

@ -1,6 +1,6 @@
/* @license /* @license
Papa Parse Papa Parse
v5.0.0-beta.0 v5.0.0
https://github.com/mholt/PapaParse https://github.com/mholt/PapaParse
License: MIT License: MIT
*/ */

4
papaparse.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save