Skip to content

Cicero v0.21.2

Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 07 Aug 21:41

🐜 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 options latestVersion and ciceroVersion 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.