Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added .matches(_:ignoring:) #30

Merged
merged 2 commits into from
Oct 25, 2021
Merged

Commits on Oct 25, 2021

  1. #29: Added .matches(_:ignoring:)

    This allows two semantic versions to be compared without regarding certain identifiers
    - Also moved `Comparable` conformance to a new file; placed new code there
    - Also moved `Comparable` tests to a new file; placed new tests there
    KyLeggiero committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    1526e16 View commit details
    Browse the repository at this point in the history
  2. Janitorial work

    - Updated README 
        - Noted test-proven SemVer implementation
        - Added examples of subtly-bad semantic versions
        - Added note about `Codable` conformance
    
    - Updated header comments
    - Added missing watchOS platform
    - Added `SemVerCodableTests` to non-Xcode test files
    - Added tests checking subtly-wrong SemVer strings
    KyLeggiero committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    ab7a8fe View commit details
    Browse the repository at this point in the history