Changelog

Unreleased

0.8.0

v0.7.0

Previously, tysv only accepted String and was returning a typed List, but with this release, we accept either Text (String, same as before) or a Stream (FileStream from the file_stream library). This allows operating on large CSV files that cannot fit the buffer.

Search Document