Skip to content

v0.0.1

Compare
Choose a tag to compare
@kataras kataras released this 24 Jul 00:16
· 5 commits to master since this release

Make it selective of more than one struct tag name. And set some default package-level decoders.

  • AddAliasTag(tag ...string)
  • DecodeForm which decodes only with "form" tag
  • DecodeQuery which decodes only with "url" tag
  • Decode which decodes on "form" AND "url" AND "schema" tag names.