Skip to content

release 0.17

NotZippy edited this page Oct 27, 2017 · 1 revision

Release 0.17

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)