Releases: xhtmlboi/yocaml
Releases · xhtmlboi/yocaml
3.0.0
CHANGES:
Yocaml
- Use
floatinstead ofintfortimeandmtime(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.reqandData.Validation.optfor compact validation and alternative name (by xhtmlboi) - Add
Data.Validation.where_opt(andString,IntandFloatversion) (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
floatinstead ofintfortimeandmtime(by xhtmlboi)
Yocaml_eio
- Improve rendering of 500 error pages on server (by Linda-Njau)
- Use
floatinstead ofintfortimeandmtime(by xhtmlboi)
Yocaml_git
- Use
floatinstead ofintfortimeandmtime(by xhtmlboi)
2.8.0
CHANGES:
Yocaml
- Add
Action.remove_residualsfor erasing residuals files (by xvw) - Add
Yocaml.Data.Validation.sub_recordfor validating a complete structure as a record field (by xvw) - Add
Batch.iter_treeandBatch.fold_tree(by gr-im)
Yocaml_git
- Add
Action.remove_residualsfor erasing residuals files (by xvw)
Yocaml_unix
- Add
Action.remove_residualsfor erasing residuals files (by xvw)
Yocaml_eio
- Add
Action.remove_residualsfor erasing residuals files (by xvw)
Yocaml_runtime
- Serve .xml, .rss, .atom, .feed files as application/xml (by reynir)
2.7.0
CHANGES:
Yocaml_git
- A more robust metric for
is_fileandis_directoryin Git context (by dinosaure)
Yocaml_liquid
- First release - Add support for Shopify Liquid templating language (by Dev-JoyA)
Yocaml
- Add
Action.with_cachehelper to simplify working with cached actions (by Abiola-Zeenat) - Introduce type aliases
converter,validator, andvalidableto simplify the Validation API (by Linda-Njau) - Add module signatures
SinYocaml.DataandYocaml.Data.Validationto standardize conversion and validation (by Linda-Njau) - Add
Yocaml.Data.intoandYocaml.Data.Validation.fromhelpers for easier module use (by Linda-Njau) - Add
Yocaml.Metadata.InjectableandYocaml.Metadata.Readablefunctors to simplify creation of injectable and readable modules (by Linda-Njau) - Add
Yocaml.Data.Validation.String, a set of validator forString(by Okhuomon Ajayi) - Add missing test coverage for
Nel.equalandNel.appendfunctions (by Bill Njoroge) - Add
to_dataandfrom_datafor Archetypes (by gr-im) - Add
Yocaml.Data.Validation.IntandFloat, a set of validator forIntandFloat(by gr-im)
2.6.0
2.5.0
CHANGES:
Yocaml
- Add
Pipeline.read_templateto 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.fetchandPipeline.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_templateto have a better fit with Applicative API (by gr-im - Add
read_templatesto have a better fit with Applicative API when chaining templates (by gr-im
Yocaml_mustache
- Add
read_templateto have a better fit with Applicative API (by gr-im - Add
read_templatesto 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)
2.4.1
CHANGES:
Yocaml
- Add
Toc.traversefor building your own TOC string gr-im
Yocaml_markdown
- Reintroduce the package to have a strong way to deal with Markdown and Syntax Highlighting (It probably made
yocaml_omdandyocaml_cmarkitobsolete) gr-im
Yocaml_cmarkit
- Add a regular function to compute TOC gr-im
2.4.0
CHANGES:
Yocaml
- Add
Log.srcfor logging (by xvw) - Add template chain (by xvw)
- Add Sexp control (by xvw)
- Add
fieldand some combinators for validating record field (that unifyrequired,optionalandoptional_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
- Support snapshots (by xhtmlboi)
Yocaml_mustache
- Support snapshots (by xhtmlboi)
2.3.0
2.2.0
2.1.0
CHANGES:
- Support for OCaml
5.3.0(by kit-ty-kate)