1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 05:25:58 +00:00

Update to 4.2.8

This commit is contained in:
Gerasimos Maropoulos
2016-09-19 01:42:37 +03:00
parent d00bd8e595
commit 7882d736b5
3 changed files with 8 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
**How to upgrade**: remove your `$GOPATH/src/github.com/kataras/iris` folder, open your command-line and execute this command: `go get -u github.com/kataras/iris`.
## 4.2.7 -> 4.2.8
-**External FIX**: [template syntax error causes a "template doesn't exist"](https://github.com/kataras/iris/issues/415)
## 4.2.6 -> 4.2.7
- **ADDED**: You are now able to use a raw fasthttp handler as the router instead of the default Iris' one. Example [here](https://github.com/iris-contrib/examples/blob/master/custom_fasthttp_router/main.go). But remember that I'm always recommending to use the Iris' default which supports subdomains, group of routes(parties), auto path correction and many other built'n features. This exists for specific users who told me that they need a feature like that inside Iris, we have no performance cost at all so that's ok to exists.