1.8.0
✨ Another big release! ✨
- a 🚚 load of new functions:
- The AWS EC2 functions have been moved to their own namespace (original names still work, though!):
ec2meta
→aws.EC2Meta
ec2tag
→aws.EC2Tag
ec2dynamic
→aws.EC2Dynamic
ec2region
→aws.EC2Region
- 2 new
datasource
data formats now supported:CSV
andTOML
- New documentation site! https://gomplate.hairyhenderson.ca/
As always, issue reports and feature requests are welcome!
v1.8.0 (2017-06-09)
Implemented enhancements:
- base64 encode/decode support #155
- Ability to include raw text from non-structured files #142
- Support CSV datasources #44
- Adding new base64.Encode/base64.Decode functions #156 (hairyhenderson)
- Adding TOML support #154 (hairyhenderson)
- Add include function #153 (hairyhenderson)
- Adding CSV datasource support #150 (hairyhenderson)
Closed issues:
- Improve the docs and move to a separate place (not the README) #146
Merged pull requests:
- Moving docs out of README #149 (hairyhenderson)
- Namespacing the aws funcs #148 (hairyhenderson)