Skip to content

Commit 6e03b44

Browse files
committed
CHANGELOG: v2.5.5 (backported vipsoft/code-coverage-extensions 2.5.0.5 release
1 parent b52bb7c commit 6e03b44

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# CHANGELOG
2+
3+
All notable changes to [leanphp/behat-code-coverage][0] package will be
4+
documented in this file.
5+
6+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
7+
and this project adheres to [Semantic Versioning](http://semver.org/).
8+
9+
## [2.5.5] - 2017-04-05 (backported v2.5.0.5, original release on 2014-02-10)
10+
11+
**Note!** This version is a direct backport of `2.5.0.5` of
12+
[vipsoft/code-coverage-extension][1] package with updated namespaces to work
13+
as [leanphp/behat-code-coverage][0]. It additionally includes code from
14+
[vipsoft/code-coverage-common][2] package, so in case the package would
15+
disappear, this extension would still work.
16+
17+
- PHP `>=5.3.10`
18+
- Behat `~2.4`
19+
- Symfony components `~2.2,<2.4`
20+
- PHPUnit `~4.0` (updated from `3.7.*` in order to make tests pass)
21+
- Removed `vipsoft/code-coverage-common` dependency (code is now included in
22+
the package, will be refactored in the future)
23+
- Updated `vfsStream` from `1.2.*` to `1.3.*` to fix failing/skipped test
24+
- Updated versions of dependencies and code is tested to run with Behat `2.5`.
25+
26+
[2.5.5]: https://github.com/leanphp/behat-code-coverage/releases/tag/v2.5.5
27+
28+
[0]: https://github.com/leanphp/behat-code-coverage
29+
[1]: https://github.com/vipsoft/code-coverage-extension
30+
[1]: https://github.com/vipsoft/code-coverage-common

0 commit comments

Comments
 (0)