@@ -5,19 +5,22 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
5
5
## <a name =" unreleased " ></a >Unreleased
6
6
7
7
## <a name =" v0.8.0 " ></a >v0.8.0 (2016-01-23)
8
+ [ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.7.0...v0.8.0 )
8
9
### Added
9
10
* ` php-semver-checker ` can now be called from ` vendor/bin/php-semver-checker `
10
11
* Add ProgressScanner to manage progress of scan jobs (thanks to @nochso )
11
12
* [ #67 ] Support CLI parameters in the configuration file (thanks to @nochso )
12
13
13
14
## <a name =" v0.7.0 " ></a >v0.7.0 (2015-06-25)
15
+ [ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.6.3...v0.7.0 )
14
16
### Added
15
17
* Support for configuration in php, ini, xml, json and yaml through hassankhan/config
16
18
17
19
### Changed
18
20
* Update nikic/php-parser dependency to use ~ 1.3
19
21
20
22
## <a name =" v0.6.3 " ></a >v0.6.3 (2015-06-18)
23
+ [ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.6.2...v0.6.3 )
21
24
### Changed
22
25
* Depend on symfony/console ~ 2.7 instead of 2.7.* @dev since it is now Symfony's LTS
23
26
* Update V018 and V021 level from MINOR to PATCH
@@ -27,22 +30,26 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
27
30
* [ #62 ] PHP Notice for an Unknown operation
28
31
29
32
## <a name =" v0.6.2 " ></a >v0.6.2 (2015-05-19)
33
+ [ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.6.1...v0.6.2 )
30
34
### Changed
31
35
* [ #60 ] [ V032] Adding an interface is now a MINOR increment (was a MAJOR increment)
32
36
33
37
## <a name =" v0.6.1 " ></a >v0.6.1 (2015-05-03)
38
+ [ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.6.0...v0.6.1 )
34
39
### Changed
35
40
* Use : instead of # to allow IDE's such as PHPStorm to link to the line of code
36
41
37
42
### Fixed
38
43
* [ #56 ] Reporter will output a path/location for files that were removed
39
44
40
45
## <a name =" v0.6.0 " ></a >v0.6.0 (2015-05-03)
46
+ [ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.5.0...v0.6.0 )
41
47
### Changed
42
48
* [ #23 ] source-before/source-after arguments are now optional through --include-before/--include-after
43
49
* [ #45 ] Replaced File_Iterator with Symfony Finder
44
50
45
51
## <a name =" v0.5.0 " ></a >v0.5.0 (2015-05-02)
52
+ [ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.4.1...v0.5.0 )
46
53
### Added
47
54
* [ #3 ] Make operation impact level configurable
48
55
* [ #25 ] Display property visibility in compare report
@@ -54,21 +61,25 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
54
61
* Function target would output namespace\function::function instead of namespace\function
55
62
56
63
## <a name =" v0.4.1 " ></a >v0.4.1 (2015-01-15)
64
+ [ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.4.0...v0.4.1 )
57
65
### Removed
58
66
* Pre-processing progress message
59
67
60
68
## <a name =" v0.4.0 " ></a >v0.4.0 (2015-01-15)
69
+ [ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.3.0...v0.4.0 )
61
70
### Added
62
71
* Source filtering, which greatly improves scanning a large code repository
63
72
64
73
## <a name =" v0.3.0 " ></a >v0.3.0 (2015-01-14)
74
+ [ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.2.0...v0.3.0 )
65
75
### Added
66
76
* [ #5 ] Semantic versioning on class/trait properties
67
77
68
78
### Changed
69
79
* Improvement to the ` box.json ` configuration to enable compactors and compression
70
80
71
81
## <a name =" v0.2.0 " ></a >v0.2.0 (2015-01-14)
82
+ [ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.1.0...v0.2.0 )
72
83
### Added
73
84
* [ #17 ] Initial implementation of codes to identify verification rules
74
85
* Support for building ` phar `
0 commit comments