|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## v0.17 |
| 4 | + |
| 5 | +[[revel/revel](https://github.com/revel/revel)] |
| 6 | + |
| 7 | +* add-validation |
| 8 | +* i18-lang-by-param |
| 9 | +* Added namespace to routes, controllers |
| 10 | +* Added go 1.6 to testing |
| 11 | +* Adds the ability to set the language by a url parameter. The route file will need to specify the parameter so that it will be picked up |
| 12 | +* Changed url validation logic to regex |
| 13 | +* Added new validation mehtods (IPAddr,MacAddr,Domain,URL,PureText) |
| 14 | + |
| 15 | +[[revel/cmd](https://github.com/revel/cmd)] |
| 16 | + |
| 17 | +* no changes |
| 18 | + |
| 19 | +[[revel/config](https://github.com/revel/config)] |
| 20 | + |
| 21 | +* no changes |
| 22 | + |
| 23 | +[[revel/modules](https://github.com/revel/modules)] |
| 24 | + |
| 25 | +* Added Gorm module |
| 26 | + |
| 27 | +[[revel/cron](https://github.com/revel/cron)] |
| 28 | + |
| 29 | +* Updated cron task manager |
| 30 | +* Added ability to run a specific job, reschedules job if cron is running. |
| 31 | + |
| 32 | +[[revel/examples](https://github.com/revel/examples)] |
| 33 | + |
| 34 | +* Gorm module (Example) |
| 35 | + |
| 36 | +# v0.16.0 |
| 37 | + |
| 38 | +Deprecating support for golang versions prior to 1.6 |
| 39 | +### Breaking Changes |
| 40 | + |
| 41 | +* `CurrentLocaleRenderArg` to `CurrentLocaleViewArg` for consistency |
| 42 | +* 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](http://revel.github.io/manual/parameters.html) for more details |
| 43 | + |
| 44 | +### Features |
| 45 | + |
| 46 | +* Modular Template Engine #1170 |
| 47 | +* Pongo2 engine driver added revel/modules#39 |
| 48 | +* Ace engine driver added revel/modules#40 |
| 49 | +* Added i18n template support #746 |
| 50 | + |
| 51 | +### Enhancements |
| 52 | + |
| 53 | +* JSON request binding #1161 |
| 54 | +* revel.SetSecretKey function added #1127 |
| 55 | +* ResolveFormat now looks at the extension as well (this sets the content type) #936 |
| 56 | +* Updated command to run tests using the configuration revel/cmd#61 |
| 57 | + |
| 58 | +### Bug fixes |
| 59 | + |
| 60 | +* Updated documentation typos revel/modules#37 |
| 61 | +* Updated order of parameter map assignment #1155 |
| 62 | +* Updated cookie lifetime for firefox #1174 |
| 63 | +* Added test path for modules, so modules will run tests as well #1162 |
| 64 | +* Fixed go profiler module revel/modules#20 |
| 65 | + |
| 66 | + |
3 | 67 | # v0.15.0
|
4 | 68 | @shawncatz released this on 2017-05-11
|
5 | 69 |
|
|
0 commit comments