gorilla/csrf v1.5 Release Notes

Release Date: 2017-01-08 // over 7 years ago
  • ๐Ÿ‘‰ Uses the new request.Context from Go 1.7 for Go 1.7 automatically. Note that gorilla/context is incompatible with Go 1.7.

    ๐Ÿ›  6958173 [doc] Fixed readme mux path prefix (#51)
    โœ๏ธ 10e8fd1 [docs] Fix a few minor typos in examples. (#54)
    ๐Ÿ“„ fdae182 docs: fix minor typo (#50)
    ๐Ÿ“„ 7f54448 [docs] Fix incorrect function name in docs (#49)
    ๐Ÿ“„ bbe6687 [docs] Fix syntax typo (#48)
    ๐Ÿ“„ 0ff6a2c [docs] Improve commented code (#46)
    ๐Ÿ“„ a8abe8a [docs] Mentions passing csrf.Secure(false) in local dev environments.
    ๐Ÿ›  a9c30ae [bugfix] Remove dependency on gorilla/context for go1.7+ (#42)
    ๐Ÿ›  4642ecf [bugfix] Support a cookie MaxAge of 0. (#39)
    ๐Ÿ”€ 101aaa4 Merge branch 'master' of github.com:gorilla/csrf
    2a06c32 [ci] Add 1.6; skip install block; don't simplify.
    ๐Ÿšš 0bb4971 [deps] Move from errors -> github.com/pkg/errors
    ๐Ÿšš dd1bce8 [deps] Move from errors -> github.com/pkg/errors