FEATURES.md in lotusrb-0.3.2 vs FEATURES.md in lotusrb-0.4.0

- old
+ new

@@ -1,9 +1,26 @@ # Lotus ### A complete web framework for Ruby ## Features +## v0.4.0 - 2015-06-23 + +- Application architecture +- Database migrations +- CLI: `lotus db` commands: `create`, `drop`, `prepare`, `migrate`, `version`, `apply`. +- HTML5 Form helpers +- Cross Site Request Forgery (CSRF) protection +- Force SSL +- Number formatting helper + +## v0.3.2 - 2015-05-22 + +- Automatic secure cookies +- Routing helpers for actions +- Send files from actions +- `Lotus.root` returns top level directory of the project. + ## v0.3.1 - 2015-05-15 - CLI: `lotus generate app admin` creates a new application (`apps/admin`). - CLI: `lotus generate model user`. It generates entity, repository and related unit test files. - `Lotus.env` and `Lotus.env?` for current environment introspection (eg. `Lotus.env?(:test)` or `Lotus.env?(:staging, :production)`)