Skip to content

2.7.0

Choose a tag to compare

@xvw xvw released this 20 Nov 11:03
· 68 commits to main since this release
ccecea1

CHANGES:

Yocaml_git

  • A more robust metric for is_file and is_directory in Git context (by dinosaure)

Yocaml_liquid

  • ⁠First release - Add support for Shopify Liquid templating language (by Dev-JoyA)

Yocaml

  • Add Action.with_cache helper to simplify working with cached actions (by Abiola-Zeenat)
  • Introduce type aliases converter, validator, and validable to simplify the Validation API (by Linda-Njau)
  • Add module signatures S in Yocaml.Data and Yocaml.Data.Validation to standardize conversion and validation (by Linda-Njau)
  • Add Yocaml.Data.into and Yocaml.Data.Validation.from helpers for easier module use (by Linda-Njau)
  • Add Yocaml.Metadata.Injectable and Yocaml.Metadata.Readable functors to simplify creation of injectable and readable modules (by Linda-Njau)
  • Add Yocaml.Data.Validation.String, a set of validator for String (by Okhuomon Ajayi)
  • Add missing test coverage for Nel.equal and Nel.append functions (by Bill Njoroge)
  • Add to_data and from_data for Archetypes (by gr-im)
  • Add Yocaml.Data.Validation.Int and Float, a set of validator for Int and Float (by gr-im)