Skip to content

Releases: PHLAK/SemVer

v1.0.0

06 Sep 18:44
64f219a
Compare
Choose a tag to compare

This is the initial stable rlease. With this release comes a major refactor, including:

  • Re-namespaced library to PHLAK\SemVer
  • Renamed SemVer\SemVer to SemVer\Version
  • Removed explicit get methods in favor of magic __get() method for accessing version properties
  • Implemented magic __toString() method allowing the class to act as a string
  • Updated tests and documentation