Adds task list

This commit is contained in:
Manu Mtz-Almeida 2014-07-05 19:27:33 +02:00
parent f19cca070e
commit 8ad554dac3
1 changed files with 10 additions and 10 deletions

View File

@ -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