forked from Nimut/phpunit-merger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
77 lines (64 loc) · 5.15 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
2023-10-02 [RELEASE] Release of phpunit-merger 2.0.0 (Nicole Cordes)
2023-10-02 ff24d85 [FEATURE] Add support for phpunit/php-code-coverage ^10.0 (Nicole Cordes)
2023-10-02 [RELEASE] Release of phpunit-merger 1.1.3 (Nicole Cordes)
2023-10-02 0ed7988 [BUGFIX] Require phpspec/prophecy as dev dependency (Nicole Cordes)
2023-10-02 d767f1e [TASK] Rename deprecated AbstractTest file (Nicole Cordes)
2023-10-02 40835f0 [BUGFIX] Ensure .Log folder exists during installation (Nicole Cordes)
2023-10-02 abb7932 [FEATURE] Allow latest symfony dependencies (Nicole Cordes)
2023-10-02 bd4ecd4 [TASK] Ignore .Log folder in .gitignore (Nicole Cordes)
2022-01-18 [RELEASE] Release of phpunit-merger 1.1.2 (Nicole Cordes)
2022-01-17 706e758 [TASK] Adjust PHP dependency in composer.json (Nicole Cordes)
2022-01-17 9ad3487 [BUGFIX] Use correct PHP version for Travis CI (Nicole Cordes)
2022-01-14 62ccfcd [TASK] Raise PHP compatibility to 8.1 (Tomas Norre Mikkelsen)
2021-10-08 [RELEASE] Release of nimut/phpunit-merger 1.1.1 (Nicole Cordes)
2021-10-07 76e1b50 [BUGFIX] Normalize CodeCoverage objects (Nicole Cordes)
2021-10-07 62cbc53 [TASK] Raise PHP compatibility to 8.0 (Nicole Cordes)
2020-10-06 [RELEASE] Release of nimut/phpunit-merger 1.1.0 (Nicole Cordes)
2020-10-02 f42f8cc Ensure unit test checks own boundaries usage (Nicole Cordes)
2020-10-02 e64b83b Prefer int casting to intval function (Nicole Cordes)
2020-10-02 e0217b1 Parameters should be ints (carlos granados)
2020-10-02 bb52378 Adds options for lowUpperBound and highLowerBound for HTML reports (carlos granados)
2020-08-18 [RELEASE] Release of nimut/phpunit-merger 1.0.0 (Nicole Cordes)
2020-08-18 16fb969 [FEATURE] Add support for phpunit/php-code-coverage ^9.0 (Nicole Cordes)
2020-08-18 b9526f2 [TASK] Update StyleCI and PHP CS Fixer configuration (Nicole Cordes)
2020-08-18 0d64720 [FEATURE] Add merge support for multiple testsuites (Nicole Cordes)
2020-05-08 caf1079 [BUGFIX] Raise PHP version for SonarQube scanner (Nicole Cordes)
2020-05-08 [RELEASE] Release of nimut/phpunit-merger 0.3.5 (Nicole Cordes)
2020-05-08 b3b25ea Update Travis CI configuration (Nicole Cordes)
2020-05-08 423219b Allow compatible PHPUnit version (Nicole Cordes)
2020-05-07 589f982 adds support for php-code-coverage 8 (Deniz Sokullu)
2019-12-19 [RELEASE] Release of nimut/phpunit-merger 0.3.4 (Nicole Cordes)
2019-12-19 d94aedd [TASK] Raise Symfony dependencies to include 5.0 (Nicole Cordes)
2019-12-17 [RELEASE] Release of nimut/phpunit-merger 0.3.3 (Nicole Cordes)
2019-12-17 79d5057 [TASK] Allow lower symfony dependencies (Nicole Cordes)
2019-12-06 [RELEASE] Release of nimut/phpunit-merger 0.3.2 (Nicole Cordes)
2019-12-06 6d2e7be [TASK] Raise PHP compatibility to 7.4 (Nicole Cordes)
2019-09-13 [RELEASE] Release of nimut/phpunit-merger 0.3.1 (Nicole Cordes)
2019-09-13 f4f2407 Replace get_class with instanceof comparrision (Nicole Cordes)
2019-08-09 48b1a3d Show error if the scanned file is not a valid PHP script. (Thomas Eimers)
2019-05-15 [RELEASE] Release of nimut/phpunit-merger 0.3.0 (Nicole Cordes)
2019-03-09 52e6874 [FEATURE] Add more unit tests to cover new CoverageCommand option (Nicole Cordes)
2019-03-09 e2daa30 [FEATURE] Add option to CoverageCommand to generate HTML report (Nicole Cordes)
2019-03-09 9d9d409 [BUGFIX] Ensure existing output directory for LogCommand file (Nicole Cordes)
2019-03-08 [RELEASE] Release of nimut/phpunit-merger 0.2.0 (Nicole Cordes)
2019-03-08 d2cf8b3 [BUGFIX] Rewrite unit tests for phpunit/phpunit ^8.0 (Nicole Cordes)
2019-03-08 279810f [TASK] Raise phpunit/php-code-coverage compatibility to ^7.0 (Nicole Cordes)
2019-03-08 0435799 [TASK] Remove PHP 7.3 from allowed failures (Nicole Cordes)
2019-03-08 65a1d5b [TASK] Add tests for latest phpunit/php-code-coverage versions (Nicole Cordes)
2018-12-09 b900c90 [TASK] Raise phpunit/php-code-coverage compatibility to ^6.0 (Nicole Cordes)
2018-12-09 4e0c949 [TASK] Raise PHP compatibility to 7.3 (Nicole Cordes)
2018-12-09 e2fe04a [BUGFIX] Use correct file paths in Travis CI configuration (Nicole Cordes)
2018-12-09 52521cd [BUGFIX] Make bin/phpunit-merger executable (Nicole Cordes)
2018-12-09 f939cd2 [FEATURE] Add Travis CI and SonarQube configuration (Nicole Cordes)
2018-12-09 5970c37 [FEATURE] Add unit tests (Nicole Cordes)
2018-12-09 56c657f [BUGFIX] Catch exceptions from SimpleXMLElement (Nicole Cordes)
2018-12-09 c918343 [TASK] Add missing PHP extension dependencies to composer.json (Nicole Cordes)
2018-12-09 dc491bf [TASK] Ignore composer.lock in .gitignore (Nicole Cordes)
2017-12-19 aeaaf4c [TASK] Add README.txt (Nicole Cordes)
2017-12-19 13fb73d [FEATURE] Add StyleCI Coding Style Service (Nicole Cordes)
2017-12-19 ec96dcf [FEATURE] Provide friendsofphp/php-cs-fixer default configuration (Nicole Cordes)
2017-12-17 [RELEASE] Release of nimut/phpunit-merger 0.1.0 (Nicole Cordes)
2017-12-17 470b791 [FEATURE] Add (very) basic log command (Nicole Cordes)
2017-12-17 0db9a98 [FEATURE] Add (very) basic coverage command (Nicole Cordes)
2017-12-17 34fa7d7 [TASK] Add composer.json (Nicole Cordes)
2017-12-17 ae3355f [TASK] Ignore .Build and .idea folders in .gitignore (Nicole Cordes)