Skip to content

New Symbol Pattern

Compare
Choose a tag to compare
@dlutsch dlutsch released this 05 Nov 16:23
· 107 commits to master since this release

Updated the symbol matching used by EFTemplateResolver to allow for an optional leading dot. eg. {{foo}} and {{.foo}} are both allowable lookups, and will resolve "foo": "bar" in the parameters JSON.

This is to prepare for instance-init v2 which will use the golang templating engine.