Releases: hairyhenderson/gomplate
Releases · hairyhenderson/gomplate
1.1.1
v1.1.1 (2016-09-04)
Implemented enhancements:
- Caching responses from EC2 #61 (hairyhenderson)
- Short-circuit ec2 function defaults when not in AWS #60 (hairyhenderson)
Fixed bugs:
- Slow and repeated network calls during ec2 functions #59
1.1.0
v1.1.0 (2016-09-02)
Implemented enhancements:
- Provide default when region can't be found #55
- Adding ability to provide default for ec2region function #58 (hairyhenderson)
Merged pull requests:
- Fixing broken tests #57 (hairyhenderson)
1.0.0
0.6.0
0.5.1
Just a bugfix...
Fixed bugs:
- Gomplate sometimes stalls for 5s #48
- Make things start faster #51 (hairyhenderson)
0.5.0
New functionality to be able to parse JSON data sources!
Additions
datasource- new function to be able to resolve data from JSON files passed through the new-d/--datasourcecommandline argument
0.4.0
Some new functions in this one related to string manipulation.
Additions
join- identical tostrings.Join, except that each element is converted to a string first (i.e.[]interface{}is supported, not just[]string)title- exposedstrings.TitletoLower- exposedstrings.ToLowertoUpper- exposedstrings.ToUpper
0.3.0
This adds some convenience functions for creating and dealing with slices (and JSON arrays).
Additions
slicejsonArray