Version/src/com/dorkbox/version
nathan 447cdfb68e Added additional exception to parsing for SEMVER, so build information can be following the version numbers using '.'.
Not all projects follow semver in their version information, and if we are to use any sort of enforcable semantics for versioning, we have to permit PARSING more relaxed formats (using sensible defaults).  When *writing* this information, it will be compatible and correct
2020-08-05 02:36:49 +02:00
..
expr Removed @since, because that is only necessary when matching against an external API. This is self-contained, so it is not necessary 2020-08-04 17:00:14 +02:00
util Removed @since, because that is only necessary when matching against an external API. This is self-contained, so it is not necessary 2020-08-04 17:00:14 +02:00
MetadataVersion.java Removed @since, because that is only necessary when matching against an external API. This is self-contained, so it is not necessary 2020-08-04 17:00:14 +02:00
NormalVersion.java Exposed if patch was specified during object construction 2020-08-05 02:33:26 +02:00
ParseException.java Removed @since, because that is only necessary when matching against an external API. This is self-contained, so it is not necessary 2020-08-04 17:00:14 +02:00
Parser.java Removed @since, because that is only necessary when matching against an external API. This is self-contained, so it is not necessary 2020-08-04 17:00:14 +02:00
UnexpectedCharacterException.java Removed @since, because that is only necessary when matching against an external API. This is self-contained, so it is not necessary 2020-08-04 17:00:14 +02:00
Version.java Removed @since, because that is only necessary when matching against an external API. This is self-contained, so it is not necessary 2020-08-04 17:00:14 +02:00
VersionParser.java Added additional exception to parsing for SEMVER, so build information can be following the version numbers using '.'. 2020-08-05 02:36:49 +02:00
package-info.java Removed @since, because that is only necessary when matching against an external API. This is self-contained, so it is not necessary 2020-08-04 17:00:14 +02:00