Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Added CHANGELOG for #53
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 7, 2016
1 parent d1bdc2b commit d4b9e94
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,30 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#53](https://github.com/zendframework/zend-form/pull/53) adds
`Zend\Form\FormElementManagerFactory`, for creating and returning instances of
`Zend\Form\FormElementManager`. This factory was ported from zend-mvc, and
will replace it for version 3 of that component.
- [#53](https://github.com/zendframework/zend-form/pull/53) adds
`Zend\Form\Annotation\AnnotationBuilderFactory`, for creating and returning
instances of `Zend\Form\Annotation\AnnotationBuilder`. This factory was ported
from zend-mvc, and will replace it for version 3 of that component.
- [#53](https://github.com/zendframework/zend-form/pull/53) exposes the package
as a config-provider and ZF component, by adding:
- `ConfigProvider`, which maps the `FormElementsManager` and
`FormAnnotationBuilder` servies previously provided by zend-mvc; the form
abstract factory as previously registered by zend-mvc; and all view helper
configuration.
- `Module`, which maps services and view helpers per the `ConfigProvider`, and
provides configuration to the zend-modulemanager `ServiceLocator` in order
for modules to provide form and form element configuration.

### Deprecated

- Nothing.
- [#53](https://github.com/zendframework/zend-form/pull/53) deprecates
`Zend\Form\View\HelperConfig`; the functionality is made obsolete by
`ConfigProvider`. It now consumes the latter in order to provide view helper
configuration.

### Removed

Expand Down

0 comments on commit d4b9e94

Please sign in to comment.