Manu Mtz-Almeida пре 10 година
родитељ
комит
179e947425
1 измењених фајлова са 10 додато и 1 уклоњено
  1. 10 1
      CHANGELOG.md

+ 10 - 1
CHANGELOG.md

@@ -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.
@@ -62,7 +71,7 @@
 - [FIX] Better debugging messages
 - [FIX] Better debugging messages
 - [FIX] ErrorLogger
 - [FIX] ErrorLogger
 - [FIX] Debug HTTP render
 - [FIX] Debug HTTP render
-- [FIX] Refactored binding and render modules 
+- [FIX] Refactored binding and render modules
 - [FIX] Refactored Context initialization
 - [FIX] Refactored Context initialization
 - [FIX] Refactored BasicAuth()
 - [FIX] Refactored BasicAuth()
 - [FIX] NoMethod/NoRoute handlers
 - [FIX] NoMethod/NoRoute handlers