Gin v1.2 Release Notes

Release Date: 2017-07-02 // almost 7 years ago
    • [NEW] Switch from godeps to govendor
    • ๐Ÿ‘ [NEW] Add support for Let's Encrypt via gin-gonic/autotls
    • [NEW] Improve README examples and add extra at examples folder
    • ๐Ÿ‘ [NEW] Improved support with App Engine
    • ๐Ÿ‘€ [NEW] Add custom template delimiters, see #860
    • ๐Ÿ‘€ [NEW] Add Template Func Maps, see #962
    • ๐Ÿ‘€ [NEW] Add *context.Handler(), see #928
    • [NEW] Add *context.GetRawData()
    • [NEW] Add *context.GetHeader() (request)
    • [NEW] Add *context.AbortWithStatusJSON() (JSON content type)
    • [NEW] Add *context.Keys type cast helpers
    • [NEW] Add *context.ShouldBindWith()
    • [NEW] Add *context.MustBindWith()
    • [NEW] Add *engine.SetFuncMap()
    • ๐Ÿš€ [DEPRECATE] On next release: *context.BindWith(), see #855
    • ๐Ÿ”จ [FIX] Refactor render
    • โœ… [FIX] Reworked tests
    • ๐Ÿ‘ [FIX] logger now supports cygwin
    • [FIX] Use X-Forwarded-For before X-Real-Ip
    • [FIX] time.Time binding (#904)