Skip to content

v1.2

Compare
Choose a tag to compare
@osteele osteele released this 23 Jul 16:00
· 161 commits to main since this release
  • #23 struct value fields and methods are available via index and property syntax. See the README. Suggestion and example code contributed by @thessem.
  • #23 &map is equivalent to map. Suggestion and example code contributed by @thessem.
  • #24 When a filter returns an error, it's returned as a render error. Contributed by @thessem.
  • yaml.MapSlice is recognized as a hash.
  • []byte values are converted to string, in render output and filter arguments.
  • New method engine.ParseString.
  • array[1.2] is equivalent to array[1]. It's weird, but that's Ruby.

Contributors