Sha256: 14b7dc038e0a0501dd371887ba9f21b4a2f4dea7c238c5e982b5c419063e0a18

Contents?: true

Size: 1.88 KB

Versions: 1

Compression:

Stored size: 1.88 KB

Contents

# 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)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dry-web-roda-0.5.0 CHANGELOG.md