Packages

Simple CSV and TSV parser (NimbleCSV wrapper)

Current section

Files

Jump to
yuki CHANGELOG.md
Raw

CHANGELOG.md

## v0.3.0
- don't allow to configure `separator` and `escape` options any more
## v0.2.1
- fix error when not all TSV options are overriden
## v0.2.0
- allow to configure `separator` and `escape` options for TSV parser
## v0.1.0
- initial release