This release targets Swift 2.1 / Xcode 7.1.
Improved
- Refactor
DecodeError.TypeMismatch
, improve the message for RawRepresentable
(#68).
Fixed
- Fix a crash on nested object parsing when a nested object is not a dictionary (#71). Thanks @nakiwo for the bug report!