Skip to content

Releases: accordproject/template-archive

Cicero v0.22.0-alpha.4

13 Apr 20:07
Compare
Choose a tag to compare

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

Cicero v0.22.0-alpha.3

13 Apr 17:03
Compare
Choose a tag to compare

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

Cicero v0.22.0-alpha.2

13 Apr 11:38
Compare
Choose a tag to compare

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.

Cicero v0.22.0-alpha.1

12 Apr 18:26
Compare
Choose a tag to compare

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

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)

Cicero v0.21.26

03 Mar 11:43
acca386
Compare
Choose a tag to compare

๐Ÿœ This is a patch release to test GitHub action publishing to NPM.

Cicero v0.21.9

01 Oct 20:42
Compare
Choose a tag to compare

๐Ÿœ 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

Cicero v0.21.8

18 Sep 20:50
Compare
Choose a tag to compare

๐Ÿœ This is a patch release with bug fixes and improvements.

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

Cicero v0.21.7

15 Sep 18:35
Compare
Choose a tag to compare

๐Ÿœ 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 accordproject/markdown-transform#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 accordproject/markdown-transform#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.

๐Ÿ›

Cicero v0.21.6

04 Sep 22:34
Compare
Choose a tag to compare

๐Ÿ”– This release upgrades the markdown-transform library to version 0.12.8 with fixes to the pdf import.

Cicero v0.21.5

31 Aug 13:17
Compare
Choose a tag to compare

๐Ÿ”– This release upgrades the markdown-transform library to version 0.12.7 which includes several bug fixes.