1
0
mirror of https://github.com/kataras/iris.git synced 2026-08-07 21:19:06 +00:00

DirOptions.PushTargets: add example for https://github.com/kataras/iris/issues/1562

Former-commit-id: 940f07fdb1184266dc315441fb91afa5754092fa
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-07-16 11:42:45 +03:00
parent fba8492e78
commit baeff3e80b
22 changed files with 1145 additions and 33 deletions
+2 -1
View File
@@ -371,7 +371,8 @@ Other Improvements:
![DBUG routes](https://iris-go.com/images/v12.2.0-dbug2.png?v=0)
- Update jet parser to v4.0.0, closes [#1551](https://github.com/kataras/iris/issues/1551). It contains two breaking changes by its author:
- Fix [#1562](https://github.com/kataras/iris/issues/1562)
- Update jet parser to v4.0.2, closes [#1551](https://github.com/kataras/iris/issues/1551). It contains two breaking changes by its author:
- Relative paths on `extends, import, include...` tmpl functions, e.g. `{{extends "../layouts/application.jet"}}` instead of `layouts/application.jet`
- the new [jet.Ranger](https://github.com/CloudyKit/jet/pull/165) interface now requires a `ProvidesIndex() bool` method too
- Example has been [updated](https://github.com/kataras/iris/tree/master/_examples/view/template_jet_0)