Skip to content

1.3.1

Compare
Choose a tag to compare
@ikesyo ikesyo released this 30 Nov 06:01
· 296 commits to master since this release

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!