Releases: revel/cmd
Releases · revel/cmd
v1.1.2
This covers a couple regression bugs since v1.1.0 which itself included a number of merged contributions.
We've marked v1.1.0 and v1.1.1 in revel/cmd as retracted.
Our goal is to get Revel into a good release cadence and to polish our workflow to be as streamlined as possible. This hotfix is a side effect of that effort.
Thank you for your support, feedback, and contributions to Revel.
PS - if anyone is interested in joining the Revel core team, please reach out on our Gitter.
Hotfix 1.3
fix to correct build arguments
Hotfix 2
Hotfix 1
Revel Cmd v0.21.1 release
Fixed some windows issue with vendor path detection and termination of application
Revel v0.20.2 release
Fixed env variable issue
Revel v0.20.1 release
New release to address issues with importing
Revel v0.20.0 release
- b606ec9 Merge pull request #138 from notzippy/develop
- 01ccd69 Re added the requirement for the -a, without this the flags would not error out and cause issues
- cfe5bf4 Merge pull request #137 from notzippy/develop
- 7a4e741 Added a version file to revel/cmd Updated import path detection to make it smarter. You can now use absolute paths etc..
- 92943b2 Merge pull request #136 from notzippy/develop
- 69e59ef New Enhancement Added ability to create a new revel applicaiton without any sources. Automatically download all sources required
- 5973b43 Merge pull request #135 from notzippy/develop
- c47f447 Added message for debugging Added process state message to be returned to wait channel to help resolve the reason for the "app died" message
- b138e35 Merge pull request #134 from notzippy/develop
- 17459d1 Split main file Added code to split the generated main file into two separate files. This allows other code to launch the web application inline.
- c87d53e Merge pull request #133 from notzippy/develop
- 4d7a290 Updated readme, Updated travis
- 7eff69f Merge pull request #130 from notzippy/develop
- 34bc650 Added CI
- 2c53671 Merge pull request #129 from notzippy/develop
- 3ad381d Enhanced package and build to by default not include any source code
- d0baaeb Initial rewrite of revel/cmd to provide vendor support and enhanced CLI options
- d2ac018 Merge pull request #120 from lokhman/issue119
- d0e5c79 Merge pull request #122 from notzippy/develop
- 7e501b8 Added missed GPL license to command
- fe56bdd Fix DefaultValidationKeys generated with wrong line for multiline check
Revel v0.14.1 release
Updated module, see full release information at
v0.13.1
Bug fix:
- Windows path fix revel/revel#1064