Manu Mtz-Almeida vor 11 Jahren
Ursprung
Commit
7a6d58d8c4
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -11,15 +11,18 @@ Gin is a web framework written in Golang. It features a martini-like API with mu
 Yes, Gin is an internal project of [my](https://github.com/manucorporat) upcoming startup. We developed it and we are going to continue using and improve it.
 Yes, Gin is an internal project of [my](https://github.com/manucorporat) upcoming startup. We developed it and we are going to continue using and improve it.
 
 
 
 
-##Roadmap for v0.2
+##Roadmap for v1.0
 - [x] Performance improments, reduce allocation and garbage collection overhead
 - [x] Performance improments, reduce allocation and garbage collection overhead
 - [x] Fix bugs
 - [x] Fix bugs
+- [ ] Stable API
 - [ ] Ask our designer for a cool logo
 - [ ] Ask our designer for a cool logo
 - [ ] Add tons of unit tests
 - [ ] Add tons of unit tests
 - [ ] Add internal benchmarks suite
 - [ ] Add internal benchmarks suite
 - [x] Improve logging system
 - [x] Improve logging system
 - [x] Improve JSON/XML validation using bindings
 - [x] Improve JSON/XML validation using bindings
 - [x] Improve XML support
 - [x] Improve XML support
+- [x] Flexible rendering system
+- [ ] More powerful validation API
 - [ ] Improve documentation
 - [ ] Improve documentation
 - [ ] Add more cool middlewares, for example redis caching (this also helps developers to understand the framework).
 - [ ] Add more cool middlewares, for example redis caching (this also helps developers to understand the framework).
 - [x] Continuous integration
 - [x] Continuous integration