Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 16:28
3b4b8e9

Improvements:

  • Ability to use map[string]any as a type for encoding XML-RPC <struct> (#92 with original contribution from @gustavs ).
  • Ability to use a shortcut argument by passing map[string]any without wrapping it in a struct{} when a single argument of type <struct> is expected.