Cicero v0.22.0-alpha.1
Introduction
This is a pre-release of Cicero 0.22
Cicero 0.22 is a major release which uses Concerto 1.0 and a completely redesigned Ergo compiler.
Changes
- New Concerto 1.0 data modelling library. See release notes
- New Ergo compiler: See release notes
- Switch DateTime support from
moment
todayjs
: See why
New Features
- Now supports private template libraries #632 (Contribution @Cronus1007 and @mttrbrts)
- Now allow parameters on Clause initialisation #604
API
- Additional
utcOffset
parameter can be passed to Cicero engine
Tech notes:
- BREAKING The Ergo compiler no longer generates ES5, but ES6 (notably the generated code uses
let
)