From 8ad554dac3fd1e958bafc72f1dc9dd795dc6db05 Mon Sep 17 00:00:00 2001 From: Manu Mtz-Almeida Date: Sat, 5 Jul 2014 19:27:33 +0200 Subject: [PATCH] Adds task list --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b035fdf..9c8a729 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,16 @@ Yes, Gin is an internal project of [my](https://github.com/manucorporat) upcomin ##Roadmap for v0.2 -- Performance improments, reduce allocation and garbage collection overhead -- Fix bugs -- Ask our designer for a cool logo -- Add tons of unit tests and benchmarks -- Improve logging system -- Improve JSON/XML validation using bindings -- Improve XML support -- Improve documentation -- Add more cool middlewares, for example redis catching (this also helps developers to understand the framework) -- Continuous integration +- [x] Performance improments, reduce allocation and garbage collection overhead +- [] Fix bugs +- [ ] Ask our designer for a cool logo +- [ ] Add tons of unit tests and benchmarks +- [x] Improve logging system +- [x] Improve JSON/XML validation using bindings +- [ ] Improve XML support +- [ ]Improve documentation +- [ ]Add more cool middlewares, for example redis catching (this also helps developers to understand the framework) +- [x]Continuous integration