Update HISTORY for rc.4

This commit is contained in:
Makis Maropoulos 2016-06-28 18:10:18 +03:00
parent 7e9dc068fb
commit 9e3fb53f1e

View File

@ -1,10 +1,10 @@
# History
**How to upgrade**: remove your $GOPATH/src/github.com/kataras folder, open your command-line and run `go get -u github.com/kataras/iris/iris`.
**How to upgrade**: remove your $GOPATH/src/github.com/kataras/iris folder, open your command-line and run `go get -u github.com/kataras/iris/iris`.
## 3.0.0-rc.3 -> 3.0.0-rc.4
**NEW**: **Handlebars** template engine support with all Iris' view engine's functions/helpers support:
**NEW FEATURE**: **Handlebars** template engine support with all Iris' view engine's functions/helpers support, as requested [here](https://github.com/kataras/iris/issues/239):
- `iris.Config.Render.Template.Layout = "layouts/layout.html"`
- `config.NoLayout`
- **dynamic** optional layout on `context.Render`
@ -15,7 +15,7 @@
- `{{ url "myroute" myparams}}`
- `{{ urlpath "myroute" myparams}}`
For a complete example please navigate [here](https://github.com/iris-contrib/examples/tree/master/templates_handlebars/templates).
For a complete example please navigate [here](https://github.com/iris-contrib/examples/tree/master/templates_handlebars).
## 3.0.0-rc.2 -> 3.0.0-rc.3