Skip to content

Tags: phar-io/version

Tags

3.2.1

Toggle 3.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
theseer Arne Blankerts
Release 3.2.1

3.2.0

Toggle 3.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
theseer Arne Blankerts
Release 3.2.0

3.1.1

Toggle 3.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
theseer Arne Blankerts
- [#28](#28): `VersionConstraintParser` does not support logical OR r…

…epresented by single pipe (|) (Thanks @llaville)

3.1.0

Toggle 3.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
theseer Arne Blankerts
- Internal Refactoring

- More scalar types

- [#24](#24):
  `Version::getOriginalString()` added (Thanks @addshore)
- Version constraints using the caret operator (`^`) now honor pre-1.0
  releases, e.g. `^0.3` translates to `0.3.*`)
- Various integration tests for version constraint processing

- [#23](#23): Tilde operator
  without patch level

3.0.4

Toggle 3.0.4's commit message

Verified

This tag was signed with the committer’s verified signature.
theseer Arne Blankerts
Release 3.0.4

3.0.3

Toggle 3.0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
theseer Arne Blankerts
Release 3.0.3

- Comparator method `Version::equals()` added

3.0.2

Toggle 3.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
theseer Arne Blankerts
Release 3.0.2

3.0.1

Toggle 3.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
theseer Arne Blankerts
Release 3.0.1

3.0.0

Toggle 3.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
theseer Arne Blankerts
Release 3.0.0

2.0.1

Toggle 2.0.1's commit message
change version comparison so that a version without a pre-release suf…

…fix is always greater than a version with a pre-release suffix