- Fixes the build on Windows with CRLF checkout (@dra27).
- Allows use of the repo in a Duniverse (@dra27).
- Be compatible with OCaml ≥ 4.08 (fixes #28).
- Put
csvtool
in its own package. - Use UTF-8 to determine column widths for the "readable" format (fixes #21).
- Add deprecation attributes.
- Fix alignment in
csvtool
usage message. - Small improvements to the documentation.
- Compile the pre-processing script. This makes possible to install
the package using a compiler with the
-static
flag. (#25)
- Improve the documentation of
Csv.Rows.load
andof_in_obj
. - Slightly improve tests.
- Use Dune (the new name for Jbuilder).
- Split the package into
csv
andcsv-lwt
. - Port to
jbuilder
andtopkg
.