Releases: PHLAK/SemVer
Releases · PHLAK/SemVer
v1.0.0
This is the initial stable rlease. With this release comes a major refactor, including:
- Re-namespaced library to
PHLAK\SemVer
- Renamed
SemVer\SemVer
toSemVer\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