jsemver icon indicating copy to clipboard operation
jsemver copied to clipboard

Java implementation of the SemVer Specification

Results 46 jsemver issues
Sort by recently updated
recently updated
newest added

Our tests use currentTimeMilliseconds in the patch version to check for longer version. It will be convenient if we can use long versions, as they are accepted in ordinary npm-registries.

Consider publishing 1.0 version given that this beautiful library is very stable. This would attract more customers and effectively made the world a better place ;)

type/enhancement
scope/infrastructure
priority/low
status/on-hold

Can you please provide a method to fetch version information (of any sort, `String`, `Version`, etc) from (this) jsemver package? Some libraries [store this in the `MANIFEST.MF`](https://stackoverflow.com/a/3777116/3196753), others offer [APIs...

Hi, I had added ppc64le(Linux on Power) architecture support on Travis-ci in the PR and looks like its been successfully added. I believe it is ready for the final review...

Make `com.github.zafarkhaja.semver.Version` implement `java.io.Serializable`. For example this makes it easier to persist `com.github.zafarkhaja.semver.Version` using a Hibernate `UserType`.

The API makes it easy to increment a major,minor,patch but does not make it easy to replace any of those with an explicit amount. That is I would expect the...

Hi, I checked your last artifact and it seems that it doesn't contain a license file. Is it possible to release a new version with it included?

When executing the increment method of MetadataVersion, the original and the returned MetadataVersion share the same idents array, as no new array is created for the new MetadataVersion object. MetadataVersion...