- [breaking] renamed csv-range to cosovo
- add keywords to package.json
- [breaking] rename toURL utility function to toBlobURL
- export more types
- add example tests, docs and improve README
- add previewLines option to delimiter and initial state detection
- add initialState option to parse options ('inQuotes' | 'detect' | 'default')
- return with no iteration if the URL is an empty Blob URL
- return with no iteration if the byte range is invalid
- export toURL utility function
- rename testEmptyLine to isEmptyLine, change its signature to accept options object with greedy property
- export Newline type
- export parse result types
- handle invalid bytes at the start of a range
- don't strip BOM if not at the start of the file