Skip to content

v0.13.0

Compare
Choose a tag to compare
@kevin-lee kevin-lee released this 21 Jan 01:09
· 102 commits to main since this release

0.13.0 - 2024-01-21

New Features

  • [refined4s-core] Add Url to refined4s.types.network and the type-class instances for Url in the other modules (#246)

  • [refined4s-core] Add Uuid String which can be validated as java.util.UUID and the type-class instances for Uuid in the other modules (#248)

  • [refined4s-core] Add Uri.apply(java.net.URI) (#251)

  • [refined4s-core] Add Url.apply(java.net.URL) (#252)

  • [refined4s-refined-compat-scala2] Add Uri, Url and Uuid (#255)