All Versions
35
Latest Version
Avg Release Cycle
78 days
Latest Release
698 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.4.1 Changes
September 12, 2020- ๐ Fix unnecessary escaping of delimiters when encoding Fixes #70 reported by @karmajunkie
-
v2.4.0 Changes
September 12, 2020- ๐ Fix StrayQuoteError not getting passed the correct arguments in strict mode. Fixes #96.
- ๐ When headers are present multiple times and the
:headers
option is set totrue
, parse the values into a list. Contributed by @MrAlexLau in PR #97.
-
v2.3.1 Changes
March 30, 2019- ๐ Fix StrayQuoteError incorrectly getting raised when escape sequences end in new lines. Fixes #89. Raised by @rockwood in Issue #96.
-
v2.3.0 Changes
March 17, 2019- โ Add StrayQuoteError which gets raised when a row has stray quotes rather than EscapeSequenceError to help with common encoding errors.
-
v2.2.0 Changes
March 03, 2019- ๐ Make syntax compatible with latest Elixir releases
- Add
validate_row_length:
option defaulting to true to allow disabling validation of row length.
-
v2.1.1
December 20, 2017 -
v2.1.0
December 20, 2017 -
v2.0.0 Changes
May 29, 2017 -
v2.0.0-rc.0
May 07, 2017 -
v1.4.4 Changes
November 12, 2016- Load
parallel_stream
as an app dependency to avoid load level errors. See issue #56 reported by @luk3thomas
- Load