Skip to content

Commit 7a6d58d

Browse files
committedJul 18, 2014
Updates README
1 parent 4acef47 commit 7a6d58d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@ Gin is a web framework written in Golang. It features a martini-like API with mu
1111
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.
1212

1313

14-
##Roadmap for v0.2
14+
##Roadmap for v1.0
1515
- [x] Performance improments, reduce allocation and garbage collection overhead
1616
- [x] Fix bugs
17+
- [ ] Stable API
1718
- [ ] Ask our designer for a cool logo
1819
- [ ] Add tons of unit tests
1920
- [ ] Add internal benchmarks suite
2021
- [x] Improve logging system
2122
- [x] Improve JSON/XML validation using bindings
2223
- [x] Improve XML support
24+
- [x] Flexible rendering system
25+
- [ ] More powerful validation API
2326
- [ ] Improve documentation
2427
- [ ] Add more cool middlewares, for example redis caching (this also helps developers to understand the framework).
2528
- [x] Continuous integration

0 commit comments

Comments
 (0)