From 31417dbc63643fd26c05302f29713728a1ac947d Mon Sep 17 00:00:00 2001 From: Manu Mtz-Almeida Date: Sun, 6 Jul 2014 18:57:58 +0200 Subject: [PATCH] Updates task list. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f920543a..6ebc4ac3 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,15 @@ Yes, Gin is an internal project of [my](https://github.com/manucorporat) upcomin ##Roadmap for v0.2 - [x] Performance improments, reduce allocation and garbage collection overhead -- [ ] Fix bugs +- [x] Fix bugs - [ ] Ask our designer for a cool logo -- [ ] Add tons of unit tests and benchmarks +- [ ] Add tons of unit tests +- [ ] Add internal benchmarks suite - [x] Improve logging system - [x] Improve JSON/XML validation using bindings -- [ ] Improve XML support +- [x] Improve XML support - [ ] 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