From b0d5cbb65f7433c760b46adf60790d8abb331b0e Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Fri, 24 Jun 2016 01:51:26 +0300 Subject: [PATCH] Update readme for rc.3 --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 344be3b9..8237a559 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ Open debates - [Contribute: New website and logo for Iris](https://github.com/kataras/iris/issues/153) - [E-book Cover - Which one you suggest?](https://github.com/kataras/iris/issues/67) + - [Feature request: session.Exists](https://github.com/kataras/iris/issues/214) **TIP** Be sure to read the [history](HISTORY.md) for Migrating from 2.x to 3.x. @@ -136,12 +137,6 @@ Benchmarks [Please click here to view all detailed benchmarks.](https://github.com/smallnest/go-web-framework-benchmark) -Testing ------------- - -Iris suggests you to use [this](https://github.com/gavv/httpexpect) new suite to test your API. -[Httpexpect](https://github.com/gavv/httpexpect) supports fasthttp & Iris after [recommandation](https://github.com/gavv/httpexpect/issues/2). Its author is very active so I believe its a promising library. You can view examples [here](https://github.com/gavv/httpexpect/blob/master/example/iris_test.go) and [here](https://github.com/kataras/iris/blob/master/tests/router_test.go). - Versioning ------------ @@ -165,9 +160,9 @@ Todo - [x] Find and provide support for the most stable template engine and be able to change it via the configuration, keep html/templates support. - [x] Extend, test and publish to the public the [Iris' cmd](https://github.com/kataras/iris/tree/master/iris). - [x] Route naming and html url func, requested [here](https://github.com/kataras/iris/issues/165). +- [x] Move middleware & plugins to other repository - -If you're willing to donate click [here](DONATIONS.md) +If you're willing to donate click [here](DONATIONS.md)! People ------------