Skip to content

Commit e2fa897

Browse files
Merge branch 'develop' | v0.5 release
2 parents 50e7e42 + 2b85363 commit e2fa897

File tree

13 files changed

+402
-64
lines changed

13 files changed

+402
-64
lines changed

AUTHORS.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ List of all the awesome people working to make Gin the best Web Framework in Go.
99

1010
People and companies, who have contributed, in alphabetical order.
1111

12+
**@858806258 (杰哥)**
13+
- Fix typo in example
14+
15+
1216
**@achedeuzot (Klemen Sever)**
1317
- Fix newline debug printing
1418

@@ -21,6 +25,10 @@ People and companies, who have contributed, in alphabetical order.
2125
- Typos in README
2226

2327

28+
**@alexanderdidenko (Aleksandr Didenko)**
29+
- Add support multipart/form-data
30+
31+
2432
**@alexandernyquist (Alexander Nyquist)**
2533
- Using template.Must to fix multiple return issue
2634
- ★ Added support for OPTIONS verb
@@ -55,15 +63,39 @@ People and companies, who have contributed, in alphabetical order.
5563
- Add example about serving static files
5664

5765

66+
**@donileo (Adonis)**
67+
- Add NoMethod handler
68+
69+
5870
**@dutchcoders (DutchCoders)**
5971
- ★ Fix security bug that allows client to spoof ip
6072
- Fix typo. r.HTMLTemplates -> SetHTMLTemplate
6173

6274

75+
**@el3ctro- (Joshua Loper)**
76+
- Fix typo in example
77+
78+
79+
**@ethankan (Ethan Kan)**
80+
- Unsigned integers in binding
81+
82+
83+
**(Evgeny Persienko)**
84+
- Validate sub structures
85+
86+
87+
**@frankbille (Frank Bille)**
88+
- Add support for HTTP Realm Auth
89+
90+
6391
**@fmd (Fareed Dudhia)**
6492
- Fix typo. SetHTTPTemplate -> SetHTMLTemplate
6593

6694

95+
**@ironiridis (Christopher Harrington)**
96+
- Remove old reference
97+
98+
6799
**@jammie-stackhouse (Jamie Stackhouse)**
68100
- Add more shortcuts for router methods
69101

@@ -104,6 +136,10 @@ People and companies, who have contributed, in alphabetical order.
104136
- ★ work around path.Join removing trailing slashes from routes
105137

106138

139+
**@mattn (Yasuhiro Matsumoto)**
140+
- Improve color logger
141+
142+
107143
**@mdigger (Dmitry Sedykh)**
108144
- Fixes Form binding when content-type is x-www-form-urlencoded
109145
- No repeat call c.Writer.Status() in gin.Logger
@@ -138,10 +174,22 @@ People and companies, who have contributed, in alphabetical order.
138174
- Fix Port usage in README.
139175

140176

177+
**@rayrod2030 (Ray Rodriguez)**
178+
- Fix typo in example
179+
180+
181+
**@rns**
182+
- Fix typo in example
183+
184+
141185
**@RobAWilkinson (Robert Wilkinson)**
142186
- Add example of forms and params
143187

144188

189+
**@rogierlommers (Rogier Lommers)**
190+
- Add updated static serve example
191+
192+
145193
**@se77en (Damon Zhao)**
146194
- Improve color logging
147195

@@ -166,6 +214,14 @@ People and companies, who have contributed, in alphabetical order.
166214
- Update httprouter godeps
167215

168216

217+
**@tebeka (Miki Tebeka)**
218+
- Use net/http constants instead of numeric values
219+
220+
221+
**@techjanitor**
222+
- Update context.go reserved IPs
223+
224+
169225
**@yosssi (Keiji Yoshida)**
170226
- Fix link in README
171227

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
#Changelog
22

3-
###Gin 0.6 (Mar 7, 2015)
3+
###Gin 0.6 (Mar 9, 2015)
4+
5+
- [ADD] Support multipart/form-data
6+
- [ADD] NoMethod handler
7+
- [ADD] Validate sub structures
8+
- [ADD] Support for HTTP Realm Auth
9+
- [FIX] Unsigned integers in binding
10+
- [FIX] Improve color logger
411

512

613
###Gin 0.5 (Feb 7, 2015)

Godeps/Godeps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)