Skip to content

Releases: OCamlPro/ez_file

Version 0.3.0

04 Mar 07:21
b6f3c40
Compare
Choose a tag to compare
  • use open Ez_file.V1 to access current interface

Version 0.2.1

21 Feb 11:03
d9ad36e
Compare
Choose a tag to compare
  • Fix constraint on dune

Version 0.2.0

21 Sep 13:14
352c9ad
Compare
Choose a tag to compare

Simplified API for directory iterators and selectors

  • EzFile.iter_dir handler takes only one argument instead of 3
  • EzFile.select has more optional arguments to filter files on which to iter
  • EzFile.cut_extension/EzFile.cut_extensions replace other extension handling functions
  • These change make 0.2.0 incompatible with 0.1.0 for programs using the previous functions

Version 0.1.2

27 Aug 21:35
Compare
Choose a tag to compare

Project is now managed by drom, with generated documentation.

Version 0.1.1

03 Aug 16:09
Compare
Choose a tag to compare
  • drop EEXIST error in EzFile.make_dir

Version 0.1.0

25 Jul 22:23
Compare
Choose a tag to compare
v0.1.0

First version