mirror of
https://github.com/kataras/iris.git
synced 2025-03-15 04:06:25 +01:00
Update HISTORY for rc.4
This commit is contained in:
parent
7e9dc068fb
commit
9e3fb53f1e
|
@ -1,10 +1,10 @@
|
||||||
# History
|
# 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
|
## 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"`
|
- `iris.Config.Render.Template.Layout = "layouts/layout.html"`
|
||||||
- `config.NoLayout`
|
- `config.NoLayout`
|
||||||
- **dynamic** optional layout on `context.Render`
|
- **dynamic** optional layout on `context.Render`
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
- `{{ url "myroute" myparams}}`
|
- `{{ url "myroute" myparams}}`
|
||||||
- `{{ urlpath "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
|
## 3.0.0-rc.2 -> 3.0.0-rc.3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user