You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
* Inherited type schemas used by coercion are now properly configured as `lax` type (solnic)
13
13
*`Config` is now finalized before instantiating schemas and properly dupped when its inherited (flash-gordon + solnic)
14
14
*`Config#eql?` works as expected (solnic)
15
+
* Predicates are properly inferred from array with a member type spec, ie `array[:integer]` results in `array? + each(:integer?)` (issue #140) (solnic)
0 commit comments