PHP Semantic Versioning Checker v0.2.0 Release Notes

Release Date: 2015-01-14 // over 9 years ago
  • Full Changelog

    โž• Added

    • [#17] Initial implementation of codes to identify verification rules
    • ๐Ÿ‘Œ Support for building phar

    Rules

    • [#7] Adding private class/trait methods should generated a PATCH level
    • โž• Adding/Removing traits public/protected method should generate a MAJOR level
    • โž• Adding public/protected class methods should generate a MAJOR level.
    • [#10] Adding methods to an interface should generate a MAJOR