Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@solnic solnic released this 26 Mar 12:10
v0.3.0
3a91977

Fixed

  • Configuration is properly inherited from a parent schema (skryukov)
  • Result#error? returns true 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 and hash 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)

Compare v0.2.0...v0.3.0