Golang version of Template-Nest
Go to file
2024-11-24 14:20:42 +05:30
tests Update test file name 2024-11-18 22:25:17 +05:30
.gitattributes Add initial nest version, add tests 2024-11-16 09:50:24 +05:30
go.mod Add initial nest version, add tests 2024-11-16 09:50:24 +05:30
go.sum Add initial nest version, add tests 2024-11-16 09:50:24 +05:30
README.org Fix handling of numeric types 2024-11-24 14:20:42 +05:30
template_nest.go Fix handling of numeric types 2024-11-24 14:20:42 +05:30

Template Nest

Template Nest is a template engine module for Go, designed to process nested templates quickly and efficiently.

For more details on the idea behind Template::Nest read: https://metacpan.org/pod/Template::Nest#DESCRIPTION and https://pypi.org/project/template-nest/.

News

v0.1.3 - 2024-11-24

  • Fix handling of numeric types. Earlier numeric values would result in an error (value type not supported), this was due to a programming error. I've fixed the error and added support for more numeric types.

v0.1.0 - 2024-11-18

  • Initial Release.