Skip to content

Commit af17463

Browse files
committedMar 30, 2020
Update changelog.yml
1 parent 6f1a081 commit af17463

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed
 

‎changelog.yml

+8-19
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
---
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)"

0 commit comments

Comments
 (0)
Please sign in to comment.