Skip to content

Latest commit

 

History

History
233 lines (137 loc) · 9.62 KB

File metadata and controls

233 lines (137 loc) · 9.62 KB

v3.0.0 2026-02-12 Nantes (France)

Yocaml

  • Use float instead of int for time and mtime (by xhtmlboi)
  • Add Action.write_files (et consort) to share tasks between the creation of several files (by xhtmlboi)
  • Fix Path.relocate (by mspwn)
  • Add Data.Validation.req and Data.Validation.opt for compact validation and alternative name (by xhtmlboi)
  • Add Data.Validation.where_opt (and String, Int and Float version) (by xvw)
  • Improve pretty-printing of validation errors (by Linda-Njau)
  • Fix typos and improve logs display (by clementd)

Yocaml_unix

  • Improve rendering of 500 error pages on server (by Linda-Njau)
  • Use float instead of int for time and mtime (by xhtmlboi)

Yocaml_eio

  • Improve rendering of 500 error pages on server (by Linda-Njau)
  • Use float instead of int for time and mtime (by xhtmlboi)

Yocaml_git

  • Use float instead of int for time and mtime (by xhtmlboi)

v2.8.0 2025-12-17 Nantes (France)

Yocaml

  • Add Action.remove_residuals for erasing residuals files (by xvw)
  • Add Yocaml.Data.Validation.sub_record for validating a complete structure as a record field (by xvw)
  • Add Batch.iter_tree and Batch.fold_tree (by gr-im)

Yocaml_git

  • Add Action.remove_residuals for erasing residuals files (by xvw)

Yocaml_unix

  • Add Action.remove_residuals for erasing residuals files (by xvw)

Yocaml_eio

  • Add Action.remove_residuals for erasing residuals files (by xvw)

Yocaml_runtime

  • Serve .xml, .rss, .atom, .feed files as application/xml (by reynir)

v2.7.0 2025-11-18 Nantes (France)

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)

v2.6.0 2025-09-23 Nantes (France)

Yocaml

  • Add missing snapshot flag for reading files (by gr-im)
  • Some small Path improvement (by gr-im)

v2.5.0 2025-09-18 Nantes (France)

Yocaml

  • Add Pipeline.read_template to have a better fit with Applicative API (by gr-im)
  • Fix table of content order for deeply nested elements (by gr-im)
  • Add a Applicative Helpers for Archetypes (by gr-im)
  • Improve Archetype.Articles.fetch (by xhtmlboi)
  • Add Pipeline.fetch and Pipeline.fetch_some (by gr-im)
  • Add a new effect to define if a Path is a file (in order to disambiguate file and path for Yocaml_git) (by xvw)

Yocaml_jingoo

  • Add read_template to have a better fit with Applicative API (by gr-im)
  • Add read_templates to have a better fit with Applicative API when chaining templates (by gr-im)

Yocaml_mustache

  • Add read_template to have a better fit with Applicative API (by gr-im)
  • Add read_templates to have a better fit with Applicative API when chaining templates (by gr-im)

Yocaml_unix

  • Adapt runtime to is_file (by xvw)

Yocaml_eio

  • Adapt runtime to is_file (by xvw)

Yocaml_git

  • Adapt runtime to is_file (by xvw)

v2.4.1 2025-09-01 Nantes (France)

Yocaml

  • Add Toc.traverse for building your own TOC string (by gr-im)

Yocaml_markdown

  • Reintroduce the package to have a strong way to deal with Markdown and Syntax Highlighting (It probably made yocaml_omd and yocaml_cmarkit obsolete) (by gr-im)

Yocaml_cmarkit

  • Add a regular function to compute TOC (by gr-im)

v2.4.0 2025-08-11 Nantes (France)

Yocaml

  • Add Log.src for logging (by xvw)
  • Add template chain (by xvw)
  • Add Sexp control (by xvw)
  • Add field and some combinators for validating record field (that unify required, optional and optional_or) (by xvw)
  • Support snapshots (by xhtmlboi)
  • Small improvement of unicode special char for slug (by xvw)

Yocaml_cmarkit

  • Intermediate Task added to progressively build a document and apply arbitrary arrows. (by xhtmlboi)

Yocaml_jingoo

Yocaml_mustache

v2.3.0 2025-05-25 Nantes (France)

Yocaml

  • Fix Yocaml.Datetime.max (by xvw)
  • Remove occurences of gitlab (and outdated repositories) in examples (by xhtmlboi)
  • Be kind about eio dependencies (by xhtmlboi)
  • A better support for conditionals Task execution (by xvw)

v2.2.0 2025-03-22 Brussels (Belgium)

Yocaml

  • Some minor fixes (by xvw)
  • Fix Nel representation (by xvw)
  • Restore DOC-ci (by xvw)
  • Add more helpers for dealing with dynamic dependencies (by xvw)

Yocaml_git

  • Update to git-kv 1.0.2 and work around last modified behavior inside a Git_kv.change_and_push call (by reynir)
  • Update git dependencies (by xvw)

v2.1.0 2024-12-14 Nantes (France)

v2.0.1 2024-10-20 Nantes (France)

yocaml

  • Fix Table of contents computation when the first index is lower than followers by xvw
  • Remove charset of the computed meta (since it does not follow the form name => content) by xvw
  • Move some modules (Datetime and Toc) at the Toplevel of Yocaml by xvw

v2.0.0 2024-10-04 Nantes (France)

yocaml

yocaml_cmarkit

yocaml_eio

yocaml_git

yocaml_jingoo

yocaml_mustache

yocaml_omd

yocaml_otoml

  • First release (by xvw)

yocaml_syndication

yocaml_unix

yocaml_yaml

v1.0.0 2023-11-15 Paris (France)

  • First release of YOCaml