Skip to content

Commit d862dd4

Browse files
committed
Bump version to 3.1
1 parent b117772 commit d862dd4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Parse CSV with Javascript
22
========================================
33

4-
[![mholt on Gittip](http://img.shields.io/badge/tips-accepted-brightgreen.svg?style=flat)](https://www.gittip.com/mholt/)
4+
[![mholt on Gratipay](http://img.shields.io/badge/tips-accepted-brightgreen.svg?style=flat)](https://www.gratipay.com/mholt/)
55

66
Papa Parse (formerly the jQuery Parse Plugin) is a robust and powerful CSV (character-separated values) parser with these features:
77

@@ -12,12 +12,12 @@ Papa Parse (formerly the jQuery Parse Plugin) is a robust and powerful CSV (char
1212
- Auto-detect the delimiter
1313
- Worker threads to keep your web page reactive
1414
- Header row support
15+
- Pause, resume, abort
1516
- Can convert numbers and booleans to their types
1617
- Graceful and robust error handling
1718
- Minor jQuery integration to get files from `<input type="file">` elements
1819

19-
All are optional (except for being easy to use).
20-
20+
Papa Parse has **no dependencies** - not even jQuery.
2121

2222

2323
Homepage & Demo

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authors": [
66
"Matthew Holt"
77
],
8-
"description": "Papa is a powerful CSV (delimited text) parser",
8+
"description": "Papa Parse is a powerful CSV (delimited text) parser for the browser. (A port for Node.js is available as Baby Parse.)",
99
"keywords": [
1010
"csv",
1111
"parse",

papaparse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Papa Parse
3-
v3.0.1
3+
v3.1.0
44
https://github.com/mholt/PapaParse
55
*/
66
(function(global)

papaparse.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

parse.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"title": "Papa Parse",
55
"description": "Powerful CSV parser that converts CSV to JSON and JSON to CSV. Supports web workers and streaming large files. Gracefully handles malformed input.",
66
"keywords": [

0 commit comments

Comments
 (0)