Revel v0.16.0 Release Notes

Release Date: 2017-06-07 // almost 7 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • CurrentLocaleRenderArg to CurrentLocaleViewArg for consistency
    • ๐Ÿ‘€ JSON requests are now parsed by Revel, if the content type is text/json or application/json. The raw data is available in Revel.Controller.Params.JSON. But you can also use the automatic controller operation to load the data like you would any structure or map. See here for more details

    ๐Ÿ”‹ Features

    โœจ Enhancements

    • JSON request binding #1161
    • revel.SetSecretKey function added #1127
    • ResolveFormat now looks at the extension as well (this sets the content type) #936
    • โšก๏ธ Updated command to run tests using the configuration revel/cmd#61

    ๐Ÿ› Bug fixes

    • ๐Ÿ“š Updated documentation typos revel/modules#37
    • โšก๏ธ Updated order of parameter map assignment #1155
    • โšก๏ธ Updated cookie lifetime for firefox #1174
    • โž• Added test path for modules, so modules will run tests as well #1162
    • ๐Ÿ›  Fixed go profiler module revel/modules#20