Revel v0.17 Release Notes

Release Date: 2017-07-12 // almost 7 years ago
  • ๐Ÿ”„ 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)