Revel v0.11.0 Release Notes

  • ๐Ÿš€ @brendensoares released this on 2014-10-26

    Note, Revel 0.11 requires Go 1.3 or higher.

    ๐Ÿ”„ Changes since v0.10:

    [BUG] #729 Adding define inside the template results in an error (Changes how template file name case insensitivity is handled)

    [ENH] #769 Add swap files to gitignore ๐Ÿ— [ENH] #766 Added passing in build flags to the go build command ๐Ÿง [ENH] #761 Fixing cross-compiling issue #456 setting windows path from linux โœ… [ENH] #759 Include upload sample's tests in travis [ENH] #755 Changes c.Action to be the action method name's letter casing per #635 ๐Ÿ’ป [ENH] #754 Adds call stack display to runtime panic in browser to match console [ENH] #740 Redis Cache: Add timeouts. [ENH] #734 watcher: treat fsnotify Op as a bitmask [ENH] #731 Second struct in type revel fails to find the controller โœ… [ENH] #725 Testrunner: show response info [ENH] #723 Improved compilation errors and open file from error page โœ… [ENH] #720 Get testrunner path from config file ๐ŸŒฒ [ENH] #707 Add log.colorize option to enable/disable colorize โœ… [ENH] #696 Revel file upload testing ๐Ÿ— [ENH] #694 Install dependencies at build time [ENH] #693 Prefer extension over Accept header โšก๏ธ [ENH] #692 Update fsnotify to v1 API ๐Ÿ‘ [ENH] #690 Support zero downtime restarts โœ… [ENH] #687 Tests: request override ๐Ÿ›  [ENH] #685 Persona sample tests and bugfix [ENH] #598 Added README file to Revel skeleton [ENH] #591 Realtime rebuild [ENH] #573 Add AppRoot to allow changing the root path of an application

    ๐Ÿ‘ [FTR] #606 CSRF Support

    Full list of commits