mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 23:40:35 +01:00
Update readme for rc.3
This commit is contained in:
parent
a9cb478d91
commit
b0d5cbb65f
11
README.md
11
README.md
|
@ -117,6 +117,7 @@ Open debates
|
||||||
|
|
||||||
- [Contribute: New website and logo for Iris](https://github.com/kataras/iris/issues/153)
|
- [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)
|
- [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.
|
**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)
|
[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
|
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] 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] 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] 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
|
People
|
||||||
------------
|
------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user