Skip to content

v0.11.0

Compare
Choose a tag to compare
@brendensoares brendensoares released this 26 Oct 23:40
· 565 commits to master since this release

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