- Require Elixir 1.15+
- Add
generated: truetonewlines_separatormacro - Fix warnings on Elixir 1.20+
- Document OWASP official recommendations for CSV injections
- Add
to_line_stream/1for converting streams into line-oriented ones - Support the
:escape_formulaoption to prevent code injection via CSV
- Fix CSV dumper to use \r\n as the line separator according to the spec
- Automatically include new lines in the list of reserved characters
- First stable release