Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-06-24 | 392 Bytes | |
v6.0.0.tar.gz | 2022-06-24 | 70.5 kB | |
v6.0.0.zip | 2022-06-24 | 122.1 kB | |
Totals: 3 Items | 193.0 kB | 0 |
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"]
ormyarray[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.