Skip to content

KeyedMapper 1.9.0

Compare
Choose a tag to compare
@Noobish1 Noobish1 released this 07 Nov 18:37
· 80 commits to master since this release
  • Removed the word error from all the MapperError types to fit more with the Swift 3 naming conventions.
  • Modified the params of the invalidRawValue MapperError so that it's actually usable again now. It is now used in the DefaultConvertible implementation of RawRepresentable objects.
  • Sped up the safeValue(forField:in:) function by roughly 50% (based on the json in JSONShootout) with some early exits.