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

refined4s v0.11.0 #227

Merged
merged 1 commit into from
Jan 3, 2024
Merged

refined4s v0.11.0 #227

merged 1 commit into from
Jan 3, 2024

Conversation

kevin-lee
Copy link
Owner

refined4s v0.11.0

0.11.0 - 2024-01-04

New Feature

  • [refined4s-core] Add MinValue and MaxValue to refined basic numeric types (Add MinValue and MaxValue to refined basic numeric types #223)

    • Add Min trait
    • Add Max trait
    • Add MinMax trait

    Add MinMax to the following types to have MinValue and MaxValue

    • NegInt
    • NonNegInt
    • PosInt
    • NonPosInt
    • NegLong
    • NonNegLong
    • PosLong
    • NonPosLong
    • NegShort
    • NonNegShort
    • PosShort
    • NonPosShort
    • NegByte
    • NonNegByte
    • PosByte
    • NonPosByte
    • NegFloat
    • NonNegFloat
    • PosFloat
    • NonPosFloat
    • NegDouble
    • NonNegDouble
    • PosDouble
    • NonPosDouble

Internal Change

@kevin-lee kevin-lee added this to the m11 milestone Jan 3, 2024
@kevin-lee kevin-lee self-assigned this Jan 3, 2024
Copy link

codecov bot commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7448f41) 100.00% compared to head (7a62777) 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #227   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines          280       280           
  Branches         2         2           
=========================================
  Hits           280       280           

@kevin-lee kevin-lee merged commit 1216f57 into main Jan 3, 2024
13 checks passed
@kevin-lee kevin-lee deleted the prepare-to-release branch January 3, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant