@@ -6,24 +6,24 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
7
7
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
8
8
9
- ## [ dev ]
9
+ ## [ 1.0 ] - 2017-17-02
10
10
### Added
11
- - ability to render recipient, sender and subject from template
12
- - more descriptive exception classes
13
- - more descriptive error logging
14
- - extracted mailer to a separate class
15
- - Events class is set as final
16
- - factory classes moved to separate services .yml file
17
- - InformationCollectionTrait
18
- - EmailDataFactory does not require ContentTypeService anymore
19
- - InformationCollectionController implements ContainerAwareInterface
20
- - Actions priority
21
- - Action can be marked as crucial with CrucialActionInterface
22
- - eZ 5 compatibility (InformationCollectionLegacyController and InformationCollectionLegacyTrait)
23
- - exposed collected data to email and full view template
24
- - disabled http cache in controllers (thanks @emodric )
25
- - CSRF token enabled by default (thanks @emodric )
26
- - ActionRegistry relies on kernel.debug parameter to throw or ignore exceptions
11
+ - ability to render recipient, sender and subject from template.
12
+ - more descriptive exception classes.
13
+ - more descriptive error logging.
14
+ - extracted mailer to a separate class.
15
+ - Events class is set as final.
16
+ - factory classes moved to separate services .yml file.
17
+ - InformationCollectionTrait.
18
+ - EmailDataFactory does not require ContentTypeService anymore.
19
+ - InformationCollectionController implements ContainerAwareInterface.
20
+ - Actions priority.
21
+ - Action can be marked as crucial with CrucialActionInterface.
22
+ - eZ 5 compatibility (InformationCollectionLegacyController and InformationCollectionLegacyTrait).
23
+ - exposed collected data to email and full view template.
24
+ - disabled http cache in controllers (thanks @emodric ).
25
+ - CSRF token enabled by default (thanks @emodric ).
26
+ - ActionRegistry relies on kernel.debug parameter to throw or ignore exceptions.
27
27
28
28
## [ 0.8] - 2017-13-02
29
29
### Added
0 commit comments