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

Add Generator Factory #31

Merged
merged 20 commits into from
Dec 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#31](https://github.com/zendframework/zend-di/pull/31) adds the service
factory `Zend\Di\Container\GeneratorFactory` for creating a
`Zend\Di\CodeGenerator\InjectorGenerator` instance with zend-servicemanager.

### Changed

- Nothing.
- [#31](https://github.com/zendframework/zend-di/pull/31) adds the method
`getOutputDirectory()` to `Zend\Di\CodeGenerator\GeneratorTrait`.

- [#31](https://github.com/zendframework/zend-di/pull/31) adds the method
`getNamespace()` to `Zend\Di\CodeGenerator\InjectorGenerator`.

### Deprecated

Expand Down
121 changes: 63 additions & 58 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading