This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file, in reverse
4
4
5
5
Versions prior to 0.2.0 were released as the package "webimpress/zend-pimple-config".
6
6
7
- ## 1.0.1 - TBD
7
+ ## 1.1.0 - 2018-04-11
8
8
9
9
### Added
10
10
11
- - Nothing.
11
+ - [ #6 ] ( https://github.com/zendframework/zend-pimple-config/pull/6 ) and
12
+ [ #10 ] ( https://github.com/zendframework/zend-pimple-config/pull/10 ) add
13
+ support for ` shared ` and ` shared_by_default ` configuration, allowing the
14
+ ability to selectively alter whether or not a shared instance is returned by
15
+ the container for a given service.
12
16
13
17
### Changed
14
18
@@ -24,7 +28,13 @@ Versions prior to 0.2.0 were released as the package "webimpress/zend-pimple-con
24
28
25
29
### Fixed
26
30
27
- - Nothing.
31
+ - [ #10 ] ( https://github.com/zendframework/zend-pimple-config/pull/10 ) fixes
32
+ factory configuration support to test that a factory class name is callable
33
+ before allowing registration of the factory.
34
+
35
+ - [ #10 ] ( https://github.com/zendframework/zend-pimple-config/pull/10 ) fixes
36
+ how aliases to shared services work; they should never return a cloned
37
+ instance of the service.
28
38
29
39
## 1.0.0 - 2018-03-15
30
40
You can’t perform that action at this time.
0 commit comments