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

Deprecate the Equal package function #36

Merged
merged 1 commit into from
Jul 21, 2018
Merged

Deprecate the Equal package function #36

merged 1 commit into from
Jul 21, 2018

Commits on Jul 21, 2018

  1. Deprecate the Equal package function

    This deprecates the `Equal` package function, in favor of consumers using the
    `==` comparison operator themselves between two `UUID` values. Because the UUID
    value is an array type, there is no reason for the helper function.
    
    The intent is to remove this as part of a v2.x => v3.x release.
    
    Fixes #35
    
    Signed-off-by: Tim Heckman <t@heckman.io>
    theckman committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    da76c80 View commit details
    Browse the repository at this point in the history