Releases: dry-rb/dry-logic
Releases · dry-rb/dry-logic
v1.5.0
v1.4.0
v1.2.0
v1.1.1
Fixed
- Fixed a crash under jruby caused by arg splatting in Binary operations (@flash-gordon)
v1.1.0
v1.0.8
Fixed
- Better Ruby 3 support with fixed specialization for rules of negative arity (@flash-gordon)
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)
v1.0.6
v1.0.5
v1.0.5 2019-11-07
- Make
format?
tolerant tonil
values. It already worked like that before, but starting Ruby 2.7 it would produce warnings. Now it won't. Don't rely on this behavior, it's only added to make tests pass in dry-schema. Use explicit type checks instead (@flash-gordon)