Skip to content

Commit

Permalink
Update changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Mar 30, 2020
1 parent 6f1a081 commit af17463
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
---
- version: unreleased
summary: Initial port of dry-system-rails with a couple of new features
date:
fixed:
added: &1
- '`:rails` system component provider, which uses standard bootable components,
aka "features", to manage application state (@solnic)'
- "`config.features` setting which is an array with feature identifiers that you
want the railtie to boot (@solnic)"
- "`:application_contract` feature which defines `ApplicationContract` within the
application namespace and configured to work with `I18n` (@solnic)"
- "`:safe_params` feature which extends `ApplicationController` with `schema` DSL
and exposes `safe_params` controller helper (@solnic)"
- "`:controller_helper` feature which adds `ApplicationController#{resolve,container}`
shortcuts (@solnic)"
changed:
- version: unreleased
summary: Initial port of dry-system-rails with a couple of new features
added: *1
- version: 0.1.0
summary: This is based on dry-system-rails that dry-rails replaces.
date: 2020-03-30
added:
- "`config.features` setting which is an array with feature identifiers that you want the railtie to boot (@solnic)"
- "`:application_contract` feature which defines `ApplicationContract` within the application namespace and configured to work with `I18n` (@solnic)"
- "`:safe_params` feature which extends `ApplicationController` with `schema` DSL and exposes `safe_params` controller helper (@solnic)"
- "`:controller_helpers` feature which adds `ApplicationController#{resolve,container}` shortcuts (@solnic)"

0 comments on commit af17463

Please sign in to comment.