This repository was archived by the owner on Mar 13, 2024. It is now read-only.
Releases: mbarbin/fpath-extended
Releases · mbarbin/fpath-extended
Release list
0.0.8
CHANGES:
Changed
- Uses
expect-test-helpers(reduce core dependencies) - Run
ppx_js_styleas a linter & make it adevdependency. - Upgrade GitHub workflows
actions/checkoutto v4. - In CI, specify build target
@all, and add@lint. - List ppxs instead of
ppx_jane.
0.0.7
CHANGES:
Added
- Add
Fpath.classifyto dispatch between absolute and relative paths.
Changed
- Clarify use of empty relative paths.
- Make behavior closer to
Fpath's "directoryness" when able.
Removed
- Removed
Classified_path. - Removed
Relative_path.{dot,dot_slash}. Replaced byRelative_path.empty.
0.0.6
CHANGES:
Added
- Add new modules
Absolute_path,Relative_pathto distinguish absolute
from relative path at the type level. - Add new tests.
Changed
- Design the package now so that it is meant to be open.
- Override the
Fpathin the scope, so you can use e.g.Fpath.sexp_of_tdirectly.
Removed
- Remove
Arg_typeand dependency intocore.command. To be revisited.