Matthew Holt
|
ea3e1d13e4
|
Minified with typo fix
|
11 years ago |
Matt
|
25075aa669
|
Merge pull request #41 from cKlee/master
typo dimiter -> delimiter
|
11 years ago |
Carsten Klee
|
940260a342
|
typo dimiter -> delimiter
|
11 years ago |
Matthew Holt
|
200bc103e7
|
Updated tests with meta field
|
11 years ago |
Matthew Holt
|
7cf15d9b7e
|
Now returning meta object with the delimiter
|
11 years ago |
Matthew Holt
|
b10692acdb
|
Version 2.1 supports reading files with encodings other than UTF-8
|
11 years ago |
Matt
|
31d7f92027
|
Merge pull request #37 from adamlc/master
Fixed issue when using with Ember.js
|
11 years ago |
Adam Curtis
|
0ef7affc73
|
Fixed issue when using with Ember.js
fixes mholt/jquery.parse#36
|
11 years ago |
Matthew Holt
|
8670ed19f2
|
D'oh, updated manifest
|
11 years ago |
Matthew Holt
|
df15814a38
|
Now auto-detecting ASCII 30 and ASCII 31 char delimiters
|
11 years ago |
Matthew Holt
|
4f00ed510d
|
Step tweak is version 2.0.6
|
11 years ago |
Matt
|
1bc3102150
|
Merge pull request #33 from grandivory/bug/step-abort-ignored
Fix a bug that would prevent aborted parsing while streaming
|
11 years ago |
Matt Butt
|
f20a9a2df5
|
Added a return value to the step function when using streaming. This will allow the user to abort parsing by returning false.
|
11 years ago |
Matthew Holt
|
f25df7194f
|
Fix for empty line at beginning of files
|
11 years ago |
Matthew Holt
|
12abbb9068
|
Updated manifest with correct jQuery version requirement
|
11 years ago |
Matthew Holt
|
2194d2d76b
|
Fix for empty first line of input (closes #30)
|
11 years ago |
Matthew Holt
|
68d8798c14
|
Fixed a streaming bug that truncated last line
|
11 years ago |
Matthew Holt
|
85f59bbec0
|
Did away with file type checking; fixes #18 and #22
|
11 years ago |
Matthew Holt
|
26e01f8054
|
Made config object actually optional now
|
11 years ago |
Matt
|
9fa4dffe66
|
Merge pull request #19 from bjaglin/master
Parser options should be optional - merge
|
11 years ago |
Brice Jaglin
|
f4aea729fc
|
add default empty options
|
11 years ago |
Matthew Holt
|
33e3a6a99c
|
Added origins to readme
|
11 years ago |
Matthew Holt
|
9ea0c618e5
|
Updated manifests
|
11 years ago |
Matt
|
a7c6f67e91
|
Merge pull request #17 from dinoboff/master
Add bower support.
|
11 years ago |
Damien Lebrun
|
75da13d9fe
|
Add bower support.
|
11 years ago |
Matthew Holt
|
087b42ca0e
|
Bringing all files up to 2.0; removed index.html in favor of GitHub pages site
|
11 years ago |
Matthew Holt
|
829efd4a4f
|
Streaming is fully functional
|
11 years ago |
Matthew Holt
|
b952dd8911
|
Fixed test driver button disabling
|
11 years ago |
Matthew Holt
|
ff018e7801
|
Tweaked test driver a bit
|
11 years ago |
Matthew Holt
|
ec3053ffb8
|
Updated test driver to support streaming results
|
11 years ago |
Matthew Holt
|
41db637fd0
|
Now supports streaming results (not input)
|
11 years ago |
Matthew Holt
|
e88cff221e
|
Guessing delimiters is 5x more efficient; fixes #14
|
11 years ago |
Matthew Holt
|
a2f7113886
|
Clarified a default value
|
11 years ago |
Matthew Holt
|
800d2cde08
|
Stupid semicolon
|
11 years ago |
Matthew Holt
|
ee1091e88f
|
New feature to auto-detect the delimiter if none is specified (closes #11)
|
11 years ago |
Matthew Holt
|
0ededd7fe2
|
Line endings now considered to be \n, \r, \r\n, or \n\r
|
11 years ago |
Matthew Holt
|
5635cc83fe
|
Errors now keyed by row; closes #9.
|
11 years ago |
Matthew Holt
|
aa5610b937
|
Performance logging memo
|
11 years ago |
Matthew Holt
|
83cb826fd7
|
Reordered a couple things
|
11 years ago |
Matthew Holt
|
0a5980f12a
|
Updated documentation for version 1.0
|
11 years ago |
Matthew Holt
|
e4facc2b54
|
Significant fixes and refactoring
|
11 years ago |
Matthew Holt
|
cb85561d08
|
Supports parsing files; and multiple files from multiple inputs
|
11 years ago |
Matthew Holt
|
89b570ba46
|
Fix for floats regex and more thorough test for it
|
11 years ago |
Matthew Holt
|
ee9699ff38
|
Indentation fix
|
11 years ago |
Matt
|
d9da9eaead
|
Merge pull request #8 from billstron/master
Better number/float parsing
|
11 years ago |
Bill Burke
|
aed7f11168
|
Added more testing for negative numbers with white space
|
11 years ago |
Bill Burke
|
cad4440ea7
|
Added new regex for floats and a test to test them
|
11 years ago |
Matthew Holt
|
7accd53776
|
isBoundary fix for CRLF related to issue #5. Better error structure.
|
11 years ago |
Matthew Holt
|
af441ff7d6
|
More tests
|
11 years ago |
Matthew Holt
|
e76eb9f1d6
|
Parser test files
|
11 years ago |