Skip to content

Revel v0.17.0 release

Compare
Choose a tag to compare
@notzippy notzippy released this 12 Jul 05:33
· 251 commits to master since this release

CHANGELOG

v0.17

[revel/revel]

  • add-validation
  • i18-lang-by-param
  • Added namespace to routes, controllers
  • Added go 1.6 to testing
  • 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
  • Changed url validation logic to regex
  • Added new validation mehtods (IPAddr,MacAddr,Domain,URL,PureText)

[revel/cmd]

  • no changes

[revel/config]

  • no changes

[revel/modules]

  • Added Gorm module

[revel/cron]

  • Updated cron task manager
  • Added ability to run a specific job, reschedules job if cron is running.

[revel/examples]

  • Added Gorm module (Example)