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

Replace Major, Minor and Patch value classes with opaque type in Scala 3 #129

Closed
kevin-lee opened this issue Apr 9, 2022 · 0 comments · Fixed by #130
Closed

Replace Major, Minor and Patch value classes with opaque type in Scala 3 #129

kevin-lee opened this issue Apr 9, 2022 · 0 comments · Fixed by #130
Assignees
Labels
Milestone

Comments

@kevin-lee
Copy link
Owner

Task

Summary

Replace Major, Minor and Patch value classes with opaque type in Scala 3

Project Details

Version: 0.3.0

Description

Also add rename

  • Major.major to Major.value
  • Minor.minor to Minor.value
  • Patch.patch to Patch.value
    for both Scala 2 and 3, and leave the old major, minor and patch for backward compatibility.

These will be deprecated once the current version is released.

@kevin-lee kevin-lee added the task label Apr 9, 2022
@kevin-lee kevin-lee added this to the milestone6 milestone Apr 9, 2022
@kevin-lee kevin-lee self-assigned this Apr 9, 2022
kevin-lee added a commit that referenced this issue Apr 9, 2022
kevin-lee added a commit that referenced this issue Apr 9, 2022
…-type

Close #129 - Replace Major, Minor and Patch value classes with opaque type in Scala 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant