Skip to content

Cicero 0.22.0

Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 27 Apr 16:27

Imp Release 😈

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 to dayjs: See why

New Features

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)