Skip to content

v3.2.0

Compare
Choose a tag to compare
@ant0ine ant0ine released this 17 May 22:30
· 55 commits to master since this release

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