More Graceful Error Handling
Changed
- When an error occurs in
unionorevery, reject with the first non-validation error (it's likely a code error) - Make
IntersectionandUnioninherit fromAny(again) - this is useful foruses
Changed
union or every, reject with the first non-validation error (it's likely a code error)Intersection and Union inherit from Any (again) - this is useful for uses