File tree 1 file changed +8
-19
lines changed
1 file changed +8
-19
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- - version : unreleased
3
- summary : Initial port of dry-system-rails with a couple of new features
4
- date :
5
- fixed :
6
- added : &1
7
- - ' `:rails` system component provider, which uses standard bootable components,
8
- aka "features", to manage application state (@solnic)'
9
- - " `config.features` setting which is an array with feature identifiers that you
10
- want the railtie to boot (@solnic)"
11
- - " `:application_contract` feature which defines `ApplicationContract` within the
12
- application namespace and configured to work with `I18n` (@solnic)"
13
- - " `:safe_params` feature which extends `ApplicationController` with `schema` DSL
14
- and exposes `safe_params` controller helper (@solnic)"
15
- - " `:controller_helper` feature which adds `ApplicationController#{resolve,container}`
16
- shortcuts (@solnic)"
17
- changed :
18
- - version : unreleased
19
- summary : Initial port of dry-system-rails with a couple of new features
20
- added : *1
2
+ - version : 0.1.0
3
+ summary : This is based on dry-system-rails that dry-rails replaces.
4
+ date : 2020-03-30
5
+ added :
6
+ - " `config.features` setting which is an array with feature identifiers that you want the railtie to boot (@solnic)"
7
+ - " `:application_contract` feature which defines `ApplicationContract` within the application namespace and configured to work with `I18n` (@solnic)"
8
+ - " `:safe_params` feature which extends `ApplicationController` with `schema` DSL and exposes `safe_params` controller helper (@solnic)"
9
+ - " `:controller_helpers` feature which adds `ApplicationController#{resolve,container}` shortcuts (@solnic)"
You can’t perform that action at this time.
0 commit comments