Gin v1.1 Release Notes

Release Date: 2016-12-03 // over 7 years ago
  • v1.1 (#751)

    • Implement QueryArray and PostArray methods
    • ๐Ÿ”จ Refactor GetQuery and GetPostForm
    • โœ‚ Removed additional Iota

    I think assigning iota to each constant is not required

    • โž• Add 1.7 test.
    • โž• Add codecov.io
    • corrected a typo in README
    • โœ‚ remove coveralls services.

    Signed-off-by: Bo-Yi Wu [email protected]

    • โšก๏ธ Update TravisCI to Gitter webhook
    • โž• Add codecov.yml Gitter webhook
    • ๐Ÿ”„ Changed imports to gopkg instead of github in README (#733)
    • โž• Add contribution guide
    • โšก๏ธ Update go get for stable version

    โœ… In the future, github default branch will be develop so running go get github.com/gin-gonic/gin will pull latest code from develop.

    • ๐Ÿ”„ Changed imports to gopkg instead of github in README
    • โšก๏ธ Update README.md
    • Logger: skip ANSI color commands if output is not a tty

    ๐Ÿฑ Special note: ๐Ÿ‘ Thanks to @appleboy and @tboerger for their awesome work managing PRs and issues for this version. This just only started ๐Ÿ˜‰