Skip to content

Revel v0.20.0 release

Compare
Choose a tag to compare
@notzippy notzippy released this 23 Sep 18:28
· 119 commits to master since this release
b606ec9
  • 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