Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 890 Bytes

CHANGES.md

File metadata and controls

35 lines (26 loc) · 890 Bytes

2.4 2019-12-09

  • Fixes the build on Windows with CRLF checkout (@dra27).
  • Allows use of the repo in a Duniverse (@dra27).

2.3 2019-09-09

  • 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.

2.2 2018-11-04

  • Compile the pre-processing script. This makes possible to install the package using a compiler with the -static flag. (#25)

2.1 2018-07-11

  • Improve the documentation of Csv.Rows.load and of_in_obj.
  • Slightly improve tests.
  • Use Dune (the new name for Jbuilder).

2.0 2017-09-02

  • Split the package into csv and csv-lwt.
  • Port to jbuilder and topkg.