v 0.20.0 - accordproject/ergo GitHub Wiki

Language

  • New string template syntax `This is text with {{% expression %}} and more text`
  • Support for enumerated values, with proper typing and pattern matching support #3
  • Expression sublanguage for modifying state #143

Standard Library

  • New encode and decode functions
  • New format function for DateTime
  • New getOptions function which returns global static options for the compiler (e.g., wrapVariables)

Bug fixes