New
Revel 0.20.0
New items
- Updated minimum Go requirements to Go 1.8
Revel Cmd changes
See manual for more information on the flags and new features
- Rewrote revel/cmd package so it has no dependencies on revel/revel - future releases for revel/cmd will not be on the same schedule as revel/revel
- Added flag support to revel/cmd ,
- Added automatic vendor creation flag, when enabled a vendor folder will be added and used to the project
- Added [DEFAULT] section to message skeleton so multiple lines work
- If port specified is 0 then proxy can will run on a random free port
- Split main file into two files so it may be invoked using other methods
- Added ability to only monitor and update build files (without running a proxy)
- Auto download revel/revel, revel/cmd - if you point your GOPATH to an empty directory the
reveltool will still be able to create a new project