Releases: OCamlPro/ez_file
Releases · OCamlPro/ez_file
Version 0.3.0
Version 0.2.1
- Fix constraint on
dune
Version 0.2.0
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
Project is now managed by drom
, with generated documentation.
Version 0.1.1
- drop EEXIST error in EzFile.make_dir
Version 0.1.0
v0.1.0 First version