mirror of https://github.com/gin-gonic/gin.git
Adds task list (part2)
This commit is contained in:
parent
8ad554dac3
commit
db259897f4
|
@ -13,15 +13,15 @@ Yes, Gin is an internal project of [my](https://github.com/manucorporat) upcomin
|
||||||
|
|
||||||
##Roadmap for v0.2
|
##Roadmap for v0.2
|
||||||
- [x] Performance improments, reduce allocation and garbage collection overhead
|
- [x] Performance improments, reduce allocation and garbage collection overhead
|
||||||
- [] Fix bugs
|
- [ ] Fix bugs
|
||||||
- [ ] Ask our designer for a cool logo
|
- [ ] Ask our designer for a cool logo
|
||||||
- [ ] Add tons of unit tests and benchmarks
|
- [ ] Add tons of unit tests and benchmarks
|
||||||
- [x] Improve logging system
|
- [x] Improve logging system
|
||||||
- [x] Improve JSON/XML validation using bindings
|
- [x] Improve JSON/XML validation using bindings
|
||||||
- [ ] Improve XML support
|
- [ ] Improve XML support
|
||||||
- [ ]Improve documentation
|
- [ ] Improve documentation
|
||||||
- [ ]Add more cool middlewares, for example redis catching (this also helps developers to understand the framework)
|
- [ ] Add more cool middlewares, for example redis catching (this also helps developers to understand the framework)
|
||||||
- [x]Continuous integration
|
- [x] Continuous integration
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue