Skip to content

Cicero v0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 10 Jan 18:36

This release features the latest (and improved) Ergo 0.6.0 with a brand new DateTime library, overloaded operators, and various improvements to the Ergo compiler and type system!

Install the latest release of the Cicero command-line tool with
npm i -g @accordproject/cicero-cli

Ergo

  • πŸ› Overloaded operators: never write +i again! (accordproject/ergo#375).
  • πŸ•‘ You can now use directly Duration and Period concepts from the most recent Concerto time model. New operations include converting durations between different time units, duration division and computing the minimum/maximum in an array of dates.DateTime support: (accordproject/ergo#345, accordproject/ergo#483)

Bug fixes