@@ -9,6 +9,10 @@ List of all the awesome people working to make Gin the best Web Framework in Go.
9
9
10
10
People and companies, who have contributed, in alphabetical order.
11
11
12
+ ** @858806258 (杰哥)**
13
+ - Fix typo in example
14
+
15
+
12
16
** @achedeuzot (Klemen Sever)**
13
17
- Fix newline debug printing
14
18
@@ -21,6 +25,10 @@ People and companies, who have contributed, in alphabetical order.
21
25
- Typos in README
22
26
23
27
28
+ ** @alexanderdidenko (Aleksandr Didenko)**
29
+ - Add support multipart/form-data
30
+
31
+
24
32
** @alexandernyquist (Alexander Nyquist)**
25
33
- Using template.Must to fix multiple return issue
26
34
- ★ Added support for OPTIONS verb
@@ -55,15 +63,39 @@ People and companies, who have contributed, in alphabetical order.
55
63
- Add example about serving static files
56
64
57
65
66
+ ** @donileo (Adonis)**
67
+ - Add NoMethod handler
68
+
69
+
58
70
** @dutchcoders (DutchCoders)**
59
71
- ★ Fix security bug that allows client to spoof ip
60
72
- Fix typo. r.HTMLTemplates -> SetHTMLTemplate
61
73
62
74
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
+
63
91
** @fmd (Fareed Dudhia)**
64
92
- Fix typo. SetHTTPTemplate -> SetHTMLTemplate
65
93
66
94
95
+ ** @ironiridis (Christopher Harrington)**
96
+ - Remove old reference
97
+
98
+
67
99
** @jammie-stackhouse (Jamie Stackhouse)**
68
100
- Add more shortcuts for router methods
69
101
@@ -104,6 +136,10 @@ People and companies, who have contributed, in alphabetical order.
104
136
- ★ work around path.Join removing trailing slashes from routes
105
137
106
138
139
+ ** @mattn (Yasuhiro Matsumoto)**
140
+ - Improve color logger
141
+
142
+
107
143
** @mdigger (Dmitry Sedykh)**
108
144
- Fixes Form binding when content-type is x-www-form-urlencoded
109
145
- No repeat call c.Writer.Status() in gin.Logger
@@ -138,10 +174,22 @@ People and companies, who have contributed, in alphabetical order.
138
174
- Fix Port usage in README.
139
175
140
176
177
+ ** @rayrod2030 (Ray Rodriguez)**
178
+ - Fix typo in example
179
+
180
+
181
+ ** @rns **
182
+ - Fix typo in example
183
+
184
+
141
185
** @RobAWilkinson (Robert Wilkinson)**
142
186
- Add example of forms and params
143
187
144
188
189
+ ** @rogierlommers (Rogier Lommers)**
190
+ - Add updated static serve example
191
+
192
+
145
193
** @se77en (Damon Zhao)**
146
194
- Improve color logging
147
195
@@ -166,6 +214,14 @@ People and companies, who have contributed, in alphabetical order.
166
214
- Update httprouter godeps
167
215
168
216
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
+
169
225
** @yosssi (Keiji Yoshida)**
170
226
- Fix link in README
171
227
0 commit comments