TypeMismatch NSNull
- Fixed
ignoredInvalidObjects
typo in Array extension - Marked the
T?
returning overloads as throwing. However they will catch a NSNull TypeMismatch error. - Made
catchNull
andcatchAll
functions public - Added completely non-throwing
=>?
overload returningT?
- Made improvements on how the error path is calculated in nested objects (try and preserve it from the very root object)
- Various minor changes