Releases: accordproject/template-archive
Cicero v0.24.0
Updates Ergo, Concerto and Markdown transform.
Addresses a security vulnerability in vm2, used by Ergo.
What's Changed
- docs: update invite link - #738 by @K-Kumar-01 in #739
- docs(cicero-server/README.md): update curl requests - #742 by @K-Kumar-01 in #743
- chore(actions): publish v0.23.0 to npm by @github-actions in #737
- test(core): metadata test by @mttrbrts in #753
- feat(server) Add new /invoke/:template endpoint implementation by @mehmettokgoz in #746
- feat(server) Add new /initialize/:template endpoint implementation by @mehmettokgoz in #747
- fix(server) Replace bitwise OR operator with logical OR for CICERO_PORT setting. by @mehmettokgoz in #754
- feat(server) Add new /normalize/:template endpoint implementation by @mehmettokgoz in #748
- chore(deps): bump yargs-parser from 9.0.2 to 20.2.4 by @dependabot in #733
- chore(deps): bump lodash.template from 3.6.2 to 4.5.0 by @dependabot in #732
- feat(server) Add new /compile/:template endpoint implementation by @mehmettokgoz in #749
- chore(ergo) : bump ergo version by @dselman in #757
New Contributors
- @K-Kumar-01 made their first contribution in #739
- @mehmettokgoz made their first contribution in #746
Full Changelog: v0.23.0...v0.24.0
Cicero v0.23.0
Updates to Concerto v2.0.0, Ergo v0.23.1 and Markdown Transform v0.15.1
Cicero v0.23.0-alpha.1
This release upgrades to the latest major version of Concerto 2.0.0
and updates numerous dependencies.
💥 Breaking Changes
- Cicero libraries now require Node.js version 14 or later. Node.js version 12 is no longer supported
🛡️Dependencies Updates
- Upgrades to Concerto
2.0.0
- Upgrades to Ergo backend to Q*cert
2.1.1
- Upgrades numerous dependencies, fixing vulnerabilities
Cicero v0.22.2
🖊️ 🔐 This release features the ability for template authors to sign their templates, along with the ability for users to verify that the template has not been tempered with since it's been created. (Contributor: @sanketshevkar)
It also include bug fixes and addresses known vulnerabilities in dependencies.
🛡️Dependencies Updates
- Upgrades to Concerto
1.2.1
- Upgrade to Markdown Transform
0.14.1
- Upgrades to Ergo
0.22.2
- Upgrades various dependencies, fixing vulnerabilities
🐛 Bug Fixes
- accordproject/markdown-transform#345 Fixes issues with
{{this}}
variables with a format - accordproject/markdown-transform#419 accordproject/markdown-transform#431 Fixes issues with latest versions of
pdfjs
library - accordproject/markdown-transform#448 Fixes issues with pdf generation for emphasis and bold
- accordproject/markdown-transform#392 Fixes issues with pdf generation for optional and conditional blocks
🛰 CLI
cicero archive --keystore <keystore> --passphrase <passphrase>
adds a signature based on the given author's public/private key when creating a template archivecicero verify
verifies that an archive is consistent with the contained signature
Cicero v0.22.1
This release upgrades Concerto to the latest version 1.0.2
, which addresses security vulnerabilities.
🏗 Dependencies
- Upgrades to Concerto
1.0.2
- Upgrades to Ergo
0.22.1
Cicero 0.22.0
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
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
)
Cicero v0.22.0-alpha.9
This release updates dependencies, upgrading Concerto, Ergo and the Markdown Transform libraries.
Cicero v0.22.0-alpha.8
This release adds two options --offline
and --utcOffset
to the command line. It also upgrades to the latest Concerto, Markdown Transform and Ergo packages.
Cicero v0.22.0-alpha.7
This alpha release fixes issues with external models resolution.
Cicero v0.22.0-alpha.6
This new alpha release provides several improvements:
- More efficient external model loading
- Dependencies upgrades, including fixes to vulnerabilities
- A revised ergo compiler and engine API