Releases: accordproject/template-engine
Releases · accordproject/template-engine
Template Engine v1.0.18
Bug fixes:
- Support formatting MonetaryAmount
- Support for Enum variable definitions
Testing:
- Add insurance sample template to test bug fixes
Template Engine v1.0.17
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
Fixes:
- Type checking errors in TemplateMark are now propagated correctly
Template Engine v1.0.15
Features:
- Adds a generated
sample.json
file to compiled output from the template model - Updates
package.json
to usesample.json
so thatnpm start
for the generated code runs the code againstsample.json
Fixes:
- Adds Node.js typings so the the generated TypeScript code compiles without changes
Template Engine v1.0.14
Bump package version so the release can be published to npm.
Template Engine v1.0.13
Update Concerto and markdown-transform dependencies.
Template Engine v1.0.12
Fix: makes typescript a full runtime dependency, rather than a dev dependency.
Template Engine v1.0.11
Fix: compiler adds types for JSONPath to generated package.json
Template Engine v1.0.10
Compiler now generates a package.json file and index.ts file to run generated code.
Template Engine v1.0.9
Fix: package the Typescript runtime so that the CLI can generate TS code