Skip to content

1.0.1

Compare
Choose a tag to compare
@Andrew-Lees11 Andrew-Lees11 released this 25 Jun 14:00
· 49 commits to master since this release

Added the following behavior for Empty Query Values:

  • Any Optional type (including String?) defaults to nil
  • Non-optional String successfully decodes to ""
  • Non-optional Bool decodes to false
  • All other non-optional types throw a decoding error