v1.0.7
Added
- A new
uri?
predicate that you can use to verifyURI
strings, ieuri?("https", "https://dry-rb.org")
(@nerburish) - New predicates:
uuid_v1?
,uuid_v2?
,uuid_v3?
anduuid_v5?
(via #75) (@jamesbrauman)
uri?
predicate that you can use to verify URI
strings, ie uri?("https", "https://dry-rb.org")
(@nerburish)uuid_v1?
, uuid_v2?
, uuid_v3?
and uuid_v5?
(via #75) (@jamesbrauman)