Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 1.22 KB

6.0.0

If inside an unquoted string, text-delimiters are ignored instead of swallowed.
This (partially?) fixes issue #70.
Example: "A B", "C, D" will now produce [["A B",' "C',' D"']] instead of [["A B",' C',' D']].

5.1.1

Fix warnings. (Thanks https://github.com/thumbert for the bug report)

5.1.0

Implement feature request #29. It is now possible to specify a value for empty fields (CSV to List) and a value for null (List to CSV).

5.0.2

fix bug #61 "Unexpected Error: The text end delimiter (") for the last field is missing."
thanks https://github.com/liam7800

Improve nullsafety code.

5.0.1

fix bug #26 "A value of type 'dynamic' can't be assigned to a variable of type 'String'."
thanks https://github.com/lil5

5.0.0

nullsafety updating dependencies to released nullsafety version Removing unnecessary const and new keywords

Thanks to: https://github.com/arnaudelub

5.0.0-nullsafety.0

nullsafety
Thanks to: https://github.com/darwingr

4.1.0

Add returnString option to work around a major performance bug.
Thanks: @boukeversteegh

4.0.3

Remove codec documentation in README

4.0.2

Fix analysis errors. No new functionality. No bug fix.

4.0.1

update dependencies for dart sdk 2.1