Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@flosch flosch released this 24 Jun 18:13
· 36 commits to master since this release
v6.0.0
becf68f

v6.0.0

  • Go 1.18 is now the minimum required Go version.
  • Improved block performance (#293).
  • Support for variable subscript syntax (for maps/arrays/slices), such as mymap["foo"] or
    myarray[0] (#281).
  • Backwards-incompatible change: block.Super won't be escaped anymore by default (#301).
  • nil is now supported in function calls (#277).

Thanks to all contributors.