Skip to content

Releases: accordproject/template-engine

Template Engine v1.0.18

03 Jul 14:14
Compare
Choose a tag to compare

Bug fixes:

  1. Support formatting MonetaryAmount
  2. Support for Enum variable definitions

Testing:

  1. Add insurance sample template to test bug fixes

Template Engine v1.0.17

06 Jun 23:13
Compare
Choose a tag to compare

Allow the FQN of the concept to be use for a template to be passed explicitly rather than looked up using template decorator.

Template Engine v1.0.16

18 May 16:12
Compare
Choose a tag to compare

Fixes:

  1. Type checking errors in TemplateMark are now propagated correctly

Template Engine v1.0.15

18 May 09:27
Compare
Choose a tag to compare

Features:

  1. Adds a generated sample.json file to compiled output from the template model
  2. Updates package.json to use sample.json so that npm start for the generated code runs the code against sample.json

Fixes:

  1. Adds Node.js typings so the the generated TypeScript code compiles without changes

Template Engine v1.0.14

16 May 12:08
Compare
Choose a tag to compare

Bump package version so the release can be published to npm.

Template Engine v1.0.13

16 May 10:40
Compare
Choose a tag to compare

Update Concerto and markdown-transform dependencies.

Template Engine v1.0.12

12 Apr 13:28
Compare
Choose a tag to compare

Fix: makes typescript a full runtime dependency, rather than a dev dependency.

Template Engine v1.0.11

21 Mar 11:43
Compare
Choose a tag to compare

Fix: compiler adds types for JSONPath to generated package.json

Template Engine v1.0.10

21 Mar 11:34
Compare
Choose a tag to compare

Compiler now generates a package.json file and index.ts file to run generated code.

Template Engine v1.0.9

21 Mar 10:56
Compare
Choose a tag to compare

Fix: package the Typescript runtime so that the CLI can generate TS code