This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-27
lines changed Expand file tree Collapse file tree 3 files changed +17
-27
lines changed Original file line number Diff line number Diff line change 23
23
24
24
matrix :
25
25
include :
26
- - php : 5.5
27
- env :
28
- - CS_CHECK=true
29
- - EXECUTE_DOC_CHECK=true
30
26
- php : 5.6
31
27
env :
32
28
- TEST_COVERAGE=true
33
29
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
34
30
- PATH="$HOME/.local/bin:$PATH"
35
31
- php : 7
32
+ env :
33
+ - CS_CHECK=true
34
+ - php : 7.1
36
35
- php : hhvm
37
36
allow_failures :
38
37
- php : hhvm
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
- ## 3.1.0 - TBD
6
-
7
- ### Added
8
-
9
- - Nothing.
10
-
11
- ### Deprecated
12
-
13
- - Nothing.
14
-
15
- ### Removed
16
-
17
- - Nothing.
18
-
19
- ### Fixed
20
-
21
- - Nothing.
22
-
23
- ## 3.0.2 - TBD
5
+ ## 3.1.0 - 2016-12-19
24
6
25
7
### Added
26
8
27
9
- [ #26 ] ( https://github.com/zendframework/zend-eventmanager/pull/26 ) publishes
28
10
the documentation to https://zendframework.github.io/zend-eventmanager/
29
11
12
+ ### Changes
13
+
14
+ - [ #17 ] ( https://github.com/zendframework/zend-eventmanager/pull/17 ) makes a
15
+ number of internal changes to how listeners are stored in order to improve
16
+ performance, by as much as 10% in the scenario used in the MVC layer.
17
+
18
+ Additionally, it optimizes when the target and event arguments are injected
19
+ into an event, eliminating that step entirely when either is unavailable.
20
+
30
21
### Deprecated
31
22
32
23
- Nothing.
Original file line number Diff line number Diff line change 13
13
"prefer-stable" : true ,
14
14
"extra" : {
15
15
"branch-alias" : {
16
- "dev-master" : " 3.0 -dev" ,
17
- "dev-develop" : " 3.1 -dev"
16
+ "dev-master" : " 3.1 -dev" ,
17
+ "dev-develop" : " 3.2 -dev"
18
18
}
19
19
},
20
20
"autoload" : {
29
29
}
30
30
},
31
31
"require" : {
32
- "php" : " ^5.5 || ^7.0"
32
+ "php" : " ^5.6 || ^7.0"
33
33
},
34
34
"require-dev" : {
35
- "phpunit/PHPUnit" : " ~4.0 " ,
35
+ "phpunit/PHPUnit" : " ^5.6 " ,
36
36
"athletic/athletic" : " ^0.1" ,
37
37
"zendframework/zend-stdlib" : " ^2.7.3 || ^3.0" ,
38
38
"container-interop/container-interop" : " ^1.1.0" ,
You can’t perform that action at this time.
0 commit comments