Releases: speakeasy-api/easytemplate
Releases · speakeasy-api/easytemplate
v0.11.1: update dependencies
Merge pull request #19 from speakeasy-api/upgrade-goja
v0.11.0: (breaking change) add ability to interrupt vm with cancellation context
Merge pull request #18 from speakeasy-api/add-interrupts
v0.10.0: (breaking change) allows the engine to be reused for multiple run/template calls through a change in API
Merge pull request #17 from speakeasy-api/improve-api-for-repeat-envi…
v0.9.0
What's Changed
- feat: add OpenTelemetry support by @disintegrator in #16
New Contributors
- @disintegrator made their first contribution in #16
Full Changelog: v0.8.2...v0.9.0
v0.8.2: add ability to log broken templates in debug mode
v0.8.1: update dependencies
Full Changelog: v0.8.0...v0.8.1
v0.8.0: support for recursively rendering a template
Merge pull request #13 from speakeasy-api/add-multiple-render-funcs
v0.7.8: concurrent easytemplate instances
chore: make globalSourceMapContext local on the VM such that multiple…
v0.7.7 - upgrade goja dependency to fix JSON.stringify hang on circular go types
chore: upgrade goja dependency to fix JSON.stringify hang on circular…
v0.7.6 - goja upgrade
chore: upgrade goja dependency