Skip to content

Commit

Permalink
Prepare 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Blazek committed Feb 17, 2017
1 parent 7fe2129 commit a786fdb
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [dev]
## [1.0] - 2017-17-02
### Added
- ability to render recipient, sender and subject from template
- more descriptive exception classes
- more descriptive error logging
- extracted mailer to a separate class
- Events class is set as final
- factory classes moved to separate services .yml file
- InformationCollectionTrait
- EmailDataFactory does not require ContentTypeService anymore
- InformationCollectionController implements ContainerAwareInterface
- Actions priority
- Action can be marked as crucial with CrucialActionInterface
- eZ 5 compatibility (InformationCollectionLegacyController and InformationCollectionLegacyTrait)
- exposed collected data to email and full view template
- disabled http cache in controllers (thanks @emodric)
- CSRF token enabled by default (thanks @emodric)
- ActionRegistry relies on kernel.debug parameter to throw or ignore exceptions
- ability to render recipient, sender and subject from template.
- more descriptive exception classes.
- more descriptive error logging.
- extracted mailer to a separate class.
- Events class is set as final.
- factory classes moved to separate services .yml file.
- InformationCollectionTrait.
- EmailDataFactory does not require ContentTypeService anymore.
- InformationCollectionController implements ContainerAwareInterface.
- Actions priority.
- Action can be marked as crucial with CrucialActionInterface.
- eZ 5 compatibility (InformationCollectionLegacyController and InformationCollectionLegacyTrait).
- exposed collected data to email and full view template.
- disabled http cache in controllers (thanks @emodric).
- CSRF token enabled by default (thanks @emodric).
- ActionRegistry relies on kernel.debug parameter to throw or ignore exceptions.

## [0.8] - 2017-13-02
### Added
Expand Down

0 comments on commit a786fdb

Please sign in to comment.