KeyedMapper 1.9.0
- Removed the word
error
from all theMapperError
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 ofRawRepresentable
objects. - Sped up the
safeValue(forField:in:)
function by roughly 50% (based on the json in JSONShootout) with some early exits.