Finally, gomplate has support for nested templates! 🎉 This, and some API changes, means it's time for the next major release! Welcome to gomplate 3.0! 🤖
v3.0.0 (2018-09-25)
Release Notes
New features and changes
- Improved documentation at https://gomplate.hairyhenderson.ca/syntax/ (#394)
- Improved documentation for the
conv
namespace (added more examples/usage info) (#396) - New support for nested templates with the
--template
/-t
flag (#403)- Currently templates may be loaded from the local filesystem, but remote template support is likely to be added in the future. Please file an issue if you have a specific use-case for this!
- For developers who may be using gomplate as a library, #380 has made some changes to function signatures, and so may introduce incompatibilities in your code. Most of the changes involve template functions which should not be called directly (only through
text/template
). If this is a problem, please file an issue!
New functions
Bug fixes
- Silenced
defineDatasource
function (it used to pollute the rendered template) (#401)