package: new release workflow
This major version use CoffeeScript 2 which produces a modern JavaScript syntax (ES6, or ES2015 and later) and break the compatibility with versions of Node.js lower than 7.6 as well as the browsers. It is however stable in term of API.
- package: use CoffeeScript 2
- package: preserve compatibility with Node.js < 7.6
- package: back to CoffeeScript 1
- options: auto_parse as a user function
- options: auto_parse_date as a user function
- test: should require handled by mocha
- package: coffeescript 2 and use semver tilde
- options: ensure objectMode is cloned
- relax_column_count: honors count while preserving skipped_line_count
- api: improve argument validation
- sync: catch err on write
- relax: handle double quote
- src: group state variable initialisation
- package: update repo url
- quote: disabled when null, false or empty
- src: remove try/catch
- src: optimize estimation for row delimiter length
- lines: improve tests
- src: use in instead of multiple is
- src: string optimization
- skip default row delimiters when quoted #58
- auto_parse: cleaner implementation
- src: isolate internal variables
- options: new to and from options
- rowDelimiters: fix all last month issues
- regression with trim and last empty field #123
- rowDelimiter: simplification
- fix regression when trim and skip_empty_lines activated #122
- auto_parse = simplify internal function
- src: trailing whitespace and empty headers #120
- rowDelimiter: adding support for multiple row delimiters #119
- Remove unnecessary argument: Parser.prototype.__write #114
- skip_lines_with_empty_values: support space and tabs #108
- test: remove coverage support
- test: group by api, options and properties
- skip_lines_with_empty_values option
- write test illustrating column function throwing an error #98
- added ability to skip columns #50
- reduce substr usage
- new raw option
- empty_line_count counter and renamed skipped to skipped_line_count
- skipped line count
- avoid deoptimization due to wrong charAt index #103
- parser writing before assigning listeners
- column: stop on column count error #100
- make the parser more sensitive to input
- test case about the chunks of multiple chars without quotes
- test about data emission with newline
- stream: call end if data instance of buffer
- travis: add nodejs 6
- columns: fix line error #97
- relax_column_count: default to false (strict)
- relax_column_count: backward compatibility for 1.0.x
- relax_column_count: introduce new option
- columns: detect column length and fix lines count
- fix quotes tests that used data with inconsistent number of #73
- add tests for inconsistent number of columns #73
- throw an error when a column is missing #73
- travis: test nodejs versions 4, 5
- max_limit_on_data_read: new option
- removing the duplicate files in test and samples #86
- option argument to accept the number of bytes can be read #86
- avoid unwanted parsing when there is wrong delimiter or row delimiter #86
- sync: support objname
- sync: please older versions of node.js
- sync: new sample
- sync: new module
- removed global variable record on stream.js example #70
- api: accept buffer with 3 arguments #57
- package: latest dependencies
- spectrum: bypass regression test
- auto_parse: work on all fields, rename to “is_*”
- auto_parse: simplify test