forked from mirror/gin
Updates CHANGELOG
This commit is contained in:
parent
d4dec77afa
commit
179e947425
|
@ -12,11 +12,20 @@
|
||||||
- [NEW] Benchmarks suite
|
- [NEW] Benchmarks suite
|
||||||
- [NEW] Bind validation can be disabled and replaced with custom validators.
|
- [NEW] Bind validation can be disabled and replaced with custom validators.
|
||||||
- [NEW] More flexible HTML render
|
- [NEW] More flexible HTML render
|
||||||
|
- [NEW] Multipart and PostForm bindings
|
||||||
|
- [NEW] Adds method to return all the registered routes
|
||||||
|
- [NEW] Context.HandlerName() returns the main handler's name
|
||||||
|
- [NEW] Adds Error.IsType() helper
|
||||||
- [FIX] Binding multipart form
|
- [FIX] Binding multipart form
|
||||||
- [FIX] Integration tests
|
- [FIX] Integration tests
|
||||||
- [FIX] Crash when binding non struct object in Context.
|
- [FIX] Crash when binding non struct object in Context.
|
||||||
- [FIX] RunTLS() implementation
|
- [FIX] RunTLS() implementation
|
||||||
- [FIX] Logger() unit tests
|
- [FIX] Logger() unit tests
|
||||||
|
- [FIX] Adds SetHTMLTemplate() warning
|
||||||
|
- [FIX] Context.IsAborted()
|
||||||
|
- [FIX] More unit tests
|
||||||
|
- [FIX] JSON, XML, HTML renders accept custom content-types
|
||||||
|
- [FIX] gin.AbortIndex is unexported
|
||||||
- [FIX] Better approach to avoid directory listing in StaticFS()
|
- [FIX] Better approach to avoid directory listing in StaticFS()
|
||||||
- [FIX] Context.ClientIP() always returns the IP with trimmed spaces.
|
- [FIX] Context.ClientIP() always returns the IP with trimmed spaces.
|
||||||
- [FIX] Better warning when running in debug mode.
|
- [FIX] Better warning when running in debug mode.
|
||||||
|
|
Loading…
Reference in New Issue