1.0.1
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
Added the following behavior for Empty Query Values: