# 0.6.1 - 2017-02-08 ### Added - In generated projects, set up dry-monitor for request logging (timriley) - In generated projects, use dry-monitor to log SQL queries (timriley) - Add new flat project generator: `dry-web-roda new --arch=flat` (timriley) ### Changed - Renamed sub-app generator from `dry-web-roda generate app` to `dry-web-roda generate sub_app` (timriley) ### Fixed - Ensure dry-monitor is set up in `Application` regardless of the order in which the application's configs are applied (timriley) # 0.6.1 - 2017-02-03 ### Added - In generated projects, integrate with dry-monitor (via dry-web) for centralized application logging and error reporting (solnic) # 0.5.1 - 2016-12-27 ### Fixed - `.gitignore` in generated umbrella app correctly ignores `log/` directory (alsemyonov) # 0.5.0 - 2016-10-21 ### Changed - Depend on the version of shotgun with fixes for Rack 2.0 (timriley) - Update to work with latest dry-web and dry-system - Expect `system/` dirs instead of `component/` (gotar) - Update bootable dependency files to match latest dry-system API for bootable dependencies with lifecycles (gotar) - Use latest released versions of rom-repository and rom-sql, instead of relying on their master branches (wafcio) - Replace dry-result_matcher gem with dry-matcher (gotar) - Add dry-monads and dry-struct gems to generated Gemfile (gotar) - Expect symbols for flash keys in generated `Page` class (timriley) ### Fixed - Update `view` roda plugin to expect default namespace in sub-app containers (timriley) # 0.4.0 - 2016-08-15 Update to dry-web with dry-system (solnic) # 0.3.0 - 2016-07-26 ### Added - Set a default namespace on sub-app containers generated by the CLI (timriley) ### Changed - Use latest dry-web for latest dry-component injector API (timriley) # 0.2.3 / 2016-07-23 ### Changed - By default, don't display warning output when running specs (timriley) # 0.2.2 / 2016-07-18 ### Fixed - Fixed a misnamed module in sub-app generator (hl) - Removed a deprecated option from the `pg_dump` invocation after migrations (timriley) # 0.2.1 / 2016-06-22 ### Fixed - Fixed a broken require in generated apps (timriley) # 0.2.0 / 2016-06-22 ### Added - Added a `dry-web-roda` executable CLI command, which can generate new dry-web-roda projects and apps within projects (timriley) To generate a new project: ```sh dry-web-roda new my_new_project ``` And to generate a new app within an existing project: ```sh dry-web-roda generate app my_sub_app --umbrella=my_new_project ``` - Added the beginnings of a skeleton-based code generator, to support the above (timriley) # 0.1.0 / 2016-06-12 - Extracted from dry-web (timriley)