Skip to content

v0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 19:34
· 19 commits to master since this release
7e4e933

Bugfixes:

  • Handling of empty values while decoding responses (#80).
    Library will now properly handle empty values for <string>, <int>, <i4>, <boolean>, <double>, <dateTime.iso8601>, <base64> and <array> (with case of <data />).
    As <struct> may not have an empty list of <member> elements as per specification. Similarly <array/> is considered invalid.