Pretty Package Versions 1.0

This is a republished tag announcement for jean85/pretty-package-versions. You can find the release here.

This is the first release of this package!

Here’s the changelist:

Changed

  • Jean85\PrettyVersions wraps the PackageVersions\Versions class and returns a Jean85\Version object
  • The Jean85\Version has these methods available:
    • public function getPrettyVersion(): string
    • public function getFullVersion(): string
    • public function getVersionWithShortCommit(): string
    • public function getPackageName(): string
    • public function getShortVersion(): string
    • public function getCommitHash(): string