File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
44
55## <a name =" unreleased " ></a >Unreleased
66
7+ ## <a name =" v0.10.0 " ></a >v0.10.0 (2016-05-13)
8+ [ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.9.1...v0.10.0 )
9+ # Added
10+ * Add support to check for function, class/interface/trait methods signature:
11+ * Parameter added/removed
12+ * Parameter typing added/removed
13+ * Parameter default added/removed
14+ * Parameter default value changed
15+
16+ # Changed
17+ * [ #83 ] Removing method default parameter value should generate MAJOR level entry
18+ * Update V018, V021 level from PATCH to MINOR
19+ * Update V059 level from MAJOR to PATCH
20+
721## <a name =" v0.9.1 " ></a >v0.9.1 (2016-02-11)
822[ Full Changelog] ( https://github.com/tomzx/php-semver-checker/compare/v0.9.0...v0.9.1 )
923### Changed
You can’t perform that action at this time.
0 commit comments