go-json-rest v3.2.0 Release Notes

Release Date: 2015-05-17 // almost 9 years ago
  • ๐Ÿ”– Version 3.2.0 Release Notes

    What's New in v3.2.0 ?

    • ๐Ÿ†• New shortcut methods to create Routes more easily: Get(...), Post(...), Put(...), Delete(...). It also has the benefit to make golint happier. And &Route{...} remains available for any other use case.
    • ๐Ÿ†• New Websocket example. (Thanks @wingyplus !)
    • ๐Ÿ”’ Security fix on the Jsonp Middleware. (Thanks @sebest !)
    • ๐Ÿ“š Documentation improvements