2.2.0
✨ Another new namespace! This time, gomplate learns math
On the usability front, gomplate will now react with less panic and more help when template errors are encountered.
v2.2.0 (2017-11-03)
Implemented enhancements:
- Add some time-related functions #199
- Adding math.Seq function #227 (hairyhenderson)
- Add time.ParseLocal and time.ParseInLocation functions #223 (hairyhenderson)
- Adding time.ZoneOffset function #222 (hairyhenderson)
- Adding conv.ToInt64, conv.ToFloat64, and others... #216 (hairyhenderson)
- Adding math functions #214 (hairyhenderson)
Fixed bugs:
- Fixing conv.Join to handle non-interface{} arrays #226 (hairyhenderson)
- Fixing bugs in ToInt64/ToFloat64 #217 (hairyhenderson)
Merged pull requests:
- Using Go 1.9.x now - go test ignores vendor on its own now #228 (hairyhenderson)
- Stabilizing integration tests a bit #221 (hairyhenderson)
- Don't panic on template errors #219 (hairyhenderson)