Skip to content

Commit

Permalink
README: Document changes form #6.
Browse files Browse the repository at this point in the history
  • Loading branch information
roblillack committed Mar 2, 2017
1 parent 1271cba commit b5faa66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ The major changes since forking away from Revel are these:
+ Removed most of the "path magic" that tried to determine where the sources of your application and revel are: No global `AppPath`, `ViewsPath`, `TemplatePaths`, `RevelPath`, and `SourcePath` variables anymore.
- Added support for Go 1.5 vendor experiment.
- Vendor Mars' dependencies as Git submodules.
- Added support for [HTTP dual-stack mode](https://github.com/roblillack/mars/issues/6).
- Added support for [generating self-signed SSL certificates on-the-fly](https://github.com/roblillack/mars/issues/6).
- Integrated `Static` controller to support hosting plain HTML files and assets.
- Removed magic that automatically added template parameter names based on variable names in `Controller.Render()` calls using code generation and runtime introspection.
- Removed the cache library.
Expand Down

0 comments on commit b5faa66

Please sign in to comment.