Skip to content

Releases: mbarbin/fpath-base

0.2.2

15 Oct 11:19
8975fa5
Compare
Choose a tag to compare

CHANGES:

Added

  • Added rem_empty_seg to Absolute_path and Relative_path.
  • In fpath-sexp0 export hash keys interfaces compatible with stdlib hash functors.

Changed

  • Rename Fpart to Fsegment to fit Fpath terminology.

Fixed

  • Fix occurrence of hard coded dir separator.

0.2.1

22 Sep 10:32
87d0612
Compare
Choose a tag to compare

CHANGES:

Changed

  • Remove need for ppx preprocessing in fpath-base.

0.2.0

04 Sep 17:06
8169458
Compare
Choose a tag to compare

CHANGES:

Changed

  • Rename File_name into Fpart.
  • Remove need for ppx preprocessing.

0.1.0

03 Sep 13:00
3984c9a
Compare
Choose a tag to compare

CHANGES:

Added

  • Added minimal library depending on sexplib0 only.

Changed

  • Rewrite Fpath_base on top of Fpath_sexp0.
  • Remove vendor, use expect_test_helpers_core.expect_test_helpers_base.

0.0.10

26 Jul 09:49
Compare
Choose a tag to compare

CHANGES:

Added

  • Added dependabot config for automatically upgrading action files.

Changed

  • Upgrade ppxlib to 0.33 - activate unused items warnings.
  • Upgrade ocaml to 5.2.
  • Upgrade dune to 3.16.
  • Upgrade base & co to 0.17.

0.0.9

13 Mar 08:24
Compare
Choose a tag to compare

CHANGES:

Changed

  • Vendor expect-test-helpers.
  • Rename project fpath-base.