Skip to content

release 0.16

NotZippy edited this page Oct 27, 2017 · 1 revision

Release 0.16

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

  • Modular Template Engine #1170
  • Pongo2 engine driver added revel/modules#39
  • Ace engine driver added revel/modules#40
  • Added i18n template support #746

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