Skip to content

Commit 7091479

Browse files
committed
Add "Full Changelog" link in CHANGELOG.md.
1 parent de2b483 commit 7091479

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
55
## <a name="unreleased"></a>Unreleased
66

77
## <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)
89
### Added
910
* `php-semver-checker` can now be called from `vendor/bin/php-semver-checker`
1011
* Add ProgressScanner to manage progress of scan jobs (thanks to @nochso)
1112
* [#67] Support CLI parameters in the configuration file (thanks to @nochso)
1213

1314
## <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)
1416
### Added
1517
* Support for configuration in php, ini, xml, json and yaml through hassankhan/config
1618

1719
### Changed
1820
* Update nikic/php-parser dependency to use ~1.3
1921

2022
## <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)
2124
### Changed
2225
* Depend on symfony/console ~2.7 instead of 2.7.*@dev since it is now Symfony's LTS
2326
* Update V018 and V021 level from MINOR to PATCH
@@ -27,22 +30,26 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
2730
* [#62] PHP Notice for an Unknown operation
2831

2932
## <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)
3034
### Changed
3135
* [#60] [V032] Adding an interface is now a MINOR increment (was a MAJOR increment)
3236

3337
## <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)
3439
### Changed
3540
* Use : instead of # to allow IDE's such as PHPStorm to link to the line of code
3641

3742
### Fixed
3843
* [#56] Reporter will output a path/location for files that were removed
3944

4045
## <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)
4147
### Changed
4248
* [#23] source-before/source-after arguments are now optional through --include-before/--include-after
4349
* [#45] Replaced File_Iterator with Symfony Finder
4450

4551
## <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)
4653
### Added
4754
* [#3] Make operation impact level configurable
4855
* [#25] Display property visibility in compare report
@@ -54,21 +61,25 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
5461
* Function target would output namespace\function::function instead of namespace\function
5562

5663
## <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)
5765
### Removed
5866
* Pre-processing progress message
5967

6068
## <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)
6170
### Added
6271
* Source filtering, which greatly improves scanning a large code repository
6372

6473
## <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)
6575
### Added
6676
* [#5] Semantic versioning on class/trait properties
6777

6878
### Changed
6979
* Improvement to the `box.json` configuration to enable compactors and compression
7080

7181
## <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)
7283
### Added
7384
* [#17] Initial implementation of codes to identify verification rules
7485
* Support for building `phar`

0 commit comments

Comments
 (0)