github open2b/scriggo v0.53.2

latest releases: v0.61.1, v0.61.0, v0.60.0...
4 years ago

Optimizations

  • compiler/emitter: optimize {{ render .. }}

    This change optimizes the show statement with a render expression, generating fewer virtual machine instructions and fewer memory allocations.

Fixes

  • cmd/scriggo: fix package name in file generated by the Import command

    The scriggo command could generate an invalid Go file.
    Thanks to @traetox for the contribution.

  • compiler,runtime: fix builtin delete when key value has Scriggo type

    Using the delete builtin with a type declared in the interpreted source code, a runtime panic occurred.

Don't miss a new scriggo release

NewReleases is sending notifications on new releases.