Skip to content

v1.0.0

Choose a tag to compare

@PHLAK PHLAK released this 06 Sep 18:44
· 144 commits to master since this release
64f219a

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