Cicero Versions Save

Smart Legal Contracts & Templating System

v0.22.0-alpha.4

3 years ago

This release refreshes the Ergo compiler for recent revision of the Accord Project base models.

v0.22.0-alpha.3

3 years ago

This release cleans up the handling for built-in Concerto models and upgrades to Ergo v0.22.0-alpha.3.

v0.22.0-alpha.2

3 years ago

This release upgrades to the latest Concerto 1.0.0-alpha.6 and fixes some issues with validation of optional fields in Concerto for Ergo execution.

v0.22.0-alpha.1

3 years ago

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 to dayjs: 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)

v0.21.26

3 years ago

🐜 This is a patch release to test GitHub action publishing to NPM.

v0.21.9

3 years ago

🐜 This is a patch release with bug fixes and improvements.

Dependencies

  • Switches to latest Concerto 0.82.11
  • Switches to Markdown Transform 0.12.12

🐛 Bug fixes

💮 Decorators

v0.21.8

3 years ago

🐜 This is a patch release with bug fixes and improvements.

  • Fixes dependencies for security vulnerability
  • Better support for decorators in CiceroMark

v0.21.7

3 years ago

🐜 This is a patch release with bug fixes and improvements.

Dependencies

  • Switches to latest Concerto 0.82.9
  • Switches to Markdown Transform 0.12.9

🕥 AM/PM support in DateTime format https://github.com/accordproject/markdown-transform/issues/318

  • Date and time format now allows a (resp A) which parses am/pm (resp AM/PM) in the markdown text.
  • Date and time format now allows h (resp hh) which parses hours in a 1-12 or 01-12 format in the markdown text.

💮 Concerto decorators https://github.com/accordproject/markdown-transform/issues/249

  • CiceroMark and TemplateMark now include Concerto decorators on variables, clauses, etc when present. That information is propagated to the Slate DOM so it can be used to customize rendering.

🐛

v0.21.6

3 years ago

🔖 This release upgrades the markdown-transform library to version 0.12.8 with fixes to the pdf import.

v0.21.5

3 years ago

🔖 This release upgrades the markdown-transform library to version 0.12.7 which includes several bug fixes.