Cicero v0.21.2
π This is a patch release with some minor improvements.
ποΈ Dependencies
- Switches to latest Markdown Transform
0.12.3
, fixing a critical issue with rebuilding the parser for a new grammar accordproject/markdown-transform#277 - Switches to latest Ergo
0.21.2
π° API
- #545 Fixes issue with filtering of template index.
TemplateLibrary.getTemplateIndex
with both optionslatestVersion
andciceroVersion
now returns the latest version of the templates compatible with the given Cicero version. - Adds a convenience API call
TemplateInstance.rebuildParser
which allows to properly rebuilds the parser with a new grammar (possibly containing new formulas).
π
- #524 Fixes issues with the arguments for the CLI
compile
subcommand.