v0.3.0
Pre-release
Pre-release
Fixed
- Configuration is properly inherited from a parent schema (skryukov)
Result#error?
returnstrue
when a preceding key has errors (solnic)- Predicate inferrer no longer chokes on sum, constructor and enum types (solnic)
- Predicate inferrer infers
:bool?
from boolean types (solnic) - Block-based definitions using
array
works correctly (solnic) - Using a disjunction with
array
andhash
produces correct errors when element validation for array failed (solnic)
Changed
- Required ruby version was removed from gemspec for people who are stuck on MRI 2.3.x (solnic)