1 Repo
Algorithms for determining version order by comparing numeric segments sequentially.
Distinct from Code Version Comparisons: Focuses on the mathematical precedence of version numbers rather than comparing diffs of codebases.
Explore 1 awesome GitHub repository matching development tools & productivity · Precedence Logic. Refine with filters or upvote what's useful.
This project is a semantic versioning parser, validator, and precedence engine. It provides tools for parsing, comparing, and verifying version strings that follow the Semantic Versioning specification. The system implements a logic engine for determining the relative priority of software releases. It handles the nuances of the specification, including pre-release versioning to mark unstable releases and the attachment of build metadata that is ignored during precedence comparisons. The toolkit covers version numbering standardization and API stability management. This includes logic for ver
Determines version precedence by comparing major, minor, and patch integers in descending order of significance.