Sha256: c5cacc6b93e30ddef0c307fb7a111e1994310250f25509c0c9ae51a2d2446811

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

# 0.4.0 - 2016-08-15

Update to dry-web with dry-system

# 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.4.0 CHANGELOG.md