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.16.0 #318

Merged
merged 1 commit into from
Aug 3, 2024
Merged

refined4s v0.16.0 #318

merged 1 commit into from
Aug 3, 2024

Conversation

kevin-lee
Copy link
Owner

refined4s v0.16.0

0.16.0 - 2024-08-03

Improvement

  • [refined4s-core] Add unicode encoding for the error message from NonBlankString.from (Add unicode encoding for the error message from NonBlankString.from #312)
    val s = "\u0009\u200a\u2004\u1680"
    // String = "	   "
    NonBlankString.from(s)
    // Left(Invalid value: [	   ], unicode=[\u0009\u200a\u2004\u1680]. It must be not all whitespace non-empty String)
  • [refined4s-circe] Add numeric, strings and network objects in refined4s.modules.circe.derivation.types

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

codecov bot commented Aug 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5ea5208) to head (e58eed1).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #318   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        28           
  Lines          308       308           
  Branches         6         6           
=========================================
  Hits           308       308           

@kevin-lee kevin-lee merged commit 12dceba into main Aug 3, 2024
14 checks passed
@kevin-lee kevin-lee deleted the prepare-to-release branch August 3, 2024 13:27
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.

1 participant