Skip to content

TypeMismatch NSNull

Compare
Choose a tag to compare
@Anviking Anviking released this 16 Aug 12:25
· 261 commits to master since this release
  • Fixed ignoredInvalidObjects typo in Array extension
  • Marked the T? returning overloads as throwing. However they will catch a NSNull TypeMismatch error.
  • Made catchNull and catchAll functions public
  • Added completely non-throwing =>?overload returning T?
  • Made improvements on how the error path is calculated in nested objects (try and preserve it from the very root object)
  • Various minor changes