Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Create a Semver package #4

Closed
nandagopalan opened this issue Jul 28, 2022 · 1 comment · Fixed by #52
Closed

Create a Semver package #4

nandagopalan opened this issue Jul 28, 2022 · 1 comment · Fixed by #52
Assignees
Labels
enhancement New feature or request

Comments

@nandagopalan
Copy link
Contributor

Create a package to parse and compare Semantic versioning as specified in https://semver.org

@nandagopalan nandagopalan added this to the Version 1.0 milestone Dec 20, 2022
@nandagopalan nandagopalan added the enhancement New feature or request label Dec 20, 2022
@nandagopalan
Copy link
Contributor Author

The main requirement here is to

  1. Ability to parse a semver
  2. Compare 2 Semver ( return +ve for greater, -ve for smaller and 0 for equal)
  3. Get Next
    • Major Version
    • Minor Version
    • Patch Version
  4. Is Pre Release
  5. Support semver with both "v" and non "v" prefix ( v1.0.3 =1.0.3) for both parsing and writing.

neo7337 added a commit that referenced this issue Jan 16, 2023
@neo7337 neo7337 linked a pull request Jan 16, 2023 that will close this issue
nandagopalan added a commit that referenced this issue Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants