1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

Update to 6.0.8

This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-01-10 15:14:14 +02:00
parent e4ab993760
commit e6b967bbb7
2 changed files with 9 additions and 5 deletions

View File

@@ -4,11 +4,11 @@
## 6.0.7 -> 6.0.8
- Add `iris.UseTemplateFunc(functionName string, function interface{})`. You could always set custom template funcs by using each of [template engine's](https://github.com/kataras/go-template) configuration but this function will help newcomers to start creating their custom template funcs.
- Add `iris.UseTemplateFunc(functionName string, function interface{})`. You could always set custom template funcs by using each of [template engine's](https://github.com/kataras/go-template) configuration but this function will help newcomers to start creating their custom template funcs.
Example:
- https://github.com/iris-contrib/examples/tree/master/template_funcmap
- https://github.com/iris-contrib/examples/tree/master/template_engines/template_funcmap
## 6.0.6 -> 6.0.7